diff options
author | 2012-03-10 09:48:46 +0900 | |
---|---|---|
committer | 2012-03-09 21:09:10 -0700 | |
commit | 054ebcc4a88509e2488f341e8f0400045258f2a1 (patch) | |
tree | 6f9a4dea88fde10687200df6452f83ead9d3bc6d /tools/perf/scripts/python | |
parent | spi-topcliff-pch: add recovery processing in case wait-event timeout (diff) | |
download | linux-dev-054ebcc4a88509e2488f341e8f0400045258f2a1.tar.xz linux-dev-054ebcc4a88509e2488f341e8f0400045258f2a1.zip |
spi: Compatibility with direction which is used in samsung DMA operation
I found that there are two kind of direction type.
First one is dma_data_direction defined in include/linux/dma-direction.h.
It is used for parameter of dma_map/unmap_single in spi-s3c64xx.
The other one is dma_transter_direction defined in include/linux/dmaengine.h.
It is used for direction of samsung DMA operation
(arch/arm/plat-samsung/dma-ops.c).
This patch is just some changes to use direction defines
which is used in samsung DMA operation.
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Signed-off-by: Kyoungil Kim <ki0351.kim@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions