Re: [PATCH v5 05/10] mtd: spi-nor-core: Add the ->ready() hook

2021-03-07 Thread Takahiro Kuwano
On 2/19/2021 6:57 PM, Pratyush Yadav wrote: > On 19/02/21 10:55AM, tkuw584...@gmail.com wrote: >> From: Takahiro Kuwano >> >> For dual/quad die package devices from Spansion/Cypress, the device's >> status needs to be checked by reading status registers in all dies, by >> using Read Any Register

Re: [PATCH v5 05/10] mtd: spi-nor-core: Add the ->ready() hook

2021-02-19 Thread Pratyush Yadav
On 19/02/21 10:55AM, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > For dual/quad die package devices from Spansion/Cypress, the device's > status needs to be checked by reading status registers in all dies, by > using Read Any Register command. To support this, a Flash specific hook >

[PATCH v5 05/10] mtd: spi-nor-core: Add the ->ready() hook

2021-02-18 Thread tkuw584924
From: Takahiro Kuwano For dual/quad die package devices from Spansion/Cypress, the device's status needs to be checked by reading status registers in all dies, by using Read Any Register command. To support this, a Flash specific hook that can overwrite the legacy status check is needed. The