linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LINUX PATCH v11 0/3] Add arm pl353 smc memory and nand driver for xilinx zynq soc
@ 2018-07-11  7:36 Naga Sureshkumar Relli
  2018-07-11  7:36 ` [LINUX PATCH v11 1/3] dt-bindings: memory: Add pl353 smc controller devicetree binding information Naga Sureshkumar Relli
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Naga Sureshkumar Relli @ 2018-07-11  7:36 UTC (permalink / raw)
  To: boris.brezillon, richard, dwmw2, computersforpeace, marek.vasut,
	f.fainelli, mmayer, rogerq, ladis, ada, honghui.zhang,
	miquel.raynal, linus.walleij
  Cc: linux-mtd, linux-kernel, nagasureshkumarrelli, michals,
	Naga Sureshkumar Relli

The following patches add arm pl353 static memory controller driver and NAND
driver for Xilinx Zynq SoC. The arm pl353 smc supports two interfaces
i.e nand and NOR/SRAM memory interfaces. The current implementation supports
only a single SMC instance and nand specific configuration.

Xilinx Zynq TRM link:
http://www.xilinx.com/support/documentation/user_guides/ug585-Zynq-7000-TRM.pdf

ARM pl353 smc TRM link:
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0380g/DDI0380G_smc_pl350_series_r2p1_trm.pdf

Tested Micron MT29F2G08ABAEAWP (On-die capable) and AMD/Spansion S34ML01G1.
This latest series make use of ->exec_op().

Naga Sureshkumar Relli (3):
  dt-bindings: memory: Add pl353 smc controller devicetree binding
    information
  memory: pl353: Add driver for arm pl353 static memory controller
  mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

 .../bindings/memory-controllers/pl353-smc.txt      |   47 +
 drivers/memory/Kconfig                             |   10 +
 drivers/memory/Makefile                            |    1 +
 drivers/memory/pl353-smc.c                         |  468 +++++++
 drivers/mtd/nand/raw/Kconfig                       |    7 +
 drivers/mtd/nand/raw/Makefile                      |    1 +
 drivers/mtd/nand/raw/pl353_nand.c                  | 1314 ++++++++++++++++++++
 include/linux/pl353-smc.h                          |   30 +
 8 files changed, 1878 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
 create mode 100644 drivers/memory/pl353-smc.c
 create mode 100644 drivers/mtd/nand/raw/pl353_nand.c
 create mode 100644 include/linux/pl353-smc.h

-- 
2.7.4


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

end of thread, other threads:[~2018-09-11  5:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11  7:36 [LINUX PATCH v11 0/3] Add arm pl353 smc memory and nand driver for xilinx zynq soc Naga Sureshkumar Relli
2018-07-11  7:36 ` [LINUX PATCH v11 1/3] dt-bindings: memory: Add pl353 smc controller devicetree binding information Naga Sureshkumar Relli
2018-07-13  7:37   ` Linus Walleij
2018-09-11  5:24     ` Naga Sureshkumar Relli
2018-07-11  7:36 ` [LINUX PATCH v11 2/3] memory: pl353: Add driver for arm pl353 static memory controller Naga Sureshkumar Relli
2018-07-13  7:38   ` Linus Walleij
2018-07-11  7:36 ` [LINUX PATCH v11 3/3] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface Naga Sureshkumar Relli
2018-07-22  7:04   ` Naga Sureshkumar Relli
2018-07-23  7:30     ` Miquel Raynal
2018-07-23  9:05       ` Naga Sureshkumar Relli
2018-07-29 19:15   ` Miquel Raynal
2018-07-31  7:50     ` Naga Sureshkumar Relli
2018-08-04  9:56       ` Miquel Raynal

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).