Re: [PATCH 0/3] ACPI: PCC: Define and use the common PCC shared memory regions related macros

From: Rafael J. Wysocki
Date: Wed Sep 27 2023 - 10:20:22 EST


On Tue, Sep 26, 2023 at 2:33 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> This set of 3 small patches intend to consolidate and replace the existing
> locally defined macros within couple of PCC client drivers when accessing
> the command and status bitfields.
>
> Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>
> ---
> Sudeep Holla (3):
> ACPI: PCC: Add PCC shared memory region command and status bitfields
> i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros
> hwmon: (xgene) Migrate to use generic PCC shmem related macros
>
> drivers/hwmon/xgene-hwmon.c | 16 +++++-----------
> drivers/i2c/busses/i2c-xgene-slimpro.c | 16 ++++------------
> include/acpi/pcc.h | 11 +++++++++++
> 3 files changed, 20 insertions(+), 23 deletions(-)
> ---

This is fine with me.

How do you want to route it?