diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-03-14 02:48:25 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-15 03:41:50 -0600 |
commit | bb9c5687e8cd02d6f8a3aea40c118b439cb09501 (patch) | |
tree | c523e187256ddde75cbd55dd5d7a79847c60ca5a /drivers/hid/hid-wiimote.h | |
parent | 49e599b8595f9d33276860c6a02e05f240c4ceca (diff) | |
download | linux-stable-bb9c5687e8cd02d6f8a3aea40c118b439cb09501.tar.gz linux-stable-bb9c5687e8cd02d6f8a3aea40c118b439cb09501.tar.bz2 linux-stable-bb9c5687e8cd02d6f8a3aea40c118b439cb09501.zip |
spi: sh-hspi: modify write/read method
Current sh-hspi had wrong write/read method which was not linux standard.
If spi_transfer requests tx[2], rx[2] len=2,
then, driver should run tx[0], rx[0], tx[1], rx[1].
But current sh-hspi runs tx[0], tx[1], rx[0], rx[1].
This patch fixes it up.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/hid/hid-wiimote.h')
0 files changed, 0 insertions, 0 deletions