]> git.baikalelectronics.ru Git - kernel.git/commit
spi-topcliff-pch: add tx-memory clear after complete transmitting
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Tue, 6 Sep 2011 08:16:34 +0000 (17:16 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 4 Oct 2011 16:10:50 +0000 (10:10 -0600)
commit67a11b9f1b3fb6a7260f653483e05cafc367470f
tree6d1ec938a9bfd9cb80b36f7aefc38aec2f405531
parentc0dc566eed99be4e6b6cfff96c740cd3a512fd2f
spi-topcliff-pch: add tx-memory clear after complete transmitting

Currently, in case of reading date from SPI flash,
command is sent twice.
The cause is that tx-memory clear processing is missing .
This patch adds the tx-momory clear processing.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-topcliff-pch.c