+ Marek, Hi,
On 3/14/25 5:53 AM, [email protected] 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

