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
af726172
Commit
af726172
authored
Dec 06, 2011
by
Arnd Bergmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mxs/fixes' of
git://git.linaro.org/people/shawnguo/linux-2.6
into fixes
parents
58a394b3
7d8b894c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
arch/arm/mach-mxs/include/mach/mx28.h
arch/arm/mach-mxs/include/mach/mx28.h
+2
-2
arch/arm/mach-mxs/include/mach/mxs.h
arch/arm/mach-mxs/include/mach/mxs.h
+1
-0
arch/arm/mach-mxs/mach-m28evk.c
arch/arm/mach-mxs/mach-m28evk.c
+1
-1
arch/arm/mach-mxs/mach-stmp378x_devb.c
arch/arm/mach-mxs/mach-stmp378x_devb.c
+1
-1
arch/arm/mach-mxs/module-tx28.c
arch/arm/mach-mxs/module-tx28.c
+2
-2
No files found.
arch/arm/mach-mxs/include/mach/mx28.h
View file @
af726172
...
...
@@ -104,8 +104,8 @@
#define MX28_INT_CAN1 9
#define MX28_INT_LRADC_TOUCH 10
#define MX28_INT_HSADC 13
#define MX28_INT_
I
RADC_THRESH0 14
#define MX28_INT_
I
RADC_THRESH1 15
#define MX28_INT_
L
RADC_THRESH0 14
#define MX28_INT_
L
RADC_THRESH1 15
#define MX28_INT_LRADC_CH0 16
#define MX28_INT_LRADC_CH1 17
#define MX28_INT_LRADC_CH2 18
...
...
arch/arm/mach-mxs/include/mach/mxs.h
View file @
af726172
...
...
@@ -30,6 +30,7 @@
*/
#define cpu_is_mx23() ( \
machine_is_mx23evk() || \
machine_is_stmp378x() || \
0)
#define cpu_is_mx28() ( \
machine_is_mx28evk() || \
...
...
arch/arm/mach-mxs/mach-m28evk.c
View file @
af726172
...
...
@@ -361,6 +361,6 @@ static struct sys_timer m28evk_timer = {
MACHINE_START
(
M28EVK
,
"DENX M28 EVK"
)
.
map_io
=
mx28_map_io
,
.
init_irq
=
mx28_init_irq
,
.
init_machine
=
m28evk_init
,
.
timer
=
&
m28evk_timer
,
.
init_machine
=
m28evk_init
,
MACHINE_END
arch/arm/mach-mxs/mach-stmp378x_devb.c
View file @
af726172
...
...
@@ -115,6 +115,6 @@ static struct sys_timer stmp378x_dvb_timer = {
MACHINE_START
(
STMP378X
,
"STMP378X"
)
.
map_io
=
mx23_map_io
,
.
init_irq
=
mx23_init_irq
,
.
init_machine
=
stmp378x_dvb_init
,
.
timer
=
&
stmp378x_dvb_timer
,
.
init_machine
=
stmp378x_dvb_init
,
MACHINE_END
arch/arm/mach-mxs/module-tx28.c
View file @
af726172
...
...
@@ -66,11 +66,11 @@ static const iomux_cfg_t tx28_fec1_pads[] __initconst = {
MX28_PAD_ENET0_CRS__ENET1_RX_EN
,
};
static
struct
fec_platform_data
tx28_fec0_data
=
{
static
const
struct
fec_platform_data
tx28_fec0_data
__initconst
=
{
.
phy
=
PHY_INTERFACE_MODE_RMII
,
};
static
struct
fec_platform_data
tx28_fec1_data
=
{
static
const
struct
fec_platform_data
tx28_fec1_data
__initconst
=
{
.
phy
=
PHY_INTERFACE_MODE_RMII
,
};
...
...
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