This patchset aim to enhance DT related code in sdhci-pltfm.c by below patches:
[PATCH v3 1/4] mmc: sdhci-pltfm: add calling mmc_of_parse in
sdhci_pltfm_register
[PATCH 2/4] mmc: sdhci-pltfm: avoid indentation in sdhci_get_of_property
[PATCH v2 3/4] mmc: sdhci-pltfm: add function in sdhci_ops to parse dt property
[PATCH 4/4] mmc: sdhci-pltfm: remove host specific dt property parse code

Changelog:
Split code for different purposes into different patches.

Kevin Liu (4):
 mmc: sdhci-pltfm: add calling mmc_of_parse in sdhci_pltfm_register
 mmc: sdhci-pltfm: avoid indentation in sdhci_get_of_property
 mmc: sdhci-pltfm: add function in sdhci_ops to parse dt property
 mmc: sdhci-pltfm: remove host specific dt property parse code

 drivers/mmc/host/sdhci-of-esdhc.c |   19 ++++++++++++++
 drivers/mmc/host/sdhci-pltfm.c    |   51 +++++++++++++++++--------------------
 drivers/mmc/host/sdhci.h          |    1 +
 3 files changed, 44 insertions(+), 27 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to