Hello, v4 of the ASPEED SDHCI driver addresses Rob's comments on the binding, making it utilise the new mmc-controller schema and describing the sdhci,auto-cmd12 property. v3 can be found here: http://patchwork.ozlabs.org/cover/1138793/ Please review! Andrew Andrew Jeffery (2): dt-bindings: mmc: Document Aspeed SD controller mmc: Add support for the ASPEED SD controller .../devicetree/bindings/mmc/aspeed,sdhci.yaml | 105 ++++++ drivers/mmc/host/Kconfig | 12 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-of-aspeed.c | 328 ++++++++++++++++++ 4 files changed, 446 insertions(+) create mode 100644 Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml create mode 100644 drivers/mmc/host/sdhci-of-aspeed.c -- 2.20.1