[PATCH 0/3] pmdomain: imx: Use pm_runtime_resume_and_get()

phucduc.bui@gmail.com posted 3 patches 3 days, 16 hours ago
drivers/pmdomain/imx/gpcv2.c          | 16 +++-------------
drivers/pmdomain/imx/imx8m-blk-ctrl.c | 15 +++++----------
drivers/pmdomain/imx/imx93-blk-ctrl.c |  3 +--
3 files changed, 9 insertions(+), 25 deletions(-)
[PATCH 0/3] pmdomain: imx: Use pm_runtime_resume_and_get()
Posted by phucduc.bui@gmail.com 3 days, 16 hours ago
From: bui duc phuc <phucduc.bui@gmail.com>

Hi all,

This series replaces open-coded pm_runtime_get_sync() and
pm_runtime_put_noidle() error handling with
pm_runtime_resume_and_get() in the i.MX power domain drivers.

No functional change.

Found by manual code inspection.

Best regards,
Phuc

bui duc phuc (3):
  pmdomain: imx: gpcv2: Use pm_runtime_resume_and_get()
  pmdomain: imx8m-blk-ctrl: Use pm_runtime_resume_and_get()
  pmdomain: imx93-blk-ctrl: Use pm_runtime_resume_and_get()

 drivers/pmdomain/imx/gpcv2.c          | 16 +++-------------
 drivers/pmdomain/imx/imx8m-blk-ctrl.c | 15 +++++----------
 drivers/pmdomain/imx/imx93-blk-ctrl.c |  3 +--
 3 files changed, 9 insertions(+), 25 deletions(-)

-- 
2.43.0
Re: [PATCH 0/3] pmdomain: imx: Use pm_runtime_resume_and_get()
Posted by Ulf Hansson 1 day, 7 hours ago
On Mon, Sep 21, 2026 at 5:37 AM <phucduc.bui@gmail.com> wrote:
>
> From: bui duc phuc <phucduc.bui@gmail.com>
>
> Hi all,
>
> This series replaces open-coded pm_runtime_get_sync() and
> pm_runtime_put_noidle() error handling with
> pm_runtime_resume_and_get() in the i.MX power domain drivers.
>
> No functional change.
>
> Found by manual code inspection.
>
> Best regards,
> Phuc
>
> bui duc phuc (3):
>   pmdomain: imx: gpcv2: Use pm_runtime_resume_and_get()
>   pmdomain: imx8m-blk-ctrl: Use pm_runtime_resume_and_get()
>   pmdomain: imx93-blk-ctrl: Use pm_runtime_resume_and_get()
>
>  drivers/pmdomain/imx/gpcv2.c          | 16 +++-------------
>  drivers/pmdomain/imx/imx8m-blk-ctrl.c | 15 +++++----------
>  drivers/pmdomain/imx/imx93-blk-ctrl.c |  3 +--
>  3 files changed, 9 insertions(+), 25 deletions(-)
>
> --
> 2.43.0
>

The series applied for next, thanks!

Kind regards
Uffe