]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word
authorDavid Mosberger-Tang <davidm@egauge.net>
Tue, 20 Oct 2015 12:26:47 +0000 (14:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2016 20:34:35 +0000 (12:34 -0800)
commit1156eaf0935a1cbc5c07e5b745f436e501aeae24
treedbe5bb42256fdffde42874ca178fae6bba684e52
parent04b627d579c2625a18cffa83fd2f505a84c6ebe8
spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word

commit 06515f83908d038d9e12ffa3dcca27a1b67f2de0 upstream.

The DMA-slave configuration depends on the whether <= 8 or > 8 bits
are transferred per word, so we need to call
atmel_spi_dma_slave_config() with the correct value.

Signed-off-by: David Mosberger <davidm@egauge.net>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spi/spi-atmel.c