Hi Greg, I don't see any maintainer for drivers/memory. And as you are the committer for most of the drivers in there. Two patches based on 4.0-rc2 that add an external memory controller driver for the Ingenic JZ4780 SoC. Core jz4780 support is still in-flight. Tested on the MIPS Creator CI20 Feedback welcome Thanks ZubairLK Alex Smith (2): dt-bindings: memory-controllers: Add binding for jz4780-nemc memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCs .../memory-controllers/ingenic,jz4780-nemc.txt | 75 ++++ drivers/memory/Kconfig | 9 + drivers/memory/Makefile | 1 + drivers/memory/jz4780-nemc.c | 405 +++++++++++++++++++++ include/linux/jz4780-nemc.h | 43 +++ 5 files changed, 533 insertions(+) create mode 100644 Documentation/devicetree/bindings/memory-controllers/ingenic,jz4780-nemc.txt create mode 100644 drivers/memory/jz4780-nemc.c create mode 100644 include/linux/jz4780-nemc.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html