Files
linux/drivers/spi/spi-xilinx.c
Ricardo Ribalda Delgado 7aa3b3b1d7 spi/spi-xilinx: Fix mixed poll/irq mode
commit 16ea9b8ac4 upstream.

Once the module process a transfer in irq mode, the next poll transfer
will not work because the transmitter is left in inhibited state.

Fixes: 22417352f6 (Use polling mode on small transfers)
Reported-by: Edward Kigwana <ekigwana@scires.com>
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-09-21 10:05:42 -07:00

14 KiB