commit | dedd14925ec6f82a2840c009bc175e2b528ace8e | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Mon Dec 30 13:59:30 2019 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Jan 02 16:52:40 2020 +0100 |
tree | d009411f24dd3280ea7ad2762f898e3b0967dfcf | |
parent | 9c6ceecb6541954dfc410aa8883f872469326c73 [diff] |
PM / Domains: Introduce a genpd OF helper that removes a subdomain We already have the of_genpd_add_subdomain() helper, but no corresponding of_genpd_remove_subdomain(), so let's add it. Subsequent changes starts to make use of it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Rafael J. Wysocki <rafael@kernel.org>