diff options
author | Qipan Li <Qipan.Li@csr.com> | 2014-03-01 12:38:17 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-03 11:22:20 +0800 |
commit | eeb7139524d1851c29b5c02b3dcd6679299a104e (patch) | |
tree | 330b91bd194e8024559ad597b0a1c905f53168db /drivers/atm | |
parent | 71aa2e3207ad3249b4a7ceff7ca775a08341fdcb (diff) | |
download | linux-stable-eeb7139524d1851c29b5c02b3dcd6679299a104e.tar.gz linux-stable-eeb7139524d1851c29b5c02b3dcd6679299a104e.tar.bz2 linux-stable-eeb7139524d1851c29b5c02b3dcd6679299a104e.zip |
spi: sirf: provide a shortcut for spi command-data mode
there are many SPI clients which use the following protocal:
step 1: send command bytes to clients(rx buffer is empty)
step 2: send data bytes to clients or receive data bytes from
clients.
SiRFprimaII provides a shortcut for this kind of SPI transfer.
when tx buf is less or equal than 4 bytes and rx buf is null
in a transfer, we think it as 'command' data and use hardware
command register for the transfer.
here we can save some CPU loading than doing both tx and rx
for a normal transfer.
Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions