From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Add device tree probe for imx/mxc gpio
Date: Sun, 3 Jul 2011 16:16:55 +0800 [thread overview]
Message-ID: <1309681017-22970-1-git-send-email-shawn.guo@linaro.org> (raw)
The first patch removes the uses of cpu_is_mx(), and can be merged
right way when review gets done. The second patch adds device tree
probe, and again depends on the patch adding of_alias_get_id()
support.
Shawn Guo (2):
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 +-
drivers/gpio/gpio-mxc.c | 163 +++++++++++++++++--
12 files changed, 213 insertions(+), 64 deletions(-)
next reply other threads:[~2011-07-03 8:16 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-03 8:16 Shawn Guo [this message]
2011-07-03 8:16 ` [PATCH 1/2] gpio/mxc: get rid of the uses of cpu_is_mx() Shawn Guo
2011-07-04 6:10 ` Grant Likely
2011-07-04 6:11 ` Grant Likely
2011-07-04 16:56 ` Shawn Guo
2011-07-04 16:59 ` Grant Likely
2011-07-04 6:46 ` Sascha Hauer
2011-07-04 9:28 ` Shawn Guo
2011-07-04 9:49 ` Sascha Hauer
2011-07-04 10:20 ` Shawn Guo
2011-07-04 16:44 ` Sascha Hauer
2011-07-05 3:01 ` Shawn Guo
2011-07-05 3:04 ` Grant Likely
2011-07-05 3:32 ` Shawn Guo
2011-07-05 16:42 ` Sascha Hauer
2011-07-06 5:21 ` Shawn Guo
2011-07-04 15:23 ` Grant Likely
2011-07-03 8:16 ` [PATCH 2/2] gpio/mxc: add device tree probe support Shawn Guo
2011-07-04 6:19 ` Grant Likely
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=1309681017-22970-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).