Re: [U-Boot] [PATCH 2/2] spi: ti_qspi: Fix SPI_3WIRE checking using mode

2015-12-04 Thread Jagan Teki
On 4 December 2015 at 00:27, Simon Glass wrote: > On 3 December 2015 at 10:12, Jagan Teki wrote: >> SPI_3WIRE is spi mode not spi flags, so this patch fixed >> the spi-3wire checking throgh mode instead of flags. >> >> Cc: Mugunthan V N >> Cc: Simon Glass >> Signed-off-by: Jagan Teki >> --- >>

Re: [U-Boot] [PATCH 2/2] spi: ti_qspi: Fix SPI_3WIRE checking using mode

2015-12-03 Thread Simon Glass
On 3 December 2015 at 10:12, Jagan Teki wrote: > SPI_3WIRE is spi mode not spi flags, so this patch fixed > the spi-3wire checking throgh mode instead of flags. > > Cc: Mugunthan V N > Cc: Simon Glass > Signed-off-by: Jagan Teki > --- > drivers/spi/ti_qspi.c | 2 +- > 1 file changed, 1 inserti

[U-Boot] [PATCH 2/2] spi: ti_qspi: Fix SPI_3WIRE checking using mode

2015-12-03 Thread Jagan Teki
SPI_3WIRE is spi mode not spi flags, so this patch fixed the spi-3wire checking throgh mode instead of flags. Cc: Mugunthan V N Cc: Simon Glass Signed-off-by: Jagan Teki --- drivers/spi/ti_qspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/ti_qspi.c b/driver