mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH v2 00/11] ARM i.MX: add gpiolib support
Date: Mon,  3 Sep 2012 10:18:07 +0200	[thread overview]
Message-ID: <1346660298-18148-1-git-send-email-s.trumtrar@pengutronix.de> (raw)

Hi,

this includes some fixes from v1:
	- remove imx_gpio_base[] and imx_gpio_count
	- regain two functions in include/gpio.h
	- add "config GPIOLIB" to drivers/gpio/Kconfig
	- select GPIOLIB in all converted i.MXs

Regards,
Steffen


Sascha Hauer (2):
  add gpiolib support
  ARM i.MX: switch to gpiolib support

Steffen Trumtrar (9):
  ARM i.MX1: add imx-gpio devices
  ARM i.MX21: add imx-gpio devices
  ARM i.MX25: add imx-gpio devices
  ARM i.MX27: add imx-gpio devices
  ARM i.MX31: add imx-gpio devices
  ARM i.MX35: add imx-gpio devices
  ARM i.MX51: add imx-gpio devices
  ARM i.MX53: add imx-gpio devices
  ARM i.MX6: add imx-gpio devices

 arch/arm/mach-imx/Kconfig |    9 +++
 arch/arm/mach-imx/gpio.c  |   94 +++++++++++++++++++------------
 arch/arm/mach-imx/imx1.c  |   18 +++---
 arch/arm/mach-imx/imx21.c |   22 +++++---
 arch/arm/mach-imx/imx25.c |   13 ++---
 arch/arm/mach-imx/imx27.c |   17 ++----
 arch/arm/mach-imx/imx31.c |   12 ++--
 arch/arm/mach-imx/imx35.c |   12 ++--
 arch/arm/mach-imx/imx51.c |   14 ++---
 arch/arm/mach-imx/imx53.c |   19 +++----
 arch/arm/mach-imx/imx6.c  |   26 +++++----
 drivers/Makefile          |    1 +
 drivers/gpio/Kconfig      |    2 +
 drivers/gpio/Makefile     |    1 +
 drivers/gpio/gpio.c       |  134 +++++++++++++++++++++++++++++++++++++++++++++
 include/gpio.h            |   27 ++++++++-
 16 files changed, 298 insertions(+), 123 deletions(-)
 create mode 100644 drivers/gpio/Kconfig
 create mode 100644 drivers/gpio/Makefile
 create mode 100644 drivers/gpio/gpio.c

-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2012-09-03  8:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-03  8:18 Steffen Trumtrar [this message]
2012-09-03  8:18 ` [PATCH v2 01/11] " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 02/11] ARM i.MX: switch to " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 03/11] ARM i.MX1: add imx-gpio devices Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 04/11] ARM i.MX21: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 05/11] ARM i.MX25: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 06/11] ARM i.MX27: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 07/11] ARM i.MX31: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 08/11] ARM i.MX35: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 09/11] ARM i.MX51: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 10/11] ARM i.MX53: " Steffen Trumtrar
2012-09-03  8:18 ` [PATCH v2 11/11] ARM i.MX6: " Steffen Trumtrar

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=1346660298-18148-1-git-send-email-s.trumtrar@pengutronix.de \
    --to=s.trumtrar@pengutronix.de \
    --cc=barebox@lists.infradead.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