From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH 00/10] ARM i.MX: add gpiolib support
Date: Fri, 31 Aug 2012 10:54:22 +0200 [thread overview]
Message-ID: <1346403272-24446-1-git-send-email-s.trumtrar@pengutronix.de> (raw)
Hi all,
this patch series moves mach-imx to gpiolib support.
This was tested on imx6 and at least compiles on other SoC-defconfigs.
Greetings,
Steffen
Sascha Hauer (2):
add gpiolib support
ARM i.MX: switch to gpiolib support
Steffen Trumtrar (8):
ARM i.MX5: add imx-gpio devices
ARM i.MX6: add imx-gpio devices
ARM i.MX53: add imx-gpio devices
ARM i.MX35: add imx-gpio devices
ARM i.MX27: add imx-gpio devices
ARM i.MX25: add imx-gpio devices
ARM i.MX1: add imx-gpio devices
ARM i.MX21: add imx-gpio devices
arch/arm/mach-imx/gpio.c | 91 +++++++++++++++++++-----------
arch/arm/mach-imx/imx1.c | 9 +++
arch/arm/mach-imx/imx21.c | 15 +++++
arch/arm/mach-imx/imx25.c | 4 ++
arch/arm/mach-imx/imx27.c | 6 ++
arch/arm/mach-imx/imx35.c | 4 ++
arch/arm/mach-imx/imx51.c | 5 ++
arch/arm/mach-imx/imx53.c | 7 +++
arch/arm/mach-imx/imx6.c | 14 +++++
drivers/Makefile | 1 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio.c | 134 +++++++++++++++++++++++++++++++++++++++++++++
include/gpio.h | 32 ++++++++---
13 files changed, 283 insertions(+), 40 deletions(-)
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
next reply other threads:[~2012-08-31 8:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-31 8:54 Steffen Trumtrar [this message]
2012-08-31 8:54 ` [PATCH 01/10] " Steffen Trumtrar
2012-09-03 7:00 ` Sascha Hauer
2012-09-03 7:03 ` Sascha Hauer
2012-08-31 8:54 ` [PATCH 02/10] ARM i.MX: switch to " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 03/10] ARM i.MX5: add imx-gpio devices Steffen Trumtrar
2012-09-03 7:01 ` Sascha Hauer
2012-08-31 8:54 ` [PATCH 04/10] ARM i.MX6: " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 05/10] ARM i.MX53: " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 06/10] ARM i.MX35: " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 07/10] ARM i.MX27: " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 08/10] ARM i.MX25: " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 09/10] ARM i.MX1: " Steffen Trumtrar
2012-08-31 8:54 ` [PATCH 10/10] ARM i.MX21: " 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=1346403272-24446-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