Hi!
For everyone working on power management and runtime power management it
is important to have a meaningful information about the state of the
power domains. Current Exynos power domain driver created names of the
domains based on the device tree node name. Those name
we incorrectly a bit more descriptive (like "mfc-power-domain@10023C40"
in exynos4.dtsi) than they should be (it should be fixed to
"power-domain@10023C40"). This patch series adds human readable names
for all supported Exynos SoCs by the Exynos power domain driver. While
touching this, I've also fixes a few obvious issues related to power
domain driver code.
Patches are based on the following git branch:
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux for-v4.11/drivers-soc-exynos-pmu-the-joy-never-ends
Best regards
Marek Szyprowski
Samsung R&D Institute Poland
Patch summary:
Marek Szyprowski (4):
soc: samsung: pm_domains: Use full names in subdomains registration
log
soc: samsung: pm_domains: Remove unused name field
soc: samsung: pm_domains: Remove message about failed memory
allocation
soc: samsung: pm_domains: Provide real name for all supported domains
drivers/soc/samsung/pm_domains.c | 137 ++++++++++++++++++++++++++++++++++++---
1 file changed, 127 insertions(+), 10 deletions(-)
--
1.9.1