devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] memory: jz4780: Add external memory controller driver
@ 2015-03-05 17:01 Zubair Lutfullah Kakakhel
  2015-03-05 17:01 ` [PATCH 1/2] dt-bindings: memory-controllers: Add binding for jz4780-nemc Zubair Lutfullah Kakakhel
       [not found] ` <1425574915-50308-1-git-send-email-Zubair.Kakakhel-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2015-03-05 17:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, devicetree

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-05 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 17:01 [PATCH 0/2] memory: jz4780: Add external memory controller driver Zubair Lutfullah Kakakhel
2015-03-05 17:01 ` [PATCH 1/2] dt-bindings: memory-controllers: Add binding for jz4780-nemc Zubair Lutfullah Kakakhel
     [not found] ` <1425574915-50308-1-git-send-email-Zubair.Kakakhel-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-03-05 17:01   ` [PATCH 2/2] memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCs Zubair Lutfullah Kakakhel
2015-03-05 19:26     ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).