aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2019-03-12 12:05:35 +0530
committerVinod Koul <vkoul@kernel.org>2019-03-12 12:05:35 +0530
commit3de78f4f4394e6082cc52fe8e7453d14d7090328 (patch)
treef15151713e114abc671f4ef558f819fbf2b65387 /drivers/dma
parentMerge branch 'topic/mv' into for-linus (diff)
parentdmaengine: usb-dmac: Make DMAC system sleep callbacks explicit (diff)
downloadwireguard-linux-3de78f4f4394e6082cc52fe8e7453d14d7090328.tar.xz
wireguard-linux-3de78f4f4394e6082cc52fe8e7453d14d7090328.zip
Merge branch 'topic/sh' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/sh/usb-dmac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/sh/usb-dmac.c b/drivers/dma/sh/usb-dmac.c
index 7f7184c3cf95..59403f6d008a 100644
--- a/drivers/dma/sh/usb-dmac.c
+++ b/drivers/dma/sh/usb-dmac.c
@@ -694,6 +694,8 @@ static int usb_dmac_runtime_resume(struct device *dev)
#endif /* CONFIG_PM */
static const struct dev_pm_ops usb_dmac_pm = {
+ SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
+ pm_runtime_force_resume)
SET_RUNTIME_PM_OPS(usb_dmac_runtime_suspend, usb_dmac_runtime_resume,
NULL)
};