[PATCH 0/3] mtd: rawnand: pl353: Fixes and software ECC support

Miquel Raynal (DAVE) posted 3 patches 1 week, 2 days ago
drivers/mtd/nand/raw/pl35x-nand-controller.c | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
[PATCH 0/3] mtd: rawnand: pl353: Fixes and software ECC support
Posted by Miquel Raynal (DAVE) 1 week, 2 days ago
Following the previous reports from Andrea, here are a couple of fixes,
making sure the software ECC support works flawlessly and is compatible
with U-Boot.

Link: https://lore.kernel.org/linux-mtd/MI2P293MB02644DC5515E56A2539C65739765A@MI2P293MB0264.ITAP293.PROD.OUTLOOK.COM/

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
Miquel Raynal (DAVE) (3):
      mtd: rawnand: pl353: Update timings at the right moment
      mtd: rawnand: pl353: Make sure we use the monolithic helpers for raw accesses
      mtd: rawnand: pl353: Fix debug prints

 drivers/mtd/nand/raw/pl35x-nand-controller.c | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
---
base-commit: 4691d2a70b587e94717820d96a5b55f2b10942b9
change-id: 20260522-dave-upstream-nand-fixes-5aa6d106e7c3

Best regards,
-- 
Miquel Raynal <miquel.raynal@bootlin.com>
Re: [PATCH 0/3] mtd: rawnand: pl353: Fixes and software ECC support
Posted by Michal Simek 5 days, 1 hour ago
Hi Venkatesh,

On 5/29/26 18:29, Miquel Raynal (DAVE) wrote:
> Following the previous reports from Andrea, here are a couple of fixes,
> making sure the software ECC support works flawlessly and is compatible
> with U-Boot.
> 
> Link: https://lore.kernel.org/linux-mtd/MI2P293MB02644DC5515E56A2539C65739765A@MI2P293MB0264.ITAP293.PROD.OUTLOOK.COM/
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> Miquel Raynal (DAVE) (3):
>        mtd: rawnand: pl353: Update timings at the right moment
>        mtd: rawnand: pl353: Make sure we use the monolithic helpers for raw accesses
>        mtd: rawnand: pl353: Fix debug prints
> 
>   drivers/mtd/nand/raw/pl35x-nand-controller.c | 20 +++++++++++++-------
>   1 file changed, 13 insertions(+), 7 deletions(-)
> ---
> base-commit: 4691d2a70b587e94717820d96a5b55f2b10942b9
> change-id: 20260522-dave-upstream-nand-fixes-5aa6d106e7c3
> 
> Best regards,

Can you please test this and provide results?

Thanks,
Michal