projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851d7cf
)
gpio: ab8500: Mark broken
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Mar 2011 02:02:50 +0000
(
04:02
+0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Mar 2011 12:50:42 +0000
(14:50 +0200)
This driver is broken in several aspects.
1) old style irq_chip functions. Sigh
2) Abuse of the unlock callback. That's not supposed to be a state
machine for evrything and some more.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index
d374320
..
d3b2953
100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-416,7
+416,7
@@
config GPIO_JANZ_TTL
config AB8500_GPIO
bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions"
- depends on AB8500_CORE
+ depends on AB8500_CORE
&& BROKEN
help
Select this to enable the AB8500 IC GPIO driver
endif