Re: [PATCH 6/6] mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag

2019-08-05 Thread Tudor.Ambarus
On 08/05/2019 08:14 AM, Vignesh Raghavendra wrote: > External E-Mail > > > > On 31/07/19 2:42 PM, tudor.amba...@microchip.com wrote: >> From: Boris Brezillon >> >> S3AN flashes use a specific opcode to read the status register. >> We currently use the SPI_S3AN flag to decide whether this

Re: [PATCH 6/6] mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag

2019-08-04 Thread Vignesh Raghavendra
On 31/07/19 2:42 PM, tudor.amba...@microchip.com wrote: > From: Boris Brezillon > > S3AN flashes use a specific opcode to read the status register. > We currently use the SPI_S3AN flag to decide whether this specific > SR read opcode should be used, but SPI_S3AN is about to disappear, so >

[PATCH 6/6] mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag

2019-07-31 Thread Tudor.Ambarus
From: Boris Brezillon S3AN flashes use a specific opcode to read the status register. We currently use the SPI_S3AN flag to decide whether this specific SR read opcode should be used, but SPI_S3AN is about to disappear, so let's add a new flag. Note that we use the same bit as SPI_S3AN implies