aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-06-01 00:47:00 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-06-01 08:18:29 -0700
commit5a9a62bb035b1f74e7d017e3bd48d1c687d7de3c (patch)
tree0f4d5474d750ade240f399c0dc8335debfc15c02 /include/asm-h8300
parentprism54: MAINTAINERS update (diff)
downloadlinux-dev-5a9a62bb035b1f74e7d017e3bd48d1c687d7de3c.tar.xz
linux-dev-5a9a62bb035b1f74e7d017e3bd48d1c687d7de3c.zip
atmel_spi dma address bugfix
When either rx_buf or tx_buf is not being used, i.e. for plain read- or write operations, the atmel_spi uses a fixed-size DMA buffer instead. If the transfer is longer than the size of this buffer, it is split into multiple DMA transfers. When the transfer is split like this, the atmel_spi driver ends up using the same DMA address again and again even for the buffer that came from the user, which is of course wrong. Fix this by adding the number of bytes already transferred to the DMA address so that the data ends up in the right place. Thanks to Wu Xuan for discovering this bug. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-h8300')
0 files changed, 0 insertions, 0 deletions