]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/spi/spi-atmel.c
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)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 16:15:16 +0000 (01:15 +0900)
commit06515f83908d038d9e12ffa3dcca27a1b67f2de0
treef77b1e2792fb9de4d6e1d540546395604c8929ea
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word

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>
Cc: stable@vger.kernel.org
drivers/spi/spi-atmel.c