lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 5 Mar 2015 17:01:53 +0000
From:	Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>
To:	<gregkh@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: [PATCH 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-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@...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

Powered by Openwall GNU/*/Linux Powered by OpenVZ