Dear Ulf, Could you pull these patches for next on your repository? If there is an issue, let me know, plz. The following changes since commit 46579f1ed89f4fffba579ec72cfd216ff6666be0: mmc: host: Include interrupt.h in mmc host drivers that depends on it (2017-01-10 16:34:04 +0100) are available in the git repository at: https://github.com/jh80chung/dw-mmc.git for-ulf for you to fetch changes up to d1a05fd54cf927c2060800ed34286958b6afaf25: mmc: dw_mmc: zx: Initial support for ZX mmc controller (2017-01-11 15:47:31 +0900) ---------------------------------------------------------------- Jun Nie (5): Documentation: synopsys-dw-mshc: add binding for fifo quirks mmc: dw_mmc: Add fifo address property mmc: dw_mmc: Add fifo watermark alignment property mmc: dt-bindings: add ZTE ZX296718 MMC bindings mmc: dw_mmc: zx: Initial support for ZX mmc controller .../devicetree/bindings/mmc/synopsys-dw-mshc.txt | 13 ++ .../devicetree/bindings/mmc/zx-dw-mshc.txt | 33 +++ drivers/mmc/host/Kconfig | 9 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/dw_mmc-zx.c | 241 +++++++++++++++++++++ drivers/mmc/host/dw_mmc-zx.h | 31 +++ drivers/mmc/host/dw_mmc.c | 17 +- drivers/mmc/host/dw_mmc.h | 5 + 8 files changed, 347 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt create mode 100644 drivers/mmc/host/dw_mmc-zx.c create mode 100644 drivers/mmc/host/dw_mmc-zx.h Best Regards, Jaehoon Chung -- 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