From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754262AbbIHJLH (ORCPT ); Tue, 8 Sep 2015 05:11:07 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:34747 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752866AbbIHJLE (ORCPT ); Tue, 8 Sep 2015 05:11:04 -0400 From: Alex Smith To: CC: Alex Smith , Alex Smith , Brian Norris , David Woodhouse , Zubair Lutfullah Kakakhel , , , Subject: [PATCH v5 0/4] mtd: nand: jz4780: Add NAND and BCH drivers Date: Tue, 8 Sep 2015 10:10:49 +0100 Message-ID: <1441703453-2838-1-git-send-email-alex.smith@imgtec.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.115] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series adds support for the BCH controller and NAND devices on the Ingenic JZ4780 SoC. Tested on the MIPS Creator Ci20 board. All dependencies are now in mainline. This version of the series is based on current mainline (pre 4.3-rc1). Review and feedback welcome. Thanks, Alex Alex Smith (4): mtd: nand: increase ready wait timeout and report timeouts dt-bindings: binding for jz4780-{nand,bch} mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes .../bindings/mtd/ingenic,jz4780-nand.txt | 57 ++++ arch/mips/boot/dts/ingenic/ci20.dts | 51 +++ arch/mips/boot/dts/ingenic/jz4780.dtsi | 26 ++ drivers/mtd/nand/Kconfig | 7 + drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/jz4780_bch.c | 348 +++++++++++++++++++ drivers/mtd/nand/jz4780_bch.h | 42 +++ drivers/mtd/nand/jz4780_nand.c | 378 +++++++++++++++++++++ drivers/mtd/nand/nand_base.c | 14 +- 9 files changed, 921 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt create mode 100644 drivers/mtd/nand/jz4780_bch.c create mode 100644 drivers/mtd/nand/jz4780_bch.h create mode 100644 drivers/mtd/nand/jz4780_nand.c -- 2.5.0