[PATCH 0/4] soc: xilinx: pm_domains: cleanup and fix PM_INIT_FINALIZE
Michael Tretter
m.tretter at pengutronix.de
Wed Mar 17 16:04:06 GMT 2021
Hi,
Patch 1 of this series fixes the ZynqMP PMU FW power management
initialization, which was done by the wrong driver. PM_INIT_FINALIZE must be
called from the zynqmp_pm_domains driver, which handles power domains, instead
of the zynmp_power driver, which is responsible for suspend and shutdown.
Patches 2 to 4 are various cleanup patches to improve the readability and
debugging experience of the zynqmp_pm_domains driver.
Michael
Michael Tretter (4):
soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driver
soc: xilinx: cleanup debug and error messages
soc: xilinx: use a properly named field instead of flags
soc: xilinx: add a to_zynqmp_pm_domain macro
drivers/soc/xilinx/zynqmp_pm_domains.c | 79 +++++++++++++-------------
drivers/soc/xilinx/zynqmp_power.c | 1 -
2 files changed, 38 insertions(+), 42 deletions(-)
--
2.29.2
More information about the linux-arm-kernel
mailing list