Re: [PATCH 08/10] PM / Domains: Add support for removing PM domains
From: Jon Hunter <hidden>
Date: 2016-09-09 13:54:07
Also in:
linux-arm-kernel, linux-pm
On 08/09/16 12:49, Ulf Hansson wrote:
On 16 August 2016 at 11:49, Jon Hunter [off-list ref] wrote:quoted
The genpd framework allows users to add PM domains via the pm_genpd_init() function, however, there is no corresponding function to remove a PM domain. For most devices this may be fine as the PM domains are never removed, however, for devices that wish to populate the PM domains from within a driver, having the ability to remove a PM domain if the probing of the device fails or the driver is unloaded is necessary. Add the function pm_genpd_remove() to remove a PM domain by referencing it's generic_pm_domain structure. PM domains can only be removed if they are not a parent domain to another PM domain and have no devices associated with them.I think we should also check if the there's is a provider registered for the genpd, as it should also prevent the genpd from being removed. Right?
Yes I would agree. I had thought that after patch #4 of this series that only the provider itself would be able to call this. However, we should probably still verify that the provider has correctly remove itself.
I noticed that you are adding the ->provider pointer to the genpd struct in patch 9/10. Perhaps re-structure $subject patch and 9/10 a bit to deal with this, so we can add the pm_genpd_remove() API in a more safe manner.
Yes I can add the >provider member before this patch. Cheers Jon -- nvpublic