]> git.ipfire.org Git - thirdparty/linux.git/commit
dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 4 Sep 2025 15:25:10 +0000 (17:25 +0200)
committerVinod Koul <vkoul@kernel.org>
Thu, 16 Oct 2025 12:12:01 +0000 (17:42 +0530)
commitc3c328d2383fa7f68ec93574152924cd8f5fe82c
tree8d849811483eac461b7e21a9090a4da816f5885e
parentb78c6286acd7ef93ddb064b5ad08b993eab33482
dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()

Convert the Renesas R-Car DMA Controller driver from
SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() and SET_RUNTIME_PM_OPS() to
NOIRQ_SYSTEM_SLEEP_PM_OPS(), RUNTIME_PM_OPS(), and pm_ptr().  This lets
us drop the check for CONFIG_PM, and reduces kernel size in case
CONFIG_PM is disabled, while increasing build coverage.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sh/rcar-dmac.c