Re: [PATCH v2 1/8] spi: lantiq: fix: Rx overflow error in full duplex mode

2020-07-22 Thread Mark Brown
On Fri, 17 Jul 2020 14:27:50 +0800, Dilip Kota wrote: > In full duplex mode, rx overflow error is observed. To overcome the error, > wait until the complete data got received and proceed further. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/8

[PATCH v2 1/8] spi: lantiq: fix: Rx overflow error in full duplex mode

2020-07-16 Thread Dilip Kota
In full duplex mode, rx overflow error is observed. To overcome the error, wait until the complete data got received and proceed further. Fixes: 17f84b793c01 ("spi: lantiq-ssc: add support for Lantiq SSC SPI controller") Signed-off-by: Dilip Kota --- drivers/spi/spi-lantiq-ssc.c | 10 ++