diff options
author | Michael Tretter <[email protected]> | 2021-08-25 17:03:10 +0200 |
---|---|---|
committer | Michal Simek <[email protected]> | 2021-12-08 12:53:35 +0100 |
commit | 7fd890b89dea55eb5866640eb8befad26d558161 (patch) | |
tree | fcd58becb04f4eb724861d4ab4159a2f06b40772 /drivers/usb/cdns3/cdns3-trace.c | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff) |
soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driver
PM_INIT_FINALIZE tells the PMU FW that Linux is able to handle the power
management nodes that are provided by the PMU FW. Nodes that are not
requested are shut down after this call.
Calling PM_INIT_FINALIZE from the zynqmp_power driver is wrong. The PM
node request mechanism is implemented in the zynqmp_pm_domains driver,
which must also call PM_INIT_FINALIZE.
Due to the behavior of the PMU FW, all devices must be powered up before
PM_INIT_FINALIZE is called, because otherwise the devices might
misbehave. Calling PM_INIT_FINALIZE from the sync_state device callback
ensures that all users probed successfully before the PMU FW is allowed
to power off unused domains.
Signed-off-by: Michael Tretter <[email protected]>
Acked-by: Michal Simek <[email protected]>
Acked-by: Rajan Vaja <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions