Re: [PATCH v4 9/9] mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t

2021-02-10 Thread Takahiro Kuwano
Hi Pratyush, On 2/2/2021 4:40 AM, Pratyush Yadav wrote: > On 28/01/21 01:37PM, tkuw584...@gmail.com wrote: >> From: Takahiro Kuwano >> >> Fixes mode clocks for SPINOR_OP_READ_FAST_4B and volatile QE bit in tiny. >> The volatile QE bit function, spansion_quad_enable_volatile() supports >>

Re: [PATCH v4 9/9] mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t

2021-02-01 Thread Pratyush Yadav
On 28/01/21 01:37PM, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > Fixes mode clocks for SPINOR_OP_READ_FAST_4B and volatile QE bit in tiny. > The volatile QE bit function, spansion_quad_enable_volatile() supports > dual/quad die package parts, by taking 'die_size' parameter that is

[PATCH v4 9/9] mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t

2021-01-27 Thread tkuw584924
From: Takahiro Kuwano Fixes mode clocks for SPINOR_OP_READ_FAST_4B and volatile QE bit in tiny. The volatile QE bit function, spansion_quad_enable_volatile() supports dual/quad die package parts, by taking 'die_size' parameter that is used to iterate register update for all dies in the device.