linux/arch/arm/mach-nomadik
Rabin Vincent 3e3c62ca53 ARM: 5972/1: nomadik-gpio: convert to platform driver
On the U8500 platform there are four GPIO blocks, each with a 4K address
space, including the peripheral identification.  However, each of these
blocks have a varying number of banks, each of which have 32 GPIOs and
an interrupt line.

The current nomadik-gpio driver implementation can handle each of these
sub-banks easily with one instance each, but cannot as-is be hooked up
to them because it is an AMBA driver and it expects to see a peripheral
with the appropriate peripheral ids but having only one bank and only
one interrupt.

Solve this by converting the driver to a platform driver.

Acked-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-03-19 18:29:32 +00:00
..
include/mach ARM: 5969/1: nomadik: move gpio to plat-nomadik 2010-03-19 18:29:31 +00:00
Kconfig ARM: 5969/1: nomadik: move gpio to plat-nomadik 2010-03-19 18:29:31 +00:00
Makefile ARM: 5969/1: nomadik: move gpio to plat-nomadik 2010-03-19 18:29:31 +00:00
Makefile.boot [ARM] 5590/1: Add basic support for ST Nomadik 8815 SoC and evaluation board 2009-07-02 21:20:44 +01:00
board-nhk8815.c tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
clock.c [ARM] 5590/1: Add basic support for ST Nomadik 8815 SoC and evaluation board 2009-07-02 21:20:44 +01:00
clock.h [ARM] 5590/1: Add basic support for ST Nomadik 8815 SoC and evaluation board 2009-07-02 21:20:44 +01:00
cpu-8815.c ARM: 5972/1: nomadik-gpio: convert to platform driver 2010-03-19 18:29:32 +00:00
i2c-8815nhk.c [ARM] 5585/1: nomadik: add gpio-i2c devices 2009-07-02 21:20:46 +01:00