git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d348d
)
spi/xilinx: Simplify spi_fill_tx_fifo
author
Ricardo Ribalda Delgado
<ricardo.ribalda@gmail.com>
Wed, 28 Jan 2015 12:23:40 +0000
(13:23 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 28 Jan 2015 19:42:42 +0000
(19:42 +0000)
Instead of checking the TX_FULL flag for every transaction, find out the
size of the buffer at probe time and use it.
To avoid situations where the core had some data on the buffer before
initialization, the core is reseted before the buffer size is detected
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-xilinx.c
patch
|
blob
|
history
diff --cc
drivers/spi/spi-xilinx.c
Simple merge