git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6153384
)
pcm970 mmc: Fix ro switch
author
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 6 Oct 2009 07:18:17 +0000
(09:18 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 13 Oct 2009 08:24:07 +0000
(10:24 +0200)
We have to use mxc_gpio_mode() for the card detection pin
instead of mxc_gpio_setup_multiple_pins() because the latter
does a gpio_request() and thus a later gpio_request() fails.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
No differences found