]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction
authorBiju Das <biju.das.jz@bp.renesas.com>
Mon, 11 Apr 2022 17:31:15 +0000 (18:31 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 12 Apr 2022 16:17:22 +0000 (17:17 +0100)
commit98e7d1e9edb99d4f041dba0c80dd97fdca3391b4
tree17a35f4295ec3d8db38f44bd42e1cf8f4f78fbd9
parent2871d66119a61180ae74e4ecc5536df631531541
spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction

The direction field in the DMA config is deprecated. The rspi driver
sets {src,dst}_{addr,addr_width} based on the DMA direction and
it results in dmaengine_slave_config() failure as RZ DMAC driver
validates {src,dst}_addr_width values independent of DMA direction.

This patch fixes the issue by passing both {src,dst}_{addr,addr_width}
values independent of DMA direction.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Suggested-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20220411173115.6619-1-biju.das.jz@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rspi.c