linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: nand: Add generic helpers check, match, maximize ECC settings
@ 2017-04-19  7:06 Masahiro Yamada
  2017-04-19  7:06 ` [PATCH 1/2] mtd: nand: add generic helpers to " Masahiro Yamada
  2017-04-19  7:06 ` [PATCH 2/2] mtd: nand: denali: show how to use generic helpers (do not apply) Masahiro Yamada
  0 siblings, 2 replies; 9+ messages in thread
From: Masahiro Yamada @ 2017-04-19  7:06 UTC (permalink / raw)
  To: linux-mtd
  Cc: Enrico Jorns, Artem Bityutskiy, Dinh Nguyen, Boris Brezillon,
	Marek Vasut, Graham Moore, David Woodhouse, Masami Hiramatsu,
	Chuanxiao Dong, Jassi Brar, Masahiro Yamada, devicetree,
	linux-kernel, Brian Norris, Richard Weinberger, Cyrille Pitchen,
	Rob Herring, Mark Rutland


This series is based on the discusson:
https://patchwork.kernel.org/patch/9653063/

Before sending the whole v4 series for the Denali driver,
here is my proposal.

1/2: add generic helpers to the NAND framework

2/2: is an example. Please see how those 3 helper functions
are used.  Please do not apply this.



Masahiro Yamada (2):
  mtd: nand: add generic helpers to check, match, maximize ECC settings
  mtd: nand: denali: show how to use generic helpers (do not apply)

 .../devicetree/bindings/mtd/denali-nand.txt        |   17 +
 drivers/mtd/nand/denali.c                          | 1693 +++++++++-----------
 drivers/mtd/nand/denali.h                          |  297 ++--
 drivers/mtd/nand/denali_dt.c                       |   29 +-
 drivers/mtd/nand/denali_pci.c                      |   11 +-
 drivers/mtd/nand/nand_base.c                       |  178 ++
 include/linux/mtd/nand.h                           |   31 +
 7 files changed, 1178 insertions(+), 1078 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-05-24  8:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19  7:06 [PATCH 0/2] mtd: nand: Add generic helpers check, match, maximize ECC settings Masahiro Yamada
2017-04-19  7:06 ` [PATCH 1/2] mtd: nand: add generic helpers to " Masahiro Yamada
2017-04-28 16:32   ` Boris Brezillon
2017-05-08  3:40     ` Masahiro Yamada
2017-05-15 11:54       ` Boris Brezillon
2017-05-18  6:27         ` Masahiro Yamada
2017-05-18  7:09           ` Boris Brezillon
2017-05-24  8:23             ` Masahiro Yamada
2017-04-19  7:06 ` [PATCH 2/2] mtd: nand: denali: show how to use generic helpers (do not apply) Masahiro Yamada

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