Re: [PATCH v2] mtd: rawnand: pl353: make sure optimal timings are applied

From: Miquel Raynal

Date: Wed Mar 18 2026 - 13:16:11 EST


On Tue, 17 Mar 2026 18:18:07 +0100, Olivier Sobrie wrote:
> Timings of the nand are adjusted by pl35x_nfc_setup_interface() but
> actually applied by the pl35x_nand_select_target() function.
> If there is only one nand chip, the pl35x_nand_select_target() will only
> apply the timings once since the test at its beginning will always be true
> after the first call to this function. As a result, the hardware will
> keep using the default timings set at boot to detect the nand chip, not
> the optimal ones.
>
> [...]

Applied to mtd/fixes, thanks!

[1/1] mtd: rawnand: pl353: make sure optimal timings are applied
commit: b9465b04de4b90228de03db9a1e0d56b00814366

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl