[PATCH 0/2] mtd: nand: jz4780: Add nand and bch driver

Zubair Lutfullah Kakakhel Zubair.Kakakhel at imgtec.com
Thu Mar 5 09:27:39 PST 2015


Hi,

Two patches based on 4.0-rc2 that add NAND and BCH controller
drivers for the Ingenic JZ4780 SoC.

Core JZ4780 support is still in-flight.

Review and feedback welcome.

Thanks,
ZubairLK

Alex Smith (2):
  dt-bindings: binding for jz4780-{nand,bch}
  mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs

 .../bindings/mtd/ingenic,jz4780-nand.txt           |  57 ++++
 drivers/mtd/nand/Kconfig                           |   7 +
 drivers/mtd/nand/Makefile                          |   1 +
 drivers/mtd/nand/jz4780_bch.c                      | 359 ++++++++++++++++++++
 drivers/mtd/nand/jz4780_bch.h                      |  43 +++
 drivers/mtd/nand/jz4780_nand.c                     | 373 +++++++++++++++++++++
 6 files changed, 840 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

-- 
1.9.1




More information about the linux-mtd mailing list