From: thomas.abraham@linaro.org (Thomas Abraham)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] mmc: sdhci-s3c: Add device tree support for Samsung's sdhci controller driver
Date: Wed, 05 Oct 2011 15:42:58 +0530 [thread overview]
Message-ID: <1317809581-28783-1-git-send-email-thomas.abraham@linaro.org> (raw)
This patchset adds device tree support for Samsung's sdhci controller driver.
The first patch modifies the sdhcis-s3c driver to mainatain a local copy of the
platform data, which makes it easier to add device tree support for the driver.
The second patch adds support for parsing of mmc host controller capabilities
from a device node. This code would be reusable across other platforms as well.
The third patch device tree based discovery for the sdhci-s3c driver.
This patchset is based on the following tree:
https://github.com/kgene/linux-samsung.git branch: for-next
and tested on smdkv310 board.
Thomas Abraham (3):
mmc: sdhci-s3c: Keep a copy of platform data and use it
mmc: Add OF bindings support for mmc host controller capabilities
mmc: sdhci-s3c: Add device tree support
.../devicetree/bindings/mmc/linux-mmc-host.txt | 11 ++
.../devicetree/bindings/mmc/samsung-sdhci.txt | 75 ++++++++++
drivers/mmc/core/host.c | 31 ++++
drivers/mmc/host/sdhci-s3c.c | 155 +++++++++++++++++++-
include/linux/mmc/host.h | 3 +
5 files changed, 270 insertions(+), 5 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/linux-mmc-host.txt
create mode 100644 Documentation/devicetree/bindings/mmc/samsung-sdhci.txt
next reply other threads:[~2011-10-05 10:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-05 10:12 Thomas Abraham [this message]
2011-10-05 10:12 ` [PATCH 1/3] mmc: sdhci-s3c: Keep a copy of platform data and use it Thomas Abraham
2011-10-05 10:13 ` [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities Thomas Abraham
2011-10-05 13:29 ` Rob Herring
2011-10-05 14:27 ` Thomas Abraham
2011-10-05 15:55 ` Stephen Warren
2011-10-09 6:58 ` Thomas Abraham
2011-10-11 16:29 ` Stephen Warren
2011-10-11 18:08 ` Thomas Abraham
2011-10-05 10:13 ` [PATCH 3/3] mmc: sdhci-s3c: Add device tree support Thomas Abraham
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=1317809581-28783-1-git-send-email-thomas.abraham@linaro.org \
--to=thomas.abraham@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).