From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] Add device tree probe for imx/mxc gpio
Date: Tue, 5 Jul 2011 23:19:23 +0800 [thread overview]
Message-ID: <1309879166-25788-1-git-send-email-shawn.guo@linaro.org> (raw)
The first patch removes the uses of cpu_is_mx(), and the second one
adds device tree probe support.
Changes since v1:
* Address review comments given by Grant and Sascha
* Add patch #1 to get gpio range/base from gpio core
Shawn Guo (3):
gpio/mxc: get gpio range/base from gpio core
gpio/mxc: get rid of the uses of cpu_is_mx()
gpio/mxc: add device tree probe support
.../devicetree/bindings/gpio/fsl-imx-gpio.txt | 22 +++
arch/arm/mach-imx/mm-imx1.c | 8 +-
arch/arm/mach-imx/mm-imx21.c | 12 +-
arch/arm/mach-imx/mm-imx25.c | 8 +-
arch/arm/mach-imx/mm-imx27.c | 12 +-
arch/arm/mach-imx/mm-imx31.c | 6 +-
arch/arm/mach-imx/mm-imx35.c | 6 +-
arch/arm/mach-mx5/mm-mx50.c | 12 +-
arch/arm/mach-mx5/mm.c | 22 ++--
arch/arm/plat-mxc/devices/platform-gpio-mxc.c | 4 +-
arch/arm/plat-mxc/include/mach/common.h | 2 +-
arch/arm/plat-mxc/include/mach/gpio.h | 13 +-
arch/arm/plat-mxc/include/mach/irqs.h | 21 +--
drivers/gpio/gpio-mxc.c | 165 ++++++++++++++++---
14 files changed, 219 insertions(+), 94 deletions(-)
next reply other threads:[~2011-07-05 15:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-05 15:19 Shawn Guo [this message]
2011-07-05 15:19 ` [PATCH v2 1/3] gpio/mxc: get gpio range/base from gpio core Shawn Guo
2011-07-05 16:56 ` Sascha Hauer
2011-07-05 17:24 ` Grant Likely
2011-07-06 13:00 ` Shawn Guo
2011-07-05 15:19 ` [PATCH v2 2/3] gpio/mxc: get rid of the uses of cpu_is_mx() Shawn Guo
2011-07-05 17:44 ` Grant Likely
2011-07-05 15:19 ` [PATCH v2 3/3] gpio/mxc: add device tree probe support Shawn Guo
2011-07-05 17:45 ` Grant Likely
2011-07-07 11:30 ` [PATCH v2 0/2] Add device tree probe for imx/mxc gpio Sergei Shtylyov
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=1309879166-25788-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).