PCMCIA: sa1111: use new per-socket irq/gpio infrastructure
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 19 Dec 2011 23:04:22 +0000 (23:04 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 4 Feb 2012 14:32:23 +0000 (14:32 +0000)
commit81f33c65e6c09597e748288010476861ac5bd166
treefdc080d5d7ca25dfe4a033f31f419d8bb1124e7d
parenta9bb5a4bf9f84256499c802fd397d56d55227e4f
PCMCIA: sa1111: use new per-socket irq/gpio infrastructure

Convert sa1111 PCMCIA drivers to use the new per-socket irq/gpio
infrastructure.  As the core takes care of handling the IRQs, we
can get rid of sa1111_pcmcia_socket_init(), sa1111_pcmcia_socket_suspend(),
sa1111_pcmcia_hw_init() and sa1111_pcmcia_hw_shutdown(), as well
as the private IRQ table.

We remove the NCR_0 setting in Neponset, as this is duplicating
what's already done via configure_socket in suspend.

Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/pcmcia/pxa2xx_lubbock.c
drivers/pcmcia/sa1100_badge4.c
drivers/pcmcia/sa1100_jornada720.c
drivers/pcmcia/sa1100_neponset.c
drivers/pcmcia/sa1111_generic.c
drivers/pcmcia/sa1111_generic.h
This page took 0.024924 seconds and 5 git commands to generate.