commit | d9dc878769f521f494d1617d7cd0c92073df75d8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 19 22:00:22 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 26 19:57:24 2012 +0000 |
tree | 79e79c50c211af91e48f38a7beed61e7425495bc | |
parent | e0d21178ceb06f5bfa81a5697f68384f74af054a [diff] |
PCMCIA: soc_common: add GPIO support for card status signals Add GPIO support for reading the card status (card detect, ready, battery voltage detect) signals into soc_common code. As we want interrupts from these GPIOs, this takes over the old irq handling infrastructure for card status signals, which will now be managed entirely by the soc_common code. Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>