Re: [PATCH] Remove attempt by intel-spi-pci to turn the SPI flash chip writeable

2020-08-04 Thread Mika Westerberg
Hi, On Mon, Aug 03, 2020 at 10:44:49AM -0300, Daniel Gutson wrote: > Currently, the intel-spi-pci driver tries to unconditionally set > the SPI chip writeable. After discussing in the LKML, the original > author decided that it was better to remove the attempt. > > Context, the intel-spi has a m

Re: [PATCH] Remove attempt by intel-spi-pci to turn the SPI flash chip writeable

2020-08-03 Thread Daniel Gutson
On Mon, Aug 3, 2020 at 10:55 AM Arnd Bergmann wrote: > > On Mon, Aug 3, 2020 at 3:45 PM Daniel Gutson > wrote: > > > However, this flag applies only for a number of devices, coming from the > > platform driver, whereas the devices detected through the PCI driver > > (intel-spi-pci) are not subjec

Re: [PATCH] Remove attempt by intel-spi-pci to turn the SPI flash chip writeable

2020-08-03 Thread Arnd Bergmann
On Mon, Aug 3, 2020 at 3:45 PM Daniel Gutson wrote: > However, this flag applies only for a number of devices, coming from the > platform driver, whereas the devices detected through the PCI driver > (intel-spi-pci) are not subject to this check since the configuration > takes place in intel-spi-

[PATCH] Remove attempt by intel-spi-pci to turn the SPI flash chip writeable

2020-08-03 Thread Daniel Gutson
Currently, the intel-spi-pci driver tries to unconditionally set the SPI chip writeable. After discussing in the LKML, the original author decided that it was better to remove the attempt. Context, the intel-spi has a module argument that controls whether the driver attempts to turn the SPI flash