Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1282980

[PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Harvey Hunt <harvey.hunt@imgtec.com>
Newsgroups linux.kernel
Subject [PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
Date Thu, 03 Dec 2015 13:10:03 +0100
Message-ID <qBARY-4KT-5@gated-at.bofh.it> (permalink)
X-Original-To <linux-mtd@lists.infradead.org>
X-Mailer git-send-email 2.6.2
MIME-Version 1.0
Content-Type text/plain
X-Originating-IP [192.168.154.22]
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 57
Organization linux.* mail to news gateway
X-Original-Cc Harvey Hunt <harvey.hunt@imgtec.com>, Brian Norris <computersforpeace@gmail.com>, David Woodhouse <dwmw2@infradead.org>, "Paul Burton" <paul.burton@imgtec.com>, Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-mips@linux-mips.org>
X-Original-Date Thu, 3 Dec 2015 12:02:19 +0000
X-Original-Message-ID <1449144142-24004-1-git-send-email-harvey.hunt@imgtec.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1282980

Show key headers only | View raw


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 4.4-rc3.

As suggested by Boris [0], refactoring work has been done to treat NAND
chips as children nodes of the NAND controller.

Review and feedback welcome.

Thanks,

Harvey

[0] https://patchwork.ozlabs.org/patch/526818/

Cc: Brian Norris <computersforpeace@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-mtd@lists.infradead.org

Alex Smith (3):
  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           |  86 +++++
 arch/mips/boot/dts/ingenic/ci20.dts                |  63 ++++
 arch/mips/boot/dts/ingenic/jz4780.dtsi             |  26 ++
 drivers/mtd/nand/Kconfig                           |   7 +
 drivers/mtd/nand/Makefile                          |   1 +
 drivers/mtd/nand/jz4780_bch.c                      | 361 ++++++++++++++++++
 drivers/mtd/nand/jz4780_bch.h                      |  42 +++
 drivers/mtd/nand/jz4780_nand.c                     | 420 +++++++++++++++++++++
 8 files changed, 1006 insertions(+)
 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.6.2

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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v9 0/3] mtd: nand: jz4780: Add NAND and BCH drivers Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-03 13:10 +0100
  [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-03 13:10 +0100
    Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Rob Herring <robh@kernel.org> - 2015-12-03 22:40 +0100
      Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Brian Norris <computersforpeace@gmail.com> - 2015-12-03 23:40 +0100
    Re: [PATCH v9 1/3] dt-bindings: binding for jz4780-{nand,bch} Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 15:20 +0100
  [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-03 13:10 +0100
    Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 15:20 +0100
      Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-08 17:10 +0100
        Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-08 17:20 +0100
        Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 17:20 +0100
        Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-08 17:30 +0100
          Re: [PATCH v9 2/3] mtd: nand: jz4780: driver for NAND devices on  JZ4780 SoCs Harvey Hunt <harvey.hunt@imgtec.com> - 2015-12-08 17:40 +0100

csiph-web