All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] mtd: rawnand: zynq: Fixes and software ECC support
@ 2026-06-02 10:28 Miquel Raynal (DAVE.eu)
  2026-06-02 10:28 ` [PATCH v2 1/5] mtd: rawnand: zynq: Align the layout structures with the driver namespace Miquel Raynal (DAVE.eu)
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Miquel Raynal (DAVE.eu) @ 2026-06-02 10:28 UTC (permalink / raw)
  To: u-boot
  Cc: Thomas Petazzoni, Michal Simek, Dario Binacchi, Michael Trimarchi,
	Andrea Scian, Tom Rini, Miquel Raynal (DAVE.eu)

This driver is deeply broken in many ways. I've tried to clean it up by:
- flagging the most hideous parts (where Micron on-die ECC support is
  hardcoded)
- enabling DT support, eg. for reading the ECC configuration
- fixing software ECC support
- aligning the software ECC OOB layout to the rest of the world and
  allow a working interoperability in Linux.

Signed-off-by: Miquel Raynal (DAVE.eu) <miquel.raynal@bootlin.com>
---
Changes in v2:
- Fix the sponsor: s/DAVE/DAVE.eu/, no other change.
- Link to v1: https://lore.kernel.org/r/20260529-dave-upstream-nand-fixes-v1-0-e5bbddb10676@bootlin.com

---
Miquel Raynal (DAVE.eu) (5):
      mtd: rawnand: zynq: Align the layout structures with the driver namespace
      mtd: rawnand: zynq: Add comments about very bad practices
      mtd: rawnand: zynq: Make sure an of node is attached
      mtd: rawnand: zynq: Do not fail the probe for no reason
      mtd: rawnand: zynq: Fix Software ECC engine support

 drivers/mtd/nand/raw/zynq_nand.c | 115 ++++++++++-----------------------------
 1 file changed, 28 insertions(+), 87 deletions(-)
---
base-commit: 744cf5d4e398c5f657e5c3eeb44d00fa5175dc85
change-id: 20260522-dave-upstream-nand-fixes-60a5336517a2

Best regards,
-- 
Miquel Raynal <miquel.raynal@bootlin.com>


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

end of thread, other threads:[~2026-06-12 12:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 10:28 [PATCH v2 0/5] mtd: rawnand: zynq: Fixes and software ECC support Miquel Raynal (DAVE.eu)
2026-06-02 10:28 ` [PATCH v2 1/5] mtd: rawnand: zynq: Align the layout structures with the driver namespace Miquel Raynal (DAVE.eu)
2026-06-02 10:28 ` [PATCH v2 2/5] mtd: rawnand: zynq: Add comments about very bad practices Miquel Raynal (DAVE.eu)
2026-06-02 10:28 ` [PATCH v2 3/5] mtd: rawnand: zynq: Make sure an of node is attached Miquel Raynal (DAVE.eu)
2026-06-02 10:28 ` [PATCH v2 4/5] mtd: rawnand: zynq: Do not fail the probe for no reason Miquel Raynal (DAVE.eu)
2026-06-02 10:28 ` [PATCH v2 5/5] mtd: rawnand: zynq: Fix Software ECC engine support Miquel Raynal (DAVE.eu)
2026-06-03  8:42 ` [PATCH v2 0/5] mtd: rawnand: zynq: Fixes and software ECC support Michal Simek
2026-06-12  5:15   ` Kumar, Love
2026-06-12  8:44     ` Miquel Raynal

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.