Re: [PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t

2021-03-08 Thread Takahiro Kuwano
On 3/8/2021 5:54 PM, Pratyush Yadav wrote: > On 08/03/21 05:47PM, Takahiro Kuwano wrote: >> On 2/24/2021 9:40 PM, Pratyush Yadav wrote: >>> On 19/02/21 10:56AM, tkuw584...@gmail.com wrote: From: Takahiro Kuwano This patch adds Flash specific fixups and hooks for Cypress

Re: [PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t

2021-03-08 Thread Pratyush Yadav
On 08/03/21 05:47PM, Takahiro Kuwano wrote: > On 2/24/2021 9:40 PM, Pratyush Yadav wrote: > > On 19/02/21 10:56AM, tkuw584...@gmail.com wrote: > >> From: Takahiro Kuwano > >> > >> This patch adds Flash specific fixups and hooks for Cypress > >> S25HL-T/S25HS-T family, based on the features

Re: [PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t

2021-03-08 Thread Takahiro Kuwano
On 2/24/2021 9:40 PM, Pratyush Yadav wrote: > On 19/02/21 10:56AM, tkuw584...@gmail.com wrote: >> From: Takahiro Kuwano >> >> This patch adds Flash specific fixups and hooks for Cypress >> S25HL-T/S25HS-T family, based on the features introduced in [0][1][2]. > > Instead of linking the patches

Re: [PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t

2021-02-24 Thread Pratyush Yadav
On 19/02/21 10:56AM, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > This patch adds Flash specific fixups and hooks for Cypress > S25HL-T/S25HS-T family, based on the features introduced in [0][1][2]. Instead of linking the patches like this, it would be a better idea to simply

[PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t

2021-02-18 Thread tkuw584924
From: Takahiro Kuwano This patch adds Flash specific fixups and hooks for Cypress S25HL-T/S25HS-T family, based on the features introduced in [0][1][2]. The nor->ready() and spansion_sr_ready() introduced in #5 and #6 in this series are used for multi-die package parts. The nor->quad_enable()