Re: [PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-27 Thread Tudor Ambarus
On Wed, 22 Jul 2020 16:01:36 +0200, Alexander Sverdlin wrote: > After spi_nor_write_disable() return code checks were introduced in the > spi-nor front end intel-spi backend stopped to work because WRDI was never > supported and always failed. > > Just pretend it was sucessful and ignore the comma

Re: [PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-22 Thread Mika Westerberg
On Wed, Jul 22, 2020 at 03:18:50PM +, tudor.amba...@microchip.com wrote: > On 7/22/20 5:36 PM, Mika Westerberg wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > Hi, > > > > On Wed, Jul 22, 2020 at 02:28:30PM +, tudor.amba...

Re: [PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-22 Thread Alexander Sverdlin
Hi! On 22/07/2020 17:18, tudor.amba...@microchip.com wrote: [...] After spi_nor_write_disable() return code checks were introduced in the spi-nor front end intel-spi backend stopped to work because WRDI was never supported and always failed. Just pretend it was sucessful

Re: [PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-22 Thread Tudor.Ambarus
On 7/22/20 5:36 PM, Mika Westerberg wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi, > > On Wed, Jul 22, 2020 at 02:28:30PM +, tudor.amba...@microchip.com wrote: >> + Mika >> >> Hi, Mika, >> >> Would you please review the patch fro

Re: [PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-22 Thread Mika Westerberg
Hi, On Wed, Jul 22, 2020 at 02:28:30PM +, tudor.amba...@microchip.com wrote: > + Mika > > Hi, Mika, > > Would you please review the patch from below? Sure, there is minor comment below. > > Thanks! > > On 7/22/20 5:01 PM, Alexander Sverdlin wrote: > > EXTERNAL EMAIL: Do not click links o

Re: [PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-22 Thread Tudor.Ambarus
+ Mika Hi, Mika, Would you please review the patch from below? Thanks! On 7/22/20 5:01 PM, Alexander Sverdlin wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > From: Alexander Sverdlin > > After spi_nor_write_disable() return code chec

[PATCH] mtd: spi-nor: intel-spi: Simulate WRDI command

2020-07-22 Thread Alexander Sverdlin
From: Alexander Sverdlin After spi_nor_write_disable() return code checks were introduced in the spi-nor front end intel-spi backend stopped to work because WRDI was never supported and always failed. Just pretend it was sucessful and ignore the command itself. HW sequencer shall do the right th