
10 Dec
2024
10 Dec
'24
12:36 p.m.
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.