[PATCH RFC v2 0/4] Add arm pl353 smc driver for xilinx zynq soc

From: Punnaiah Choudary Kalluri
Date: Thu Apr 17 2014 - 16:00:29 EST


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

Punnaiah Choudary Kalluri (4):
Devicetree: Add pl353 smc controller devicetree binding information
memory: pl353: Add driver for arm pl353 static memory controller
nand: pl353: Add driver for arm pl353 smc nand interface
mtd: nand: Add a devicetree binding for onfi timing parameters

.../bindings/memory-controllers/pl353-smc.txt | 53 +
Documentation/devicetree/bindings/mtd/nand.txt | 46 +
drivers/memory/Kconfig | 6 +
drivers/memory/Makefile | 1 +
drivers/memory/pl353-smc.c | 569 ++++++++++
drivers/mtd/nand/Kconfig | 8 +
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/pl353_nand.c | 1112 ++++++++++++++++++++
include/linux/memory/pl353-smc.h | 34 +
9 files changed, 1830 insertions(+), 0 deletions(-)
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/pl353_nand.c
create mode 100644 include/linux/memory/pl353-smc.h

--
1.7.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/