From: Vincent Donnefort <vdonnefort@xxxxxxxxx> This patch is a v2 for the following patch submited by Diego Elio Pettenò: gpio: add support for ITE IT87xx Super I/O GPIO, replacing gpio-it8761e Here's changes brought by Christophe Vu-Brugier since v1: - Support for IT8732 Super-I/O. - Fix invalid free in it87_gpio_init(). - Add missing lock initialization. Diego Elio Pettenò (1): gpio: add GPIO support for IT87xx, replacing gpio-it8761e drivers/gpio/Kconfig | 14 +- drivers/gpio/Makefile | 2 +- drivers/gpio/gpio-it87.c | 411 ++++++++++++++++++++++++++++++++++++++++++++ drivers/gpio/gpio-it8761e.c | 230 ------------------------- 4 files changed, 422 insertions(+), 235 deletions(-) create mode 100644 drivers/gpio/gpio-it87.c delete mode 100644 drivers/gpio/gpio-it8761e.c -- 2.1.4 -- 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