This patch series adds - Feature to get generic device properties in the place of DT properties. - ACPI support to IPROC SDHCI varients This patch series is based off v4.18-rc3 Changes from v3: - Replaced separate device tree and ACPI get match data APIs with single device_get_match_data API. Changes from v2: - Added patch "Convert DT properties to generic device properties" given by Adrian Hunter to this patch series because "Add ACPI support to IPROC SDHCI" patch is depends on this. Changes from v1: - Removed sdhci_iproc_data array change and add directly into of and acpi id tables. - Add a change to get match data directly. - Removed clock-frequency property read change. - Used sdhci_get_property to get properties. - Verified with patch given by Adrian Hunter mmc: sdhci-pltfm: Convert DT properties to generic device properties Adrian Hunter (1): mmc: sdhci-pltfm: Convert DT properties to generic device properties Srinath Mannam (1): mmc: host: iproc: Add ACPI support to IPROC SDHCI drivers/mmc/host/Kconfig | 1 + drivers/mmc/host/sdhci-iproc.c | 59 ++++++++++++++++++++++++------------ drivers/mmc/host/sdhci-pltfm.c | 68 +++++++++++++++++++++++++----------------- drivers/mmc/host/sdhci-pltfm.h | 7 ++++- 4 files changed, 87 insertions(+), 48 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html