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:
e6f351b
)
ARM: OMAP: Add comment on why omap_gpio_init() is needed on some boards
author
Tony Lindgren
<tony@atomide.com>
Wed, 19 Oct 2005 13:51:03 +0000
(16:51 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 19 Oct 2005 13:51:03 +0000
(16:51 +0300)
Add comment on why omap_gpio_init() is needed on some boards
arch/arm/plat-omap/gpio.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/gpio.c
b/arch/arm/plat-omap/gpio.c
index
e4e8d97
..
76f721d
100644
(file)
--- a/
arch/arm/plat-omap/gpio.c
+++ b/
arch/arm/plat-omap/gpio.c
@@
-1051,6
+1051,7
@@
static struct sys_device omap_gpio_device = {
/*
* This may get called early from board specific init
+ * for boards that have interrupts routed via FPGA.
*/
int omap_gpio_init(void)
{