Re: [U-Boot] [PATCH] spi: ignore set speed and mode if not available

2015-10-04 Thread Thomas Chou
Hi Simon, On 10/03/2015 10:28 PM, Simon Glass wrote: Hi Thomas, On 22 September 2015 at 08:41, Thomas Chou wrote: Some cores, such as Altera SPI and QuadSPI, can not change speed and mode at runtime. Ignore the operation which is not available. Signed-off-by: Thomas Chou --- drivers/spi/s

Re: [U-Boot] [PATCH] spi: ignore set speed and mode if not available

2015-10-03 Thread Simon Glass
Hi Thomas, On 22 September 2015 at 08:41, Thomas Chou wrote: > Some cores, such as Altera SPI and QuadSPI, can not change > speed and mode at runtime. Ignore the operation which is > not available. > > Signed-off-by: Thomas Chou > --- > drivers/spi/spi-uclass.c | 6 +- > 1 file changed, 1 i

Re: [U-Boot] [PATCH] spi: ignore set speed and mode if not available

2015-09-28 Thread Jagan Teki
On 22 September 2015 at 13:40, Marek Vasut wrote: > On Tuesday, September 22, 2015 at 09:41:21 AM, Thomas Chou wrote: >> Some cores, such as Altera SPI and QuadSPI, can not change >> speed and mode at runtime. Ignore the operation which is >> not available. >> >> Signed-off-by: Thomas Chou > > Ac

Re: [U-Boot] [PATCH] spi: ignore set speed and mode if not available

2015-09-22 Thread Marek Vasut
On Tuesday, September 22, 2015 at 09:41:21 AM, Thomas Chou wrote: > Some cores, such as Altera SPI and QuadSPI, can not change > speed and mode at runtime. Ignore the operation which is > not available. > > Signed-off-by: Thomas Chou Acked-by: Marek Vasut Thanks! Best regards, Marek Vasut ___

[U-Boot] [PATCH] spi: ignore set speed and mode if not available

2015-09-22 Thread Thomas Chou
Some cores, such as Altera SPI and QuadSPI, can not change speed and mode at runtime. Ignore the operation which is not available. Signed-off-by: Thomas Chou --- drivers/spi/spi-uclass.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/spi/spi-uclass.c b/drivers/s