dmaengine: pl330: Convert to the *_late and *_early system sleep callbacks
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 5 Dec 2019 14:37:46 +0000 (15:37 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 10 Dec 2019 06:09:04 +0000 (11:39 +0530)
commitf68190c8cb753b0d150daa9d5e2b72ca0dfecf5c
tree2f7507690d06b5c036d5a514b77a1886a882b8cb
parenta39cddc9e3775100100a4272feed64faac831be9
dmaengine: pl330: Convert to the *_late and *_early system sleep callbacks

It has turned out that it's in general a good idea for dmaengines to allow
DMA requests during the entire dpm_suspend() phase. Therefore, convert the
pl330 driver into using SET_LATE_SYSTEM_SLEEP_PM_OPS.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20191205143746.24873-3-ulf.hansson@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/pl330.c