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:
7b045c9
)
omap: Fix gpio_request calls to happen as arch_initcall
author
Tony Lindgren
<tony@atomide.com>
Wed, 8 Dec 2010 00:26:55 +0000
(16:26 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 8 Dec 2010 00:26:55 +0000
(16:26 -0800)
Looks like some boards are calling gpio_request from init_irq.
This will make the request_irq fail, as GPIO will be initialized
as postcore_initcall.
Reported-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
No differences found