linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LINUX PATCH v8 0/2] Add arm pl353 smc driver for xilinx zynq soc
@ 2018-03-14 10:43 nagasureshkumarrelli
  2018-03-14 10:44 ` [LINUX PATCH v8 2/2] memory: pl353: Add driver for arm pl353 static memory controller nagasureshkumarrelli
  0 siblings, 1 reply; 6+ messages in thread
From: nagasureshkumarrelli @ 2018-03-14 10:43 UTC (permalink / raw)
  To: boris.brezillon, rogerq, lee.jones, alexandre.belloni,
	nicolas.ferre, ladis, ada
  Cc: linux-kernel, Naga Sureshkumar Relli

From: Naga Sureshkumar Relli <nagasure@xilinx.com>

The following patches add arm pl353 static memory controller 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

Naga Sureshkumar Relli (2):
  Devicetree: Add pl353 smc controller devicetree binding information
  memory: pl353: Add driver for arm pl353 static memory controller

 .../bindings/memory-controllers/pl353-smc.txt      |  53 ++
 drivers/memory/Kconfig                             |   7 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/pl353-smc.c                         | 548 +++++++++++++++++++++
 include/linux/platform_data/pl353-smc.h            |  34 ++
 5 files changed, 643 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
 create mode 100644 drivers/memory/pl353-smc.c
 create mode 100644 include/linux/platform_data/pl353-smc.h

-- 
2.7.4

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

end of thread, other threads:[~2018-05-08  6:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-14 10:43 [LINUX PATCH v8 0/2] Add arm pl353 smc driver for xilinx zynq soc nagasureshkumarrelli
2018-03-14 10:44 ` [LINUX PATCH v8 2/2] memory: pl353: Add driver for arm pl353 static memory controller nagasureshkumarrelli
2018-04-03 16:50   ` Julia Cartwright
2018-05-07 10:12     ` Naga Sureshkumar Relli
2018-05-07 16:52       ` Julia Cartwright
2018-05-08  6:35         ` Naga Sureshkumar Relli

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