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. This patch needs to be tested on different platforms. 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 | 76 ++++++++++++--------------------- drivers/gpio/gpio-timberdale.c | 90 ++++++++++++--------------------------- 6 files changed, 162 insertions(+), 250 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