linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] convert to use basic mmio gpio library
@ 2014-10-29 13:56 kamlakant.patel
  2014-10-29 13:56 ` [PATCH 1/5] gpio: moxart: " kamlakant.patel
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: kamlakant.patel @ 2014-10-29 13:56 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot; +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.

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


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

end of thread, other threads:[~2014-12-02 12:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 13:56 [PATCH 0/5] convert to use basic mmio gpio library kamlakant.patel
2014-10-29 13:56 ` [PATCH 1/5] gpio: moxart: " kamlakant.patel
2014-11-03 14:08   ` Jonas Jensen
2014-11-07  4:31     ` Kamlakant Patel
2014-11-12 12:00     ` Kamlakant Patel
     [not found]       ` <CACmBeS1Gf4U-A_-HHy-c+iDRqt81vTaMxjKsekcjnVMvTxTBuw@mail.gmail.com>
     [not found]         ` <CA+aN+yvwDtsm5g2o4mQPUBgzjtkJMUu-DXzXfZKzFyGg-C0PJw@mail.gmail.com>
2014-11-28  8:02           ` Linus Walleij
2014-12-02 12:03             ` Kamlakant Patel
2014-10-29 13:56 ` [PATCH 2/5] gpio: timberdale: " kamlakant.patel
2014-10-29 13:56 ` [PATCH 3/5] gpio: iop: " kamlakant.patel
2014-10-29 13:56 ` [PATCH 4/5] gpio: ge: " kamlakant.patel
2014-11-07  9:10 ` [PATCH 0/5] " Alexandre Courbot
2014-11-13  9:48   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).