[PATCH v2 0/3] PM: runtime: Wrapper macros for usage counter guards

Rafael J. Wysocki posted 3 patches 1 month ago
[PATCH v2 0/3] PM: runtime: Wrapper macros for usage counter guards
Posted by Rafael J. Wysocki 1 month ago
Hi All,

This supersedes

https://lore.kernel.org/linux-pm/13883374.uLZWGnKmhe@rafael.j.wysocki/

as discussed here:

https://lore.kernel.org/linux-pm/5068916.31r3eYUQgx@rafael.j.wysocki/

It adds runtime PM wrapper macros around ACQUIRE() and ACQUIRE_ERR() involving
the guards added recently (patch [1/3]) and then updates the code already
using those guards (patches [2/3] and [3/3]) to make it look more
straightforward.

Thanks!
Re: [PATCH v2 0/3] PM: runtime: Wrapper macros for usage counter guards
Posted by Jonathan Cameron 1 month ago
On Thu, 13 Nov 2025 20:24:57 +0100
"Rafael J. Wysocki" <rafael@kernel.org> wrote:

> Hi All,
> 
> This supersedes
> 
> https://lore.kernel.org/linux-pm/13883374.uLZWGnKmhe@rafael.j.wysocki/
> 
> as discussed here:
> 
> https://lore.kernel.org/linux-pm/5068916.31r3eYUQgx@rafael.j.wysocki/
> 
> It adds runtime PM wrapper macros around ACQUIRE() and ACQUIRE_ERR() involving
> the guards added recently (patch [1/3]) and then updates the code already
> using those guards (patches [2/3] and [3/3]) to make it look more
> straightforward.
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
for whole series.
Re: [PATCH v2 0/3] PM: runtime: Wrapper macros for usage counter guards
Posted by Rafael J. Wysocki 1 month ago
On Fri, Nov 14, 2025 at 2:10 PM Jonathan Cameron
<jonathan.cameron@huawei.com> wrote:
>
> On Thu, 13 Nov 2025 20:24:57 +0100
> "Rafael J. Wysocki" <rafael@kernel.org> wrote:
>
> > Hi All,
> >
> > This supersedes
> >
> > https://lore.kernel.org/linux-pm/13883374.uLZWGnKmhe@rafael.j.wysocki/
> >
> > as discussed here:
> >
> > https://lore.kernel.org/linux-pm/5068916.31r3eYUQgx@rafael.j.wysocki/
> >
> > It adds runtime PM wrapper macros around ACQUIRE() and ACQUIRE_ERR() involving
> > the guards added recently (patch [1/3]) and then updates the code already
> > using those guards (patches [2/3] and [3/3]) to make it look more
> > straightforward.
> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> for whole series.

Thank you!