pmdomain: renesas: r8a77980-sysc: CR7 must be always oncommit f0e4a1356466ec1858ae8e5c70bea2ce5e55008b upstream.The power domain containing the Cortex-R7 CPU core on the R-Car V3H SoCmust always
pmdomain: renesas: r8a77980-sysc: CR7 must be always oncommit f0e4a1356466ec1858ae8e5c70bea2ce5e55008b upstream.The power domain containing the Cortex-R7 CPU core on the R-Car V3H SoCmust always be in power-on state, unlike on other SoCs in the R-Car Gen3family. See Table 9.4 "Power domains" in the R-Car Series, 3rdGeneration Hardware User’s Manual Rev.1.00 and later.Fix this by marking the domain as a CPU domain without controlregisters, so the driver will not touch it.Fixes: 41d6d8bd8ae9 ("soc: renesas: rcar-sysc: add R8A77980 support")Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>Cc: stable@vger.kernel.orgLink: https://lore.kernel.org/r/fdad9a86132d53ecddf72b734dac406915c4edc0.1705076735.git.geert+renesas@glider.beSigned-off-by: Ulf Hansson <ulf.hansson@linaro.org>Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
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 <rafael@kernel.org>Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>Reviewed-by: Linus Walleij <linus.walleij@linaro.org>Acked-by: Arnd Bergmann <arnd@arndb.de>Acked-by: Heiko Stuebner <heiko@sntech.de>Acked-by: Rafael J. Wysocki <rafael@kernel.org>Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>Link: https://lore.kernel.org/r/20230912221127.487327-1-ulf.hansson@linaro.org