[PATCH 0/2] add device managed version of dev_pm_domain_attach|detach_list()

Dikshita Agarwal posted 2 patches 1 year, 5 months ago
There is a newer version of this series
drivers/base/power/common.c                    | 41 ++++++++++++++++++++++++++
drivers/media/platform/qcom/venus/pm_helpers.c |  5 +---
include/linux/pm_domain.h                      |  4 +++
3 files changed, 46 insertions(+), 4 deletions(-)
[PATCH 0/2] add device managed version of dev_pm_domain_attach|detach_list()
Posted by Dikshita Agarwal 1 year, 5 months ago
These patches add the devres-enabled version of dev_pm_domain_attach|detach_list
in pm domain framework and use the same APIs in venus driver.
If any client drivers use devm_pm_domain_attach_list() to attach the PM domains,
devm_pm_domain_detach_list() will be invoked implicitly during remove phase.

Dikshita Agarwal (2):
  PM: domains: add device managed version of
    dev_pm_domain_attach|detach_list()
  media: venus: use device managed APIs for power domains

 drivers/base/power/common.c                    | 41 ++++++++++++++++++++++++++
 drivers/media/platform/qcom/venus/pm_helpers.c |  5 +---
 include/linux/pm_domain.h                      |  4 +++
 3 files changed, 46 insertions(+), 4 deletions(-)

-- 
2.7.4
Re: [PATCH 0/2] add device managed version of dev_pm_domain_attach|detach_list()
Posted by Ulf Hansson 1 year, 5 months ago
On Fri, 12 Jul 2024 at 07:49, Dikshita Agarwal
<quic_dikshita@quicinc.com> wrote:
>
> These patches add the devres-enabled version of dev_pm_domain_attach|detach_list
> in pm domain framework and use the same APIs in venus driver.
> If any client drivers use devm_pm_domain_attach_list() to attach the PM domains,
> devm_pm_domain_detach_list() will be invoked implicitly during remove phase.
>
> Dikshita Agarwal (2):
>   PM: domains: add device managed version of
>     dev_pm_domain_attach|detach_list()
>   media: venus: use device managed APIs for power domains
>
>  drivers/base/power/common.c                    | 41 ++++++++++++++++++++++++++
>  drivers/media/platform/qcom/venus/pm_helpers.c |  5 +---
>  include/linux/pm_domain.h                      |  4 +++
>  3 files changed, 46 insertions(+), 4 deletions(-)
>

This ended up being a little bit late for v6.11, please re-post a new
version when rc-1 is out.

Kind regards
Uffe