All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MMC: use mmc_of_parse in sdhci-esdhc-imx
@ 2014-05-23 12:32 ` Sascha Hauer
  0 siblings, 0 replies; 28+ messages in thread
From: Sascha Hauer @ 2014-05-23 12:32 UTC (permalink / raw)
  To: linux-mmc; +Cc: Shawn Guo, linux-arm-kernel, kernel

The following series changes the sdhci-esdhc-imx to use mmc_of_parse
to profit from the generic devicetree parser. Unfortunately this
is not straight forward because the driver parses all devicetree
data into platform_data instead of directly into the mmc host, so
we have to refactor the parsing and move platform_data parsing out
of the way for the devicetree path first.

The last patch fixes the card/write protection for the babbage board
and can be taken independently of the rest by Shawn.

Sascha

----------------------------------------------------------------
Sascha Hauer (5):
      mmc: sdhci-esdhc-imx: add f_max field to private data
      mmc: sdhci-esdhc-imx: introduce function for parsing platform_data
      mmc: sdhci-esdhc-imx: straighten SDHCI_QUIRK_BROKEN_CARD_DETECTION flag
      mmc: sdhci-esdhc-imx: use mmc_of_parse
      ARM: dts: imx51-babbage: Fix esdhc setup

 arch/arm/boot/dts/imx51-babbage.dts |  14 +--
 drivers/mmc/host/sdhci-esdhc-imx.c  | 205 +++++++++++++++++++-----------------
 2 files changed, 118 insertions(+), 101 deletions(-)

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

end of thread, other threads:[~2014-06-21  7:56 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 12:32 [PATCH] MMC: use mmc_of_parse in sdhci-esdhc-imx Sascha Hauer
2014-05-23 12:32 ` Sascha Hauer
2014-05-23 12:33 ` [PATCH 1/5] mmc: sdhci-esdhc-imx: add f_max field to private data Sascha Hauer
2014-05-23 12:33   ` Sascha Hauer
2014-06-01  7:45   ` Shawn Guo
2014-06-01  7:45     ` Shawn Guo
2014-06-02  6:40     ` Sascha Hauer
2014-06-02  6:40       ` Sascha Hauer
2014-05-23 12:33 ` [PATCH 2/5] mmc: sdhci-esdhc-imx: introduce function for parsing platform_data Sascha Hauer
2014-05-23 12:33   ` Sascha Hauer
2014-05-23 12:33 ` [PATCH 3/5] mmc: sdhci-esdhc-imx: straighten SDHCI_QUIRK_BROKEN_CARD_DETECTION flag Sascha Hauer
2014-05-23 12:33   ` Sascha Hauer
2014-05-23 12:33 ` [PATCH 4/5] mmc: sdhci-esdhc-imx: use mmc_of_parse Sascha Hauer
2014-05-23 12:33   ` Sascha Hauer
2014-05-23 12:33 ` [PATCH 5/5] ARM: dts: imx51-babbage: Fix esdhc setup Sascha Hauer
2014-05-23 12:33   ` Sascha Hauer
2014-06-01 15:22   ` Shawn Guo
2014-06-01 15:22     ` Shawn Guo
2014-06-05 10:39     ` Sascha Hauer
2014-06-05 10:39       ` Sascha Hauer
2014-06-09  3:38       ` Shawn Guo
2014-06-09  3:38         ` Shawn Guo
2014-06-09  3:41   ` Shawn Guo
2014-06-09  3:41     ` Shawn Guo
2014-06-10  8:01     ` Lothar Waßmann
2014-06-10  8:01       ` Lothar Waßmann
2014-06-21  7:56   ` Shawn Guo
2014-06-21  7:56     ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.