public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Add support for Arasan NAND Flash controller
@ 2017-12-14  7:49 Naga Sureshkumar Relli
  2017-12-14  7:49 ` [PATCH v8 1/2] mtd: arasan: Add device tree binding documentation Naga Sureshkumar Relli
  2017-12-14  7:49 ` [PATCH v8 2/2] mtd: nand: Add support for Arasan NAND Flash Controller Naga Sureshkumar Relli
  0 siblings, 2 replies; 5+ messages in thread
From: Naga Sureshkumar Relli @ 2017-12-14  7:49 UTC (permalink / raw)
  To: boris.brezillon, richard, computersforpeace, marek.vasut,
	cyrille.pitchen
  Cc: dwmw2, linux-mtd, linux-kernel, michals, punnaia, nagasuresh12

This patch series adds the basic driver support for Arasan NAND Flash
controller.
We are reinitiating the patch series by fixing the comments given by
Boris and Rob.

Previous Patch reference:
https://lkml.org/lkml/2017/1/8/245

Naga Sureshkumar Relli (2):
  mtd: arasan: Add device tree binding documentation
  mtd: nand: Add support for Arasan NAND Flash Controller

 .../devicetree/bindings/mtd/arasan_nand.txt        |   38 +
 drivers/mtd/nand/Kconfig                           |    8 +
 drivers/mtd/nand/Makefile                          |    1 +
 drivers/mtd/nand/arasan_nand.c                     | 1020 ++++++++++++++++++++
 4 files changed, 1067 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mtd/arasan_nand.txt
 create mode 100644 drivers/mtd/nand/arasan_nand.c

-- 
2.13.0

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

end of thread, other threads:[~2017-12-14 11:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14  7:49 [PATCH v8 0/2] Add support for Arasan NAND Flash controller Naga Sureshkumar Relli
2017-12-14  7:49 ` [PATCH v8 1/2] mtd: arasan: Add device tree binding documentation Naga Sureshkumar Relli
2017-12-14  7:49 ` [PATCH v8 2/2] mtd: nand: Add support for Arasan NAND Flash Controller Naga Sureshkumar Relli
2017-12-14  9:12   ` Philippe Ombredanne
2017-12-14 11:31     ` Naga Sureshkumar Relli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox