From: Shawn Guo <shawn.guo@linaro.org>
To: linux-mmc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
devicetree-discuss@lists.ozlabs.org, patches@linaro.org
Subject: [PATCH 0/3] Add device tree probe for sdhci-esdhc-imx
Date: Sun, 3 Jul 2011 16:30:48 +0800 [thread overview]
Message-ID: <1309681851-23052-1-git-send-email-shawn.guo@linaro.org> (raw)
The first patch removes the uses of cpu_is_mx(), and can be merged
right away when review gets done.
The second patch makes an independent fix on sdhci-pltfm.c which can
be merged if it looks right to the gate keeper.
The third patch adds device tree probe. It uses the newly added dt
api of_property_read_string which is sitting on Grant's devicetree/next
branch with the out_string 'const' thing as a question mark.
Shawn Guo (3):
mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()
mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host
mmc: sdhci-esdhc-imx: add device tree probe support
.../devicetree/bindings/mmc/fsl-imx-esdhc.txt | 40 ++++++
arch/arm/mach-imx/clock-imx25.c | 4 +-
arch/arm/mach-imx/clock-imx35.c | 6 +-
arch/arm/mach-mx5/clock-mx51-mx53.c | 16 +-
arch/arm/mach-mx5/mx51_efika.c | 4 +-
.../plat-mxc/devices/platform-sdhci-esdhc-imx.c | 17 ++-
arch/arm/plat-mxc/include/mach/devices-common.h | 1 +
drivers/mmc/host/sdhci-esdhc-imx.c | 144 ++++++++++++++++++--
drivers/mmc/host/sdhci-pltfm.c | 3 +-
9 files changed, 202 insertions(+), 33 deletions(-)
next reply other threads:[~2011-07-03 8:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-03 8:30 Shawn Guo [this message]
[not found] ` <1309681851-23052-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-03 8:30 ` [PATCH 1/3] mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx() Shawn Guo
2011-07-04 6:21 ` Grant Likely
2011-07-03 8:30 ` [PATCH 3/3] mmc: sdhci-esdhc-imx: add device tree probe support Shawn Guo
2011-07-04 6:25 ` Grant Likely
2011-07-05 15:35 ` Shawn Guo
2011-07-05 17:20 ` Grant Likely
2011-07-03 8:30 ` [PATCH 2/3] mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host Shawn Guo
2011-07-04 6:22 ` 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=1309681851-23052-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=patches@linaro.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).