devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH_V3 0/2] mtd: nand: jz4780: Add nand and bch driver
@ 2015-03-31 16:59 Zubair Lutfullah Kakakhel
  2015-03-31 16:59 ` [PATCH_V3 1/2] dt-bindings: binding for jz4780-{nand,bch} Zubair Lutfullah Kakakhel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2015-03-31 16:59 UTC (permalink / raw)
  To: computersforpeace, dwmw2
  Cc: devicetree, linux-kernel, linux-mtd, Zubair.Kakakhel

Hi,

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

Hope these can make it in time for 4.1.

Tested on the MIPS Creator CI20.

Core JZ4780 support is still in-flight.

Review and feedback welcome.

V2 - > V3
Rebase to 4.0-rc6
Binding changes and fixes based on feedback by Brian Norris (Thank-you)

V1 - > V2
Fixed module license macros
Rebase to 4.0-rc3

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                      | 353 +++++++++++++++++++
 drivers/mtd/nand/jz4780_bch.h                      |  42 +++
 drivers/mtd/nand/jz4780_nand.c                     | 376 +++++++++++++++++++++
 6 files changed, 836 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

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

end of thread, other threads:[~2015-07-24 19:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 16:59 [PATCH_V3 0/2] mtd: nand: jz4780: Add nand and bch driver Zubair Lutfullah Kakakhel
2015-03-31 16:59 ` [PATCH_V3 1/2] dt-bindings: binding for jz4780-{nand,bch} Zubair Lutfullah Kakakhel
2015-03-31 16:59 ` [PATCH_V3 2/2] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Zubair Lutfullah Kakakhel
2015-03-31 17:20 ` [PATCH_V3 0/2] mtd: nand: jz4780: Add nand and bch driver Brian Norris
2015-04-01  9:30   ` Zubair Lutfullah Kakakhel
2015-06-03  9:02     ` Richard Weinberger
     [not found]       ` <CAFLxGvxsatxukr0ohuWsbm9cgPSkL_aod8527Ue02kY-ksPyqg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-24 19:34         ` Brian Norris

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).