Re: [U-Boot] [PATCH] spi: cadence_qspi: Add quad write support

2019-02-26 Thread Ley Foon Tan
On Wed, 2019-02-27 at 10:38 +0530, Vignesh R wrote: > > On 26/02/19 1:59 PM, Ley Foon Tan wrote: > > > > Use quad write if SPI_TX_QUAD flag is set. > > > How was the patch tested? Could you add that info to commit msg? Tested on Stratix 10 SoC board. Will update commit message. > > > > >

Re: [U-Boot] [PATCH] spi: cadence_qspi: Add quad write support

2019-02-26 Thread Vignesh R
On 26/02/19 1:59 PM, Ley Foon Tan wrote: > Use quad write if SPI_TX_QUAD flag is set. > How was the patch tested? Could you add that info to commit msg? > Signed-off-by: Ley Foon Tan > --- > drivers/spi/cadence_qspi.c | 2 +- > drivers/spi/cadence_qspi.h | 2 +- >

[U-Boot] [PATCH] spi: cadence_qspi: Add quad write support

2019-02-26 Thread Ley Foon Tan
Use quad write if SPI_TX_QUAD flag is set. Signed-off-by: Ley Foon Tan --- drivers/spi/cadence_qspi.c | 2 +- drivers/spi/cadence_qspi.h | 2 +- drivers/spi/cadence_qspi_apb.c | 7 ++- 3 files changed, 8 insertions(+), 3 deletions(-) mode change 100644 => 100755