mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] mtd: nand-mxs: Make ecc strength configurable via device tree
@ 2019-08-05 12:20 Sascha Hauer
  2019-08-05 12:20 ` [PATCH 1/8] mtd: nand-mxs: consistently rename struct nand_chip * to "chip" Sascha Hauer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sascha Hauer @ 2019-08-05 12:20 UTC (permalink / raw)
  To: Barebox List

This series makes the ecc strength used by the mxs-nand controller
configurable via device tree. This feature can be used to reuse NAND
images on devices with different OOB sizes.

Sascha Hauer (8):
  mtd: nand-mxs: consistently rename struct nand_chip * to "chip"
  mtd: nand-mxs: calculate ecc_strength only once
  mtd: nand-mxs: Make locally used variable static
  mtd: nand-mxs: change API between NAND driver and fcb code
  mtd: nand-mxs: pass mtd_info to mxs_nand_get_mark_offset()
  mtd: nand-mxs: inline only once used function
  mtd: nand: Add function to parse device tree properties
  mtd: nand-mxs: Make ecc strength configurable via device tree

 common/imx-bbu-nand-fcb.c    |  15 +-
 drivers/mtd/nand/nand_base.c |  27 ++++
 drivers/mtd/nand/nand_mxs.c  | 273 ++++++++++++++++++++---------------
 include/linux/mtd/nand.h     |   2 +
 include/linux/mtd/nand_mxs.h |   7 +-
 5 files changed, 196 insertions(+), 128 deletions(-)

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-08-05 12:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05 12:20 [PATCH 0/8] mtd: nand-mxs: Make ecc strength configurable via device tree Sascha Hauer
2019-08-05 12:20 ` [PATCH 1/8] mtd: nand-mxs: consistently rename struct nand_chip * to "chip" Sascha Hauer
2019-08-05 12:20 ` [PATCH 2/8] mtd: nand-mxs: calculate ecc_strength only once Sascha Hauer
2019-08-05 12:20 ` [PATCH 3/8] mtd: nand-mxs: Make locally used variable static Sascha Hauer
2019-08-05 12:20 ` [PATCH 4/8] mtd: nand-mxs: change API between NAND driver and fcb code Sascha Hauer
2019-08-05 12:20 ` [PATCH 5/8] mtd: nand-mxs: pass mtd_info to mxs_nand_get_mark_offset() Sascha Hauer
2019-08-05 12:20 ` [PATCH 6/8] mtd: nand-mxs: inline only once used function Sascha Hauer
2019-08-05 12:20 ` [PATCH 7/8] mtd: nand: Add function to parse device tree properties Sascha Hauer
2019-08-05 12:20 ` [PATCH 8/8] mtd: nand-mxs: Make ecc strength configurable via device tree Sascha Hauer

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