linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7,0/3] mtd: nand: jz4780: Add NAND and BCH drivers
@ 2015-10-06 16:27 Harvey Hunt
  2015-10-06 16:27 ` [PATCH v7,1/3] dt-bindings: binding for jz4780-{nand,bch} Harvey Hunt
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Harvey Hunt @ 2015-10-06 16:27 UTC (permalink / raw)
  To: linux-mtd; +Cc: Harvey Hunt

Hi,

This series adds support for the BCH controller and NAND devices on
the Ingenic JZ4780 SoC.

The first patch from this series was removed and sent individually
earlier today, as this was deemed more appropriate.

Original work was done by Alex Smith and the transition from
v6 -> v7 was done by me.

Thanks,

Harvey

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           |  61 ++++
 arch/mips/boot/dts/ingenic/ci20.dts                |  54 +++
 arch/mips/boot/dts/ingenic/jz4780.dtsi             |  26 ++
 drivers/mtd/nand/Kconfig                           |   7 +
 drivers/mtd/nand/Makefile                          |   1 +
 drivers/mtd/nand/jz4780_bch.c                      | 349 +++++++++++++++++++
 drivers/mtd/nand/jz4780_bch.h                      |  42 +++
 drivers/mtd/nand/jz4780_nand.c                     | 384 +++++++++++++++++++++
 8 files changed, 924 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.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-11-17 19:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 16:27 [PATCH v7,0/3] mtd: nand: jz4780: Add NAND and BCH drivers Harvey Hunt
2015-10-06 16:27 ` [PATCH v7,1/3] dt-bindings: binding for jz4780-{nand,bch} Harvey Hunt
2015-11-04  7:57   ` Boris Brezillon
2015-11-17 16:08     ` Harvey Hunt
2015-11-17 16:25     ` Harvey Hunt
2015-10-06 16:27 ` [PATCH v7, 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Harvey Hunt
2015-11-04 10:18   ` Boris Brezillon
2015-11-17 16:28     ` Harvey Hunt
2015-11-17 19:09       ` Boris Brezillon
2015-10-06 16:27 ` [PATCH v7, 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes Harvey Hunt
2015-10-08 21:22   ` [PATCH v7,3/3] " Ezequiel Garcia
2015-10-14  9:15     ` Harvey Hunt
2015-10-15  8:47   ` James Hogan
2015-10-16 10:11     ` Alex Smith
2015-10-16 10:31       ` James Hogan
2015-10-16 10:48         ` Paul Burton
2015-11-04  7:51           ` Boris Brezillon
2015-11-17 16:29             ` Harvey Hunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).