Re: [PATCH v5 00/11] PM / Domains: Generic OF-based support
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-09-19 18:48:49
Also in:
linux-acpi, linux-arm-kernel, linux-pm
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-09-19 18:48:49
Also in:
linux-acpi, linux-arm-kernel, linux-pm
Hi Ulf, On Fri, Sep 19, 2014 at 08:27:33PM +0200, Ulf Hansson wrote:
Changes in v5: - Converted dev_pm_domain_detach() to a void function - Added a ->detach() callback to the PM domain struct, invoked from the dev_pm_domain_detach(). - Make ACPI and genpd both assign the ->detach() callback at successfull attachment. - The above changes made it possible to make acpi_pm_domain_detach() to be static, added a separate patch for that.
Thank you for making these changes. For the series: Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> -- Dmitry