Hello, Fujitsu have an sdhci IP which is implemented in a SoC we're adding to mainline, the most recent series for that was sent here: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/310539.html We welcome any comment and advice about how to make any improvements or better align them with upstream. Changes since v1: * Thanks to Uffe, removed ARCH_MB86S7X dependency and separated mmc patches to this patchset. * Node name changed from "fujitsu,mb86s70-sdh30" to "fujitsu,mb86s70-sdhci-3.0". Thanks. Vincent Yang (4): mmc: sdhci: add a voltage switch callback function mmc: sdhci: add a quirk for tuning work around mmc: sdhci: add a quirk for single block transactions mmc: sdhci: host: add new f_sdh30 .../devicetree/bindings/mmc/sdhci-fujitsu.txt | 35 +++ drivers/mmc/host/Kconfig | 8 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci.c | 14 +- drivers/mmc/host/sdhci.h | 1 + drivers/mmc/host/sdhci_f_sdh30.c | 319 +++++++++++++++++++++ include/linux/mmc/sdhci.h | 4 + 7 files changed, 379 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt create mode 100644 drivers/mmc/host/sdhci_f_sdh30.c -- 1.9.0 -- 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