diff options
author | 2012-03-14 02:48:25 -0700 | |
---|---|---|
committer | 2012-03-15 03:41:50 -0600 | |
commit | bb9c5687e8cd02d6f8a3aea40c118b439cb09501 (patch) | |
tree | c523e187256ddde75cbd55dd5d7a79847c60ca5a /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | spi: sh-hspi: control spi clock more correctly (diff) | |
download | linux-dev-bb9c5687e8cd02d6f8a3aea40c118b439cb09501.tar.xz linux-dev-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 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions