All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v11 0/3] mtd: nand: jz4780: Add NAND and BCH drivers
@ 2016-01-04 12:34 ` Harvey Hunt
  0 siblings, 0 replies; 18+ messages in thread
From: Harvey Hunt @ 2016-01-04 12:34 UTC (permalink / raw)
  To: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
	computersforpeace-Re5JQEeQqe8AvxtiuMwx3w
  Cc: alex-oucj9GSTHrKwpo/f3jThPQ, Harvey Hunt,
	devicetree-u79uwXL29TY76Z2rM5mHXA

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 l2-mtd/master.

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

Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.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                      | 380 ++++++++++++++++++
 drivers/mtd/nand/jz4780_bch.h                      |  43 +++
 drivers/mtd/nand/jz4780_nand.c                     | 424 +++++++++++++++++++++
 8 files changed, 1030 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.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-01-07 17:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04 12:34 [PATCH v11 0/3] mtd: nand: jz4780: Add NAND and BCH drivers Harvey Hunt
2016-01-04 12:34 ` Harvey Hunt
2016-01-04 12:34 ` [PATCH v11 1/3] dt-bindings: binding for jz4780-{nand,bch} Harvey Hunt
2016-01-04 12:34   ` Harvey Hunt
2016-01-07  1:27   ` Brian Norris
2016-01-07  1:27     ` Brian Norris
2016-01-04 12:34 ` [PATCH v11 2/3] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Harvey Hunt
2016-01-07  1:15   ` Brian Norris
2016-01-07  9:44     ` Harvey Hunt
2016-01-07 17:38       ` Brian Norris
2016-01-04 12:34 ` [PATCH v11 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes Harvey Hunt
2016-01-04 12:34   ` Harvey Hunt
2016-01-07  1:29   ` Brian Norris
2016-01-07  9:40     ` Harvey Hunt
2016-01-07  9:40       ` Harvey Hunt
2016-01-07 17:33       ` Brian Norris
2016-01-07 17:33         ` Brian Norris
2016-01-07 17:33         ` Brian Norris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.