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:
35c82da
)
mx31: remove gpio_request calls from iomux code
author
Valentin Longchamp
<valentin.longchamp@epfl.ch>
Wed, 6 May 2009 09:44:20 +0000
(11:44 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 7 May 2009 14:20:40 +0000
(16:20 +0200)
Since iomux code is not directly related to gpio on mx31, the calls
to gpio_request are removed from iomux.c file.
These calls have to be done in platform initialization files. The
name of the singe pin call for iomux is also changed to
mxc_iomux_alloc_pin.
Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
No differences found