linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Tango NAND Flash controller driver (and dependencies)
@ 2016-10-24 12:48 Marc Gonzalez
  2016-10-24 12:50 ` [PATCH v6 1/4] mtd: nand: Add a few more timings to nand_sdr_timings Marc Gonzalez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marc Gonzalez @ 2016-10-24 12:48 UTC (permalink / raw)
  To: linux-mtd
  Cc: Boris Brezillon, Richard Weinberger, David Woodhouse,
	Brian Norris

This patch series imports a driver for the Tango NAND Flash controller
and a few dependent patches, included for easy reference.

Boris Brezillon (2):
  mtd: nand: Add a few more timings to nand_sdr_timings
  mtd: nand: Wait tCCS after a column change

Marc Gonzalez (2):
  mtd: nand: Actually apply the optimal timings
  mtd: nand: tango: import driver for tango chips

 drivers/mtd/nand/Kconfig        |   6 +
 drivers/mtd/nand/Makefile       |   1 +
 drivers/mtd/nand/nand_base.c    |  28 +-
 drivers/mtd/nand/nand_timings.c |  26 +-
 drivers/mtd/nand/tango_nand.c   | 654 ++++++++++++++++++++++++++++++++++++++++
 include/linux/mtd/nand.h        |  18 ++
 6 files changed, 730 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mtd/nand/tango_nand.c

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

end of thread, other threads:[~2016-10-25 11:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 12:48 [PATCH v6 0/4] Tango NAND Flash controller driver (and dependencies) Marc Gonzalez
2016-10-24 12:50 ` [PATCH v6 1/4] mtd: nand: Add a few more timings to nand_sdr_timings Marc Gonzalez
2016-10-24 12:51 ` [PATCH v6 2/4] mtd: nand: Wait tCCS after a column change Marc Gonzalez
2016-10-24 12:54 ` [PATCH v6 3/4] mtd: nand: Actually apply the optimal timings Marc Gonzalez
2016-10-24 12:55 ` [PATCH v6 4/4] mtd: nand: tango: import driver for tango chips Marc Gonzalez
2016-10-24 15:10   ` Boris Brezillon
2016-10-25 11:30     ` Marc Gonzalez

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