From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-bn1bon0085.outbound.protection.outlook.com ([157.56.111.85] helo=na01-bn1-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z21U1-0004Wx-ML for linux-mtd@lists.infradead.org; Mon, 08 Jun 2015 18:09:14 +0000 From: Punnaiah Choudary Kalluri To: , , , , , , , , , , , , , , , , , , Subject: [PATCH v7 0/3] Add arm pl353 smc nand driver for xilinx zynq soc Date: Mon, 8 Jun 2015 23:38:35 +0530 Message-ID: <1433786918-21500-1-git-send-email-punnaia@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, kalluripunnaiahchoudary@gmail.com, kpc528@gmail.com, punnaia@xilinx.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 (3): nand: pl353: Add basic driver for arm pl353 smc nand interface nand: pl353: Add software ecc support Documentation: nand: pl353: Add documentation for controller and driver Documentation/mtd/nand/pl353-nand.txt | 92 +++ drivers/mtd/nand/Kconfig | 7 + drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/pl353_nand.c | 1073 +++++++++++++++++++++++++++++++++ 4 files changed, 1173 insertions(+), 0 deletions(-) create mode 100644 Documentation/mtd/nand/pl353-nand.txt create mode 100644 drivers/mtd/nand/pl353_nand.c -- 1.7.4