Skip to content
Snippets Groups Projects
Commit 9ad198cb authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

gpio: ab8500: Mark broken


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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 851d7cf6
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment