]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: pxa/mmp: stop referencing config->slave_id
authorArnd Bergmann <arnd@arndb.de>
Mon, 22 Nov 2021 22:21:58 +0000 (23:21 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 17 Dec 2021 05:53:56 +0000 (11:23 +0530)
commite13653705002efa91fde858c219862a5d4881f35
tree4778b346452e5884da1b166949b35a10e6c14fcf
parent60989c1c02087f18dad7bc93701f16db189ffb99
dmaengine: pxa/mmp: stop referencing config->slave_id

The last driver referencing the slave_id on Marvell PXA and MMP platforms
was the SPI driver, but this stopped doing so a long time ago, so the
TODO from the earlier patch can no be removed.

Fixes: 4ebf7b50788b ("spi/pxa2xx: Don't use slave_id of dma_slave_config")
Fixes: 5e2f3c86ceb8 ("dma: mmp_pdma: add filter function")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20211122222203.4103644-7-arnd@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mmp_pdma.c
drivers/dma/pxa_dma.c