Re: [PATCH] spi/atmel: fix speed_hz check in atmel_spi_transfer()

2013-03-03 Thread Grant Likely
On Wed, 20 Feb 2013 08:51:48 +0100, Nicolas Ferre nicolas.fe...@atmel.com wrote: On 02/19/2013 10:44 PM, Joachim Eastwood : atmel_spi_transfer() would check speed_hz and fail if the speed was changed in the transfer. After commit spi: make sure all transfer has proper speed set this

[PATCH] spi/atmel: fix speed_hz check in atmel_spi_transfer()

2013-02-19 Thread Joachim Eastwood
atmel_spi_transfer() would check speed_hz and fail if the speed was changed in the transfer. After commit spi: make sure all transfer has proper speed set this would happen on all transfers. Change speed_hz check to only fail if a lower speed than max is requested. Signed-off-by: Joachim

Re: [PATCH] spi/atmel: fix speed_hz check in atmel_spi_transfer()

2013-02-19 Thread Nicolas Ferre
On 02/19/2013 10:44 PM, Joachim Eastwood : atmel_spi_transfer() would check speed_hz and fail if the speed was changed in the transfer. After commit spi: make sure all transfer has proper speed set this would happen on all transfers. Change speed_hz check to only fail if a lower speed than