Re: [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework

2019-01-31 Thread Jagan Teki
On Thu, Jan 31, 2019 at 6:24 PM Vignesh R wrote: > > > > On 31/01/19 6:09 PM, Jagan Teki wrote: > > On Thu, Jan 31, 2019 at 6:08 PM Vignesh R wrote: > >> > >> > >> > >> On 31/01/19 5:53 PM, Jagan Teki wrote: > >>> On Tue, Jan 29, 2019 at 11:28 AM Vignesh R wrote: > > Switch spi_flash_*

Re: [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework

2019-01-31 Thread Vignesh R
On 31/01/19 6:09 PM, Jagan Teki wrote: > On Thu, Jan 31, 2019 at 6:08 PM Vignesh R wrote: >> >> >> >> On 31/01/19 5:53 PM, Jagan Teki wrote: >>> On Tue, Jan 29, 2019 at 11:28 AM Vignesh R wrote: Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD layer. Fix u

Re: [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework

2019-01-31 Thread Jagan Teki
On Thu, Jan 31, 2019 at 6:08 PM Vignesh R wrote: > > > > On 31/01/19 5:53 PM, Jagan Teki wrote: > > On Tue, Jan 29, 2019 at 11:28 AM Vignesh R wrote: > >> > >> Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD > >> layer. Fix up sf_dataflash to work in legacy way. And updat

Re: [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework

2019-01-31 Thread Vignesh R
On 31/01/19 5:53 PM, Jagan Teki wrote: > On Tue, Jan 29, 2019 at 11:28 AM Vignesh R wrote: >> >> Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD >> layer. Fix up sf_dataflash to work in legacy way. And update sandbox to >> use new interfaces/definitions >> >> Signed-off-

Re: [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework

2019-01-31 Thread Jagan Teki
On Tue, Jan 29, 2019 at 11:28 AM Vignesh R wrote: > > Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD > layer. Fix up sf_dataflash to work in legacy way. And update sandbox to > use new interfaces/definitions > > Signed-off-by: Vignesh R > Tested-by: Simon Goldschmidt >

[U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework

2019-01-28 Thread Vignesh R
Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD layer. Fix up sf_dataflash to work in legacy way. And update sandbox to use new interfaces/definitions Signed-off-by: Vignesh R Tested-by: Simon Goldschmidt Tested-by: Stefan Roese Tested-by: Horatiu Vultur --- drivers/m