Re: [PATCH v2 0/2] spi: cadence-qspi: Move to spi-mem APIs

2020-01-19 Thread Vignesh Raghavendra
Hi Jagan, On 19/11/19 3:43 pm, Vignesh Raghavendra wrote: > First patch moves driver over to spi-mem framework and implement > spi_mem_ops. This is require to support more SPI Flash opcodes like SFDP > parsing etc. Series is in prepartion to add Octal mode for support for > the same driver to

Re: [PATCH v2 0/2] spi: cadence-qspi: Move to spi-mem APIs

2020-01-14 Thread Simon Goldschmidt
Vignesh Raghavendra schrieb am Di., 14. Jan. 2020, 16:03: > Hi, > > On 11/19/2019 3:43 PM, Vignesh Raghavendra wrote: > > First patch moves driver over to spi-mem framework and implement > > spi_mem_ops. This is require to support more SPI Flash opcodes like SFDP > > parsing etc. Series is in

Re: [PATCH v2 0/2] spi: cadence-qspi: Move to spi-mem APIs

2020-01-14 Thread Vignesh Raghavendra
Hi, On 11/19/2019 3:43 PM, Vignesh Raghavendra wrote: > First patch moves driver over to spi-mem framework and implement > spi_mem_ops. This is require to support more SPI Flash opcodes like SFDP > parsing etc. Series is in prepartion to add Octal mode for support for > the same driver to support

Re: [U-Boot] [PATCH v2 0/2] spi: cadence-qspi: Move to spi-mem APIs

2019-11-19 Thread Simon Goldschmidt
On Tue, Nov 19, 2019 at 11:12 AM Vignesh Raghavendra wrote: > > First patch moves driver over to spi-mem framework and implement > spi_mem_ops. This is require to support more SPI Flash opcodes like SFDP > parsing etc. Series is in prepartion to add Octal mode for support for > the same driver to

[U-Boot] [PATCH v2 0/2] spi: cadence-qspi: Move to spi-mem APIs

2019-11-19 Thread Vignesh Raghavendra
First patch moves driver over to spi-mem framework and implement spi_mem_ops. This is require to support more SPI Flash opcodes like SFDP parsing etc. Series is in prepartion to add Octal mode for support for the same driver to support OSPI version of the controller. Second patch adds DAC mode