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:
89f5df0
)
gpio: pxa: set initcall level to module init
author
Haojian Zhuang
<haojian.zhuang@linaro.org>
Wed, 23 Jan 2013 08:25:45 +0000
(16:25 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 25 Jan 2013 09:51:12 +0000
(10:51 +0100)
gpio & pinctrl driver are used together. The pinctrl driver is already
launched before gpio driver in Makefile. So set gpio driver to module
init level. Otherwise, the sequence will be inverted.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found