pmdomain: core: constify of_phandle_args in xlateThe xlate callbacks are supposed to translate of_phandle_args to properprovider without modifying the of_phandle_args. Make the argumentpointer t
pmdomain: core: constify of_phandle_args in xlateThe xlate callbacks are supposed to translate of_phandle_args to properprovider without modifying the of_phandle_args. Make the argumentpointer to const for code safety and readability.Signed-off-by: Krzysztof Kozlowski <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Ulf Hansson <[email protected]>
show more ...
pmdomain: tegra: Move Kconfig option to the pmdomain subsystemThe Kconfig option belongs closer to the corresponding implementation,hence let's move it from the soc subsystem to the pmdomain subsy
pmdomain: tegra: Move Kconfig option to the pmdomain subsystemThe Kconfig option belongs closer to the corresponding implementation,hence let's move it from the soc subsystem to the pmdomain subsystem.Cc: Thierry Reding <[email protected]>Cc: Jonathan Hunter <[email protected]>Cc: Mikko Perttunen <[email protected]>Cc: <[email protected]>Signed-off-by: Ulf Hansson <[email protected]>
pmdomain: Rename the genpd subsystem to pmdomainIt has been pointed out that naming a subsystem "genpd" isn't veryself-explanatory and the acronym itself that means Generic PM Domain, isknown onl
pmdomain: Rename the genpd subsystem to pmdomainIt has been pointed out that naming a subsystem "genpd" isn't veryself-explanatory and the acronym itself that means Generic PM Domain, isknown only by a limited group of people.In a way to improve the situation, let's rename the subsystem to pmdomain,which ideally should indicate that this is about so called Power Domains or"PM domains" as we often also use within the Linux Kernel terminology.Suggested-by: Rafael J. Wysocki <[email protected]>Signed-off-by: Ulf Hansson <[email protected]>Reviewed-by: Linus Walleij <[email protected]>Acked-by: Arnd Bergmann <[email protected]>Acked-by: Heiko Stuebner <[email protected]>Acked-by: Rafael J. Wysocki <[email protected]>Acked-by: Geert Uytterhoeven <[email protected]>Link: https://lore.kernel.org/r/[email protected]