Re: [U-Boot] [PATCH v3 06/11] spi: cadence_qspi: Use spi mode at the point it is needed

2016-12-02 Thread Jagan Teki
On Tue, Nov 29, 2016 at 6:28 PM, Phil Edworthy wrote: > Instead of extracting mode settings and passing them as separate > args to another function, just pass the SPI mode as an arg. > > Signed-off-by: Phil Edworthy Reviewed-by: Jagan Teki

[U-Boot] [PATCH v3 06/11] spi: cadence_qspi: Use spi mode at the point it is needed

2016-11-29 Thread Phil Edworthy
Instead of extracting mode settings and passing them as separate args to another function, just pass the SPI mode as an arg. Signed-off-by: Phil Edworthy --- v3: - New patch introduced to address comments. --- drivers/spi/cadence_qspi.c | 4 +---