linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <kamlakant.patel@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>,
	Alexandre Courbot <gnurou@gmail.com>
Cc: Kamlakant Patel <kamlakant.patel@linaro.org>, linux-gpio@vger.kernel.org
Subject: [PATCH 0/5] convert to use basic mmio gpio library
Date: Wed, 29 Oct 2014 19:26:40 +0530	[thread overview]
Message-ID: <1414591005-30961-1-git-send-email-kamlakant.patel@linaro.org> (raw)

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


             reply	other threads:[~2014-10-29 13:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29 13:56 kamlakant.patel [this message]
2014-10-29 13:56 ` [PATCH 1/5] gpio: moxart: convert to use basic mmio gpio library 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1414591005-30961-1-git-send-email-kamlakant.patel@linaro.org \
    --to=kamlakant.patel@linaro.org \
    --cc=gnurou@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).