commit | c5d348dffa7ca1f072ff5526171a2b88bbffc24b | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | Fri Jan 23 17:08:35 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 27 17:25:34 2015 +0000 |
tree | 883632810a8ce926534cc3e6e403f1ef3fcec5c9 | |
parent | 0240f94516964db00d0fc1d1e676f3c273710e17 [diff] |
spi/xilinx: Simplify data read from the Rx FIFO The number of words in the read buffer will be exactly the same as the number of words written on write buffer, once the transaction has finished. Instead of cheking the rx_empty flags for every word simply save the number of words written by fill_tx_fifo. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>