[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <14275918-b8f0-fb2a-1678-562100a30591@xilinx.com>
Date: Thu, 13 Dec 2018 16:12:29 +0100
From: Michal Simek <michal.simek@...inx.com>
To: Naga Sureshkumar Relli <naga.sureshkumar.relli@...inx.com>,
<mmayer@...adcom.com>, <f.fainelli@...il.com>,
<ladis@...ux-mips.org>, <treding@...dia.com>, <digetx@...il.com>,
<d-gerlach@...com>
CC: <linus.walleij@...aro.org>, <linux-kernel@...r.kernel.org>,
<nagasuresh12@...il.com>
Subject: Re: [LINUX PATCH v13 0/2] Add arm pl353 smc memory and nand driver
for xilinx zynq soc
On 06. 12. 18 13:47, Naga Sureshkumar Relli wrote:
> 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 (2):
> dt-bindings: memory: Add pl353 smc controller devicetree binding
> information
> memory: pl353: Add driver for arm pl353 static memory controller
>
> .../bindings/memory-controllers/pl353-smc.txt | 47 +++
> drivers/memory/Kconfig | 9 +
> drivers/memory/Makefile | 1 +
> drivers/memory/pl353-smc.c | 464 +++++++++++++++++++++
> include/linux/pl353-smc.h | 30 ++
> 5 files changed, 551 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/pl353-smc.h
>
Applied both to zynq/soc branch.
Thanks,
Michal
Powered by blists - more mailing lists