From: Dinh Nguyen <dinguyen@xxxxxxxxxx> Hi Chris, I apologize for not including you in the original patch series. Can you can review and apply to your tree if there are not comments? PATCH[1/2] - Bindings and documentation for dw_mmc-socfpga PATCH[2/2] - SOCFPGA platform specific implementation for dw_mmc driver. Thanks, Dinh Dinh Nguyen (2): ARM: socfpga: dts: Add support for SD/MMC mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA .../devicetree/bindings/mmc/socfpga-dw-mshc.txt | 60 +++++++++ arch/arm/boot/dts/socfpga.dtsi | 13 +- arch/arm/boot/dts/socfpga_cyclone5.dts | 13 ++ arch/arm/boot/dts/socfpga_vt.dts | 12 ++ drivers/mmc/host/Kconfig | 8 ++ drivers/mmc/host/Makefile | 1 + drivers/mmc/host/dw_mmc-exynos.c | 2 - drivers/mmc/host/dw_mmc-socfpga.c | 140 ++++++++++++++++++++ drivers/mmc/host/dw_mmc.h | 1 + 9 files changed, 247 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/socfpga-dw-mshc.txt create mode 100644 drivers/mmc/host/dw_mmc-socfpga.c -- 1.7.9.5 -- 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