[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1425911344-29141-1-git-send-email-Zubair.Kakakhel@imgtec.com>
Date: Mon, 9 Mar 2015 14:29:02 +0000
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>
To: <gregkh@...uxfoundation.org>
CC: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<Zubair.Kakakhel@...tec.com>
Subject: [PATCH_V2 0/2] memory: jz4780: Add external memory controller driver
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-rc3 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
V1 -> V2
Removed redundant module macros and header
Fixed a few macro definitions and a blooper
Fixed license text
Rebased to v4.0-rc3
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 | 391 +++++++++++++++++++++
include/linux/jz4780-nemc.h | 43 +++
5 files changed, 519 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists