]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio/omap: remove dependency on gpio_bank_count
authorCharulatha V <charu@ti.com>
Thu, 5 May 2011 14:28:01 +0000 (19:58 +0530)
committerTarun Kanti DebBarma <tarun.kanti@ti.com>
Mon, 6 Feb 2012 08:43:40 +0000 (14:13 +0530)
commit03e128ca35e5da22e9e65ec8ab158ec0e905fdea
tree2c1a95e5a8dd50429291f27a537e6b8cfadf22e5
parent62aa2b537c6f5957afd98e29f96897419ed5ebab
gpio/omap: remove dependency on gpio_bank_count

The gpio_bank_count is the count of number of GPIO devices in a SoC. Remove this
dependency from the driver by using list. Also remove the dependency on array of
pointers to gpio_bank struct of all GPIO devices.

Signed-off-by: Charulatha V <charu@ti.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap1/gpio15xx.c
arch/arm/mach-omap1/gpio16xx.c
arch/arm/mach-omap1/gpio7xx.c
arch/arm/mach-omap2/gpio.c
arch/arm/plat-omap/include/plat/gpio.h
drivers/gpio/gpio-omap.c