mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
To: <mmayer@broadcom.com>, <f.fainelli@gmail.com>,
	<ladis@linux-mips.org>, <treding@nvidia.com>, <digetx@gmail.com>,
	<d-gerlach@ti.com>
Cc: <linus.walleij@linaro.org>, <michals@xilinx.com>,
	<linux-kernel@vger.kernel.org>, <nagasuresh12@gmail.com>,
	Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Subject: [LINUX PATCH v13 0/2] Add arm pl353 smc memory and nand driver for xilinx zynq soc
Date: Thu, 6 Dec 2018 18:17:32 +0530	[thread overview]
Message-ID: <1544100454-6357-1-git-send-email-naga.sureshkumar.relli@xilinx.com> (raw)

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

-- 
2.7.4


             reply	other threads:[~2018-12-06 13:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-06 12:47 Naga Sureshkumar Relli [this message]
2018-12-06 12:47 ` [LINUX PATCH v13 1/2] dt-bindings: memory: Add pl353 smc controller devicetree binding information Naga Sureshkumar Relli
2018-12-06 12:47 ` [LINUX PATCH v13 2/2] memory: pl353: Add driver for arm pl353 static memory controller Naga Sureshkumar Relli
2018-12-13 15:12 ` [LINUX PATCH v13 0/2] Add arm pl353 smc memory and nand driver for xilinx zynq soc Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544100454-6357-1-git-send-email-naga.sureshkumar.relli@xilinx.com \
    --to=naga.sureshkumar.relli@xilinx.com \
    --cc=d-gerlach@ti.com \
    --cc=digetx@gmail.com \
    --cc=f.fainelli@gmail.com \
    --cc=ladis@linux-mips.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michals@xilinx.com \
    --cc=mmayer@broadcom.com \
    --cc=nagasuresh12@gmail.com \
    --cc=treding@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®