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
8b612078
Commit
8b612078
authored
Aug 15, 2009
by
Russell King
Committed by
Russell King
Aug 15, 2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-rmk-rc' of
git://git.pengutronix.de/git/imx/linux-2.6
parents
dde5828f
563abb4b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
12 deletions
+3
-12
arch/arm/mach-mx3/mx31moboard-devboard.c
arch/arm/mach-mx3/mx31moboard-devboard.c
+1
-1
arch/arm/mach-mx3/mx31moboard-marxbot.c
arch/arm/mach-mx3/mx31moboard-marxbot.c
+1
-1
arch/arm/mach-mx3/mx31moboard.c
arch/arm/mach-mx3/mx31moboard.c
+1
-1
arch/arm/mach-mx3/pcm037_eet.c
arch/arm/mach-mx3/pcm037_eet.c
+0
-9
No files found.
arch/arm/mach-mx3/mx31moboard-devboard.c
View file @
8b612078
...
...
@@ -63,7 +63,7 @@ static struct imxuart_platform_data uart_pdata = {
static
int
devboard_sdhc2_get_ro
(
struct
device
*
dev
)
{
return
gpio_get_value
(
SDHC2_WP
);
return
!
gpio_get_value
(
SDHC2_WP
);
}
static
int
devboard_sdhc2_init
(
struct
device
*
dev
,
irq_handler_t
detect_irq
,
...
...
arch/arm/mach-mx3/mx31moboard-marxbot.c
View file @
8b612078
...
...
@@ -67,7 +67,7 @@ static unsigned int marxbot_pins[] = {
static
int
marxbot_sdhc2_get_ro
(
struct
device
*
dev
)
{
return
gpio_get_value
(
SDHC2_WP
);
return
!
gpio_get_value
(
SDHC2_WP
);
}
static
int
marxbot_sdhc2_init
(
struct
device
*
dev
,
irq_handler_t
detect_irq
,
...
...
arch/arm/mach-mx3/mx31moboard.c
View file @
8b612078
...
...
@@ -94,7 +94,7 @@ static struct imxi2c_platform_data moboard_i2c1_pdata = {
static
int
moboard_sdhc1_get_ro
(
struct
device
*
dev
)
{
return
gpio_get_value
(
SDHC1_WP
);
return
!
gpio_get_value
(
SDHC1_WP
);
}
static
int
moboard_sdhc1_init
(
struct
device
*
dev
,
irq_handler_t
detect_irq
,
...
...
arch/arm/mach-mx3/pcm037_eet.c
View file @
8b612078
...
...
@@ -24,15 +24,6 @@
#include "devices.h"
static
unsigned
int
pcm037_eet_pins
[]
=
{
/* SPI #1 */
MX31_PIN_CSPI1_MISO__MISO
,
MX31_PIN_CSPI1_MOSI__MOSI
,
MX31_PIN_CSPI1_SCLK__SCLK
,
MX31_PIN_CSPI1_SPI_RDY__SPI_RDY
,
MX31_PIN_CSPI1_SS0__SS0
,
MX31_PIN_CSPI1_SS1__SS1
,
MX31_PIN_CSPI1_SS2__SS2
,
/* Reserve and hardwire GPIO 57 high - S6E63D6 chipselect */
IOMUX_MODE
(
MX31_PIN_KEY_COL7
,
IOMUX_CONFIG_GPIO
),
/* GPIO keys */
...
...
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