linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: list-09_linux_arm@tqsc.de (Markus Niebel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] mmc: add driver stage register handling
Date: Wed, 16 Jul 2014 16:19:47 +0200	[thread overview]
Message-ID: <1405520389-32649-1-git-send-email-list-09_linux_arm@tqsc.de> (raw)

From: Markus Niebel <Markus.Niebel@tq-group.com>

The first patch is taken from Sascha Hauers patch from 25/05/2014
and tries to follow comments from Ulf Hansson. Second patch
adds this feature to the sdhci-esdhc-imx driver which has an own
device tree probe routine. 

Markus Niebel (2):
  mmc: implement driver stage register handling
  mmc: sdhci-esdhc-imx: implement DSR support

 Documentation/devicetree/bindings/mmc/mmc.txt |    7 +++++++
 drivers/mmc/core/host.c                       |    8 ++++++++
 drivers/mmc/core/mmc.c                        |    8 ++++++++
 drivers/mmc/core/mmc_ops.c                    |   17 +++++++++++++++++
 drivers/mmc/core/mmc_ops.h                    |    1 +
 drivers/mmc/core/sd.c                         |    8 ++++++++
 drivers/mmc/host/sdhci-esdhc-imx.c            |   15 +++++++++++++++
 include/linux/mmc/card.h                      |    3 ++-
 include/linux/mmc/host.h                      |    3 +++
 include/linux/platform_data/mmc-esdhc-imx.h   |    4 ++++
 10 files changed, 73 insertions(+), 1 deletion(-)

-- 
1.7.9.5

             reply	other threads:[~2014-07-16 14:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16 14:19 Markus Niebel [this message]
2014-07-16 14:19 ` [PATCH 1/2] mmc: implement driver stage register handling Markus Niebel
2014-07-16 14:19 ` [PATCH 2/2] mmc: sdhci-esdhc-imx: implement DSR support Markus Niebel

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=1405520389-32649-1-git-send-email-list-09_linux_arm@tqsc.de \
    --to=list-09_linux_arm@tqsc.de \
    --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).