All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] convert to use basic mmio gpio library
@ 2014-12-01 12:09 kamlakant.patel
  2014-12-01 12:09 ` [PATCH v1 1/5] gpio: moxart: " kamlakant.patel
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: kamlakant.patel @ 2014-12-01 12:09 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot, Jonathan Corbet
  Cc: Kamlakant Patel, linux-gpio

From: Kamlakant Patel <kamlakant.patel@linaro.org>

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-01-16 15:26 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-01 12:09 [PATCH v1 0/5] convert to use basic mmio gpio library kamlakant.patel
2014-12-01 12:09 ` [PATCH v1 1/5] gpio: moxart: " kamlakant.patel
2014-12-04  9:17   ` Alexandre Courbot
2014-12-16  5:17     ` Kamlakant Patel
2014-12-17  2:33       ` Alexandre Courbot
2015-01-09  9:25   ` Linus Walleij
2014-12-01 12:09 ` [PATCH v1 2/5] gpio: timberdale: " kamlakant.patel
2015-01-09  9:16   ` Linus Walleij
2014-12-01 12:09 ` [PATCH v1 3/5] gpio: iop: " kamlakant.patel
2015-01-09  9:19   ` Linus Walleij
2015-01-12 13:39     ` Arnaud Patard
2014-12-01 12:09 ` [PATCH v1 4/5] gpio: ge: " kamlakant.patel
2015-01-09  9:21   ` Linus Walleij
2015-01-14  9:37     ` Martyn Welch
2015-01-16 15:26   ` Linus Walleij
2014-12-01 12:09 ` [PATCH v1 5/5] gpio: document " kamlakant.patel
2014-12-04  9:12   ` Alexandre Courbot
2014-12-04 12:22     ` Kamlakant Patel
2014-12-18 13:44       ` Kamlakant Patel
2015-01-14  5:22         ` Alexandre Courbot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.