All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mtd: rawnand: fsl_elbc: Device tree support
@ 2022-04-04 16:17 Pali Rohár
  2022-04-04 16:17 ` [PATCH 1/5] mtd: rawnand: fsl_elbc: Implement RNDOUT command Pali Rohár
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Pali Rohár @ 2022-04-04 16:17 UTC (permalink / raw)
  To: Priyanka Jain, Wolfgang Denk; +Cc: Michal Simek, Simon Glass, u-boot

This patch series adds device tree support for P2020 NAND controller in
SW ECC mode.

Pali Rohár (5):
  mtd: rawnand: fsl_elbc: Implement RNDOUT command
  mtd: rawnand: fsl_elbc: Add device tree support
  mtd: rawnand: fsl_elbc: Use ECC configuration from device tree
  mtd: nand: raw: Add support for DT property nand-ecc-algo=bch
  powerpc: dts: p2020: Add localbus node

 arch/powerpc/dts/p2020-post.dtsi     |  7 ++
 arch/powerpc/dts/p2020rdb-pc.dts     |  4 ++
 arch/powerpc/dts/p2020rdb-pc_36b.dts |  4 ++
 drivers/mtd/nand/raw/Kconfig         |  4 ++
 drivers/mtd/nand/raw/fsl_elbc_nand.c | 99 +++++++++++++++++++++-------
 drivers/mtd/nand/raw/nand_base.c     |  6 ++
 6 files changed, 99 insertions(+), 25 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2022-04-05  9:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 16:17 [PATCH 0/5] mtd: rawnand: fsl_elbc: Device tree support Pali Rohár
2022-04-04 16:17 ` [PATCH 1/5] mtd: rawnand: fsl_elbc: Implement RNDOUT command Pali Rohár
2022-04-04 16:17 ` [PATCH 2/5] mtd: rawnand: fsl_elbc: Add device tree support Pali Rohár
2022-04-04 16:17 ` [PATCH 3/5] mtd: rawnand: fsl_elbc: Use ECC configuration from device tree Pali Rohár
2022-04-04 16:17 ` [PATCH 4/5] mtd: nand: raw: Add support for DT property nand-ecc-algo=bch Pali Rohár
2022-04-04 16:17 ` [PATCH 5/5] powerpc: dts: p2020: Add localbus node Pali Rohár
2022-04-05  9:15   ` [PATCH v2] " Pali Rohár

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.