All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@stericsson.com>
To: Grant Likely <grant.likely@secretlab.ca>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Cc: Lee Jones <lee.jones@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 0/4] Move U300 and Nomadik GPIO drivers
Date: Sat, 21 May 2011 00:05:00 +0200	[thread overview]
Message-ID: <1305929100-9012-1-git-send-email-linus.walleij@stericsson.com> (raw)

From: Linus Walleij <linus.walleij@linaro.org>

This simply moves the U300 and Nomadik GPIO drivers to the
GPIO subsystem and applies debugfs additions and two new calls
on the Nomadik driver.

These patches were split out of an earlier GPIO consolidation
patch set and have all been reviewed in earlier incarnations.

Feel free to drop the two latter patches if you just want to do
the move in this merge window.

The drivers/gpio/Makefile will likely conflict with one or
another update, enjoy.

Linus Walleij (2):
  gpio: move U300 GPIO driver to drivers/gpio
  gpio: move Nomadik GPIO driver to drivers/gpio

Rabin Vincent (1):
  gpio/nomadik: show all pins in debug

Rickard Andersson (1):
  gpio/nomadik: add function to read GPIO pull down status

 arch/arm/mach-u300/Makefile               |    2 +-
 arch/arm/mach-u300/gpio.c                 |  700 -------------------
 arch/arm/plat-nomadik/Kconfig             |    5 -
 arch/arm/plat-nomadik/Makefile            |    1 -
 arch/arm/plat-nomadik/gpio.c              | 1024 ---------------------------
 arch/arm/plat-nomadik/include/plat/gpio.h |    2 +
 drivers/gpio/Makefile                     |    2 +
 drivers/gpio/gpio-nomadik.c               | 1073 +++++++++++++++++++++++++++++
 drivers/gpio/gpio-u300.c                  |  700 +++++++++++++++++++
 9 files changed, 1778 insertions(+), 1731 deletions(-)
 delete mode 100644 arch/arm/mach-u300/gpio.c
 delete mode 100644 arch/arm/plat-nomadik/gpio.c
 create mode 100644 drivers/gpio/gpio-nomadik.c
 create mode 100644 drivers/gpio/gpio-u300.c

-- 
1.7.3.2


WARNING: multiple messages have this Message-ID (diff)
From: linus.walleij@stericsson.com (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Move U300 and Nomadik GPIO drivers
Date: Sat, 21 May 2011 00:05:00 +0200	[thread overview]
Message-ID: <1305929100-9012-1-git-send-email-linus.walleij@stericsson.com> (raw)

From: Linus Walleij <linus.walleij@linaro.org>

This simply moves the U300 and Nomadik GPIO drivers to the
GPIO subsystem and applies debugfs additions and two new calls
on the Nomadik driver.

These patches were split out of an earlier GPIO consolidation
patch set and have all been reviewed in earlier incarnations.

Feel free to drop the two latter patches if you just want to do
the move in this merge window.

The drivers/gpio/Makefile will likely conflict with one or
another update, enjoy.

Linus Walleij (2):
  gpio: move U300 GPIO driver to drivers/gpio
  gpio: move Nomadik GPIO driver to drivers/gpio

Rabin Vincent (1):
  gpio/nomadik: show all pins in debug

Rickard Andersson (1):
  gpio/nomadik: add function to read GPIO pull down status

 arch/arm/mach-u300/Makefile               |    2 +-
 arch/arm/mach-u300/gpio.c                 |  700 -------------------
 arch/arm/plat-nomadik/Kconfig             |    5 -
 arch/arm/plat-nomadik/Makefile            |    1 -
 arch/arm/plat-nomadik/gpio.c              | 1024 ---------------------------
 arch/arm/plat-nomadik/include/plat/gpio.h |    2 +
 drivers/gpio/Makefile                     |    2 +
 drivers/gpio/gpio-nomadik.c               | 1073 +++++++++++++++++++++++++++++
 drivers/gpio/gpio-u300.c                  |  700 +++++++++++++++++++
 9 files changed, 1778 insertions(+), 1731 deletions(-)
 delete mode 100644 arch/arm/mach-u300/gpio.c
 delete mode 100644 arch/arm/plat-nomadik/gpio.c
 create mode 100644 drivers/gpio/gpio-nomadik.c
 create mode 100644 drivers/gpio/gpio-u300.c

-- 
1.7.3.2

             reply	other threads:[~2011-05-20 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 22:05 Linus Walleij [this message]
2011-05-20 22:05 ` [PATCH 0/4] Move U300 and Nomadik GPIO drivers 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=1305929100-9012-1-git-send-email-linus.walleij@stericsson.com \
    --to=linus.walleij@stericsson.com \
    --cc=grant.likely@secretlab.ca \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@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 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.