Skip to content
Commit 33f82d14 authored by Dan Williams's avatar Dan Williams Committed by Rafael J. Wysocki
Browse files

at_hdmac: Rework suspend_late()/resume_early()



This patch reworks platform driver power management code
for at_hdmac from legacy late/early callbacks to dev_pm_ops.

The callbacks are converted for CONFIG_SUSPEND like this:
  suspend_late() -> suspend_noirq()
  resume_early() -> resume_noirq()

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 3eb132c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment