Re: [PATCH V4 0/2] spi: cqspi: Fix register reads in STIG Mode

2023-01-26 Thread Jagan Teki
On Tue, Jan 3, 2023 at 12:01 PM Dhruva Gole wrote: > > Intent of these patches is to fix register reads in STIG mode and also > use STIG mode while reading flash registers. > Currently if you try to read a register while in STIG mode there is no > support for ADDR and thus naturally a register nev

[PATCH V4 0/2] spi: cqspi: Fix register reads in STIG Mode

2023-01-02 Thread Dhruva Gole
Intent of these patches is to fix register reads in STIG mode and also use STIG mode while reading flash registers. Currently if you try to read a register while in STIG mode there is no support for ADDR and thus naturally a register never gets read from the flash. This series supercedes the previ