public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] sdhci-esdhc-imx: 8bit mmc support
@ 2013-01-21 11:02 Shawn Guo
  2013-01-21 11:02 ` [PATCH 1/6] mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhc Shawn Guo
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Shawn Guo @ 2013-01-21 11:02 UTC (permalink / raw)
  To: linux-mmc; +Cc: Sascha Hauer, Chris Ball, Shawn Guo

The series makes Auto CMD23 work for imx6q usdhc and then adds 8bit
mmc support.

Sascha Hauer (2):
  mmc: sdhci: rename platform_8bit_width to platform_bus_width
  mmc: sdhci-esdhc-imx: support 8bit mode

Shawn Guo (4):
  mmc: sdhci-esdhc-imx: separate transfer mode from command write for
    usdhc
  mmc: sdhci-esdhc-imx: manually reset MIX_CTRL for usdhc
  mmc: sdhci-esdhc-imx: Auto CMD23 support for usdhc
  mmc: dt: bus-width can be an optional property

 Documentation/devicetree/bindings/mmc/mmc.txt |    5 +-
 drivers/mmc/host/sdhci-esdhc-imx.c            |   98 +++++++++++++++++++++----
 drivers/mmc/host/sdhci-pci.c                  |    4 +-
 drivers/mmc/host/sdhci-pxav2.c                |    2 +-
 drivers/mmc/host/sdhci-s3c.c                  |    8 +-
 drivers/mmc/host/sdhci-tegra.c                |    4 +-
 drivers/mmc/host/sdhci.c                      |    8 +-
 drivers/mmc/host/sdhci.h                      |    2 +-
 include/linux/platform_data/mmc-esdhc-imx.h   |    1 +
 9 files changed, 101 insertions(+), 31 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-02-08 23:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 11:02 [PATCH 0/6] sdhci-esdhc-imx: 8bit mmc support Shawn Guo
2013-01-21 11:02 ` [PATCH 1/6] mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhc Shawn Guo
2013-01-21 11:02 ` [PATCH 2/6] mmc: sdhci-esdhc-imx: manually reset MIX_CTRL " Shawn Guo
2013-01-21 11:02 ` [PATCH 3/6] mmc: sdhci-esdhc-imx: Auto CMD23 support " Shawn Guo
2013-01-21 11:02 ` [PATCH 4/6] mmc: sdhci: rename platform_8bit_width to platform_bus_width Shawn Guo
2013-01-21 11:02 ` [PATCH 5/6] mmc: sdhci-esdhc-imx: support 8bit mode Shawn Guo
2013-01-21 11:02 ` [PATCH 6/6] mmc: dt: bus-width can be an optional property Shawn Guo
2013-02-08 23:02   ` Grant Likely
2013-01-25  6:47 ` [PATCH 0/6] sdhci-esdhc-imx: 8bit mmc support Dirk Behme
2013-01-28 21:50 ` Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox