From: Kamlakant Patel <kamlakant.patel@xxxxxxxxxx> This patch converts GPIO drivers to use BASIC MMIO GPIO library (i.e GPIO GENERIC library) which makes drivers smaller and simpler. V1: Following are the changes compare to previous patch * gpio-moxart.c: Removed unnecessary private structure moxart_gpio_chip and use bgpio_chip. * gpio-timberdale.c: Register correct gpio_chip and update code to use bgpio_chip elements. * gpio-iop.c: Pass correct parameters to bgpio_init. Kamlakant Patel (5): gpio: moxart: convert to use basic mmio gpio library gpio: timberdale: convert to use basic mmio gpio library gpio: iop: convert to use basic mmio gpio library gpio: ge: convert to use basic mmio gpio library gpio: document basic mmio gpio library Documentation/gpio/driver.txt | 50 ++++++++++++++++++++ drivers/gpio/Kconfig | 4 ++ drivers/gpio/gpio-ge.c | 96 ++++++++++++++++----------------------- drivers/gpio/gpio-iop.c | 96 +++++++-------------------------------- drivers/gpio/gpio-moxart.c | 101 +++++++++++++---------------------------- drivers/gpio/gpio-timberdale.c | 96 +++++++++++---------------------------- 6 files changed, 168 insertions(+), 275 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html