[PATCH 0/2] memory: jz4780: Add external memory controller driver

From: Zubair Lutfullah Kakakhel
Date: Thu Mar 05 2015 - 12:02:33 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/