| commit | 9ad198cba2a8177eea6a7f2f0202b910abdef96b | [log] [tgz] |
|---|---|---|
| author | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 04:02:50 2011 +0200 |
| committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:50:42 2011 +0200 |
| tree | e9e867824ee29e70d66d23fce2e2f0e9f361a03b | |
| parent | 851d7cf647e0d31668eb5dc496f7698a2f6136b4 [diff] |
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: Thomas Gleixner <tglx@linutronix.de>