Re: [PATCH 0/5] mtd: spi-nor: move manuf out of the core - batch 0

2019-08-25 Thread Tudor.Ambarus
On 08/25/2019 02:38 PM, Boris Brezillon wrote: > External E-Mail > > > On Fri, 23 Aug 2019 15:53:33 + > wrote: > >> From: Tudor Ambarus >> >> This series is a prerequisite for the effort of moving the >> manufacturer specific code out of the SPI NOR core. >> >> The scope is to move all [

Re: [PATCH 0/5] mtd: spi-nor: move manuf out of the core - batch 0

2019-08-25 Thread Boris Brezillon
On Fri, 23 Aug 2019 15:53:33 + wrote: > From: Tudor Ambarus > > This series is a prerequisite for the effort of moving the > manufacturer specific code out of the SPI NOR core. > > The scope is to move all [FLASH-SPECIFIC] parameters and settings > from 'struct spi_nor' to 'struct spi_nor_

[PATCH 0/5] mtd: spi-nor: move manuf out of the core - batch 0

2019-08-23 Thread Tudor.Ambarus
From: Tudor Ambarus This series is a prerequisite for the effort of moving the manufacturer specific code out of the SPI NOR core. The scope is to move all [FLASH-SPECIFIC] parameters and settings from 'struct spi_nor' to 'struct spi_nor_flash_parameter'. We will have a clear separation between