Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2cbb6160
Commit
2cbb6160
authored
Nov 04, 2011
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'prcm_scm_misc_fixes_3.2' of
git://git.pwsan.com/linux-2.6
into fixes
parents
8f86f362
7e89098c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h
arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h
+4
-4
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+8
-5
No files found.
arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h
View file @
2cbb6160
...
...
@@ -941,10 +941,10 @@
#define OMAP4_DSI2_LANEENABLE_MASK (0x7 << 29)
#define OMAP4_DSI1_LANEENABLE_SHIFT 24
#define OMAP4_DSI1_LANEENABLE_MASK (0x1f << 24)
#define OMAP4_DSI
1
_PIPD_SHIFT 19
#define OMAP4_DSI
1
_PIPD_MASK (0x1f << 19)
#define OMAP4_DSI
2
_PIPD_SHIFT 14
#define OMAP4_DSI
2
_PIPD_MASK (0x1f << 14)
#define OMAP4_DSI
2
_PIPD_SHIFT 19
#define OMAP4_DSI
2
_PIPD_MASK (0x1f << 19)
#define OMAP4_DSI
1
_PIPD_SHIFT 14
#define OMAP4_DSI
1
_PIPD_MASK (0x1f << 14)
/* CONTROL_MCBSPLP */
#define OMAP4_ALBCTRLRX_FSX_SHIFT 31
...
...
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
View file @
2cbb6160
...
...
@@ -3159,7 +3159,6 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {
&
omap3xxx_mmc2_hwmod
,
&
omap3xxx_mmc3_hwmod
,
&
omap3xxx_mpu_hwmod
,
&
omap3xxx_iva_hwmod
,
&
omap3xxx_timer1_hwmod
,
&
omap3xxx_timer2_hwmod
,
...
...
@@ -3188,8 +3187,6 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {
&
omap3xxx_i2c1_hwmod
,
&
omap3xxx_i2c2_hwmod
,
&
omap3xxx_i2c3_hwmod
,
&
omap34xx_sr1_hwmod
,
&
omap34xx_sr2_hwmod
,
/* gpio class */
&
omap3xxx_gpio1_hwmod
,
...
...
@@ -3211,8 +3208,6 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {
&
omap3xxx_mcbsp2_sidetone_hwmod
,
&
omap3xxx_mcbsp3_sidetone_hwmod
,
/* mailbox class */
&
omap3xxx_mailbox_hwmod
,
/* mcspi class */
&
omap34xx_mcspi1
,
...
...
@@ -3225,31 +3220,39 @@ static __initdata struct omap_hwmod *omap3xxx_hwmods[] = {
/* 3430ES1-only hwmods */
static
__initdata
struct
omap_hwmod
*
omap3430es1_hwmods
[]
=
{
&
omap3xxx_iva_hwmod
,
&
omap3430es1_dss_core_hwmod
,
&
omap3xxx_mailbox_hwmod
,
NULL
};
/* 3430ES2+-only hwmods */
static
__initdata
struct
omap_hwmod
*
omap3430es2plus_hwmods
[]
=
{
&
omap3xxx_iva_hwmod
,
&
omap3xxx_dss_core_hwmod
,
&
omap3xxx_usbhsotg_hwmod
,
&
omap3xxx_mailbox_hwmod
,
NULL
};
/* 34xx-only hwmods (all ES revisions) */
static
__initdata
struct
omap_hwmod
*
omap34xx_hwmods
[]
=
{
&
omap3xxx_iva_hwmod
,
&
omap34xx_sr1_hwmod
,
&
omap34xx_sr2_hwmod
,
&
omap3xxx_mailbox_hwmod
,
NULL
};
/* 36xx-only hwmods (all ES revisions) */
static
__initdata
struct
omap_hwmod
*
omap36xx_hwmods
[]
=
{
&
omap3xxx_iva_hwmod
,
&
omap3xxx_uart4_hwmod
,
&
omap3xxx_dss_core_hwmod
,
&
omap36xx_sr1_hwmod
,
&
omap36xx_sr2_hwmod
,
&
omap3xxx_usbhsotg_hwmod
,
&
omap3xxx_mailbox_hwmod
,
NULL
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment