[PATCH 1/6] Revert "spi: zynq_qspi: Add parallel memories support in QSPI driver"
Tudor Ambarus
tudor.ambarus at linaro.org
Tue Dec 10 12:36:58 CET 2024
On 12/10/24 3:20 AM, Abbarapu, Venkatesh wrote:
> Tudor, Do you want me to implement separate
> spi_nor_erase()/spi_nor_read()/spi_nor_write() for the parallel/stacked
> configurations?
I lean towards it, it will spare maintainers and contributors of dealing
with this temporary situation. The core will look like before the
stacked/parallel support.
You'll have to introduce nor->erase(), nor->read(), nor->write(), define
your stacked/parallel methods in a dedicated file and set those function
pointers with what you need.
If Marek/Jagan finds the idea fine, go for it. I limit myself just to an
advisory role here.
More information about the U-Boot
mailing list