]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 2 Jun 2014 13:38:14 +0000 (15:38 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 2 Jun 2014 14:49:35 +0000 (15:49 +0100)
commite4b52dc4625ee739195189d40c6ddc7d55ddf312
treed7ce366d319b52d089eacc8fc367bb087813d025
parent8393fa787bf63c05cb6f9cf0a58ba1ea213c3f01
spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()

The DMA routines only need access to the scatter-gather tables inside the
spi_transfer structures, hence just pass those.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-rspi.c