[PATCH 2/2] mtd: spi-nor-core: Rework spansion_sr_ready() for parallel memories support
Tudor Ambarus
tudor.ambarus at linaro.org
Fri Mar 14 08:40:17 CET 2025
+ Marek,
Hi,
On 3/14/25 5:53 AM, tkuw584924 at gmail.com wrote:
> spansion_sr_ready() needs to support parallel memories configuration,
> that reads status register value from each devices and combines the
> status bits, likewise read_sr() and read_fsr().
SNOR_F_HAS_PARALLEL describes 2 flashes that work in parallel mode. And
we hacked SPI NOR and used a single spi_nor object to handle both
flashes which is obviously wrong.
My 2c is that we shouldn't build on top of a crumbling foundation. Until
everything's moved on top of SPI NOR, I'd accept just fixes on this
subject, so no new support. Tom and Jagan to decide.
Cheers,
ta
More information about the U-Boot
mailing list