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
nexedi
linux
Commits
00dc4f94
Commit
00dc4f94
authored
Aug 20, 2007
by
Russell King
Committed by
Russell King
Oct 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: make pxa27x devices globally visible
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
15a40333
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
arch/arm/mach-pxa/devices.h
arch/arm/mach-pxa/devices.h
+3
-0
arch/arm/mach-pxa/pxa27x.c
arch/arm/mach-pxa/pxa27x.c
+2
-2
No files found.
arch/arm/mach-pxa/devices.h
View file @
00dc4f94
...
@@ -9,3 +9,6 @@ extern struct platform_device pxa_device_i2c;
...
@@ -9,3 +9,6 @@ extern struct platform_device pxa_device_i2c;
extern
struct
platform_device
pxa_device_i2s
;
extern
struct
platform_device
pxa_device_i2s
;
extern
struct
platform_device
pxa_device_ficp
;
extern
struct
platform_device
pxa_device_ficp
;
extern
struct
platform_device
pxa_device_rtc
;
extern
struct
platform_device
pxa_device_rtc
;
extern
struct
platform_device
pxa27x_device_i2c_power
;
extern
struct
platform_device
pxa27x_device_ohci
;
arch/arm/mach-pxa/pxa27x.c
View file @
00dc4f94
...
@@ -282,7 +282,7 @@ static struct resource pxa27x_ohci_resources[] = {
...
@@ -282,7 +282,7 @@ static struct resource pxa27x_ohci_resources[] = {
},
},
};
};
st
atic
st
ruct
platform_device
pxa27x_device_ohci
=
{
struct
platform_device
pxa27x_device_ohci
=
{
.
name
=
"pxa27x-ohci"
,
.
name
=
"pxa27x-ohci"
,
.
id
=
-
1
,
.
id
=
-
1
,
.
dev
=
{
.
dev
=
{
...
@@ -310,7 +310,7 @@ static struct resource i2c_power_resources[] = {
...
@@ -310,7 +310,7 @@ static struct resource i2c_power_resources[] = {
},
},
};
};
st
atic
st
ruct
platform_device
pxa27x_device_i2c_power
=
{
struct
platform_device
pxa27x_device_i2c_power
=
{
.
name
=
"pxa2xx-i2c"
,
.
name
=
"pxa2xx-i2c"
,
.
id
=
1
,
.
id
=
1
,
.
resource
=
i2c_power_resources
,
.
resource
=
i2c_power_resources
,
...
...
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