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
754c0f9a
Commit
754c0f9a
authored
Jun 04, 2009
by
Russell King
Committed by
Russell King
Jun 04, 2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix' of
git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
parents
947ca2e9
1257629b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
arch/arm/mach-pxa/devices.c
arch/arm/mach-pxa/devices.c
+4
-1
arch/arm/mach-pxa/imote2.c
arch/arm/mach-pxa/imote2.c
+1
-1
No files found.
arch/arm/mach-pxa/devices.c
View file @
754c0f9a
...
...
@@ -72,7 +72,10 @@ void __init pxa_set_mci_info(struct pxamci_platform_data *info)
}
static
struct
pxa2xx_udc_mach_info
pxa_udc_info
;
static
struct
pxa2xx_udc_mach_info
pxa_udc_info
=
{
.
gpio_pullup
=
-
1
,
.
gpio_vbus
=
-
1
,
};
void
__init
pxa_set_udc_info
(
struct
pxa2xx_udc_mach_info
*
info
)
{
...
...
arch/arm/mach-pxa/imote2.c
View file @
754c0f9a
...
...
@@ -412,7 +412,7 @@ static struct platform_device imote2_flash_device = {
*/
static
struct
i2c_board_info
__initdata
imote2_i2c_board_info
[]
=
{
{
/* UCAM sensor board */
.
type
=
"max123
8
"
,
.
type
=
"max123
9
"
,
.
addr
=
0x35
,
},
{
/* ITS400 Sensor board only */
.
type
=
"max1363"
,
...
...
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