Hi Rafael,
I2C, HWMON and Hisilicon SoC changes are all acked-by respective maintainers.
All the changes are in the linux-next for some time now. Please pull!
Regards,
Sudeep
-->8
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/acpi-pcc-updates-6.7
for you to fetch changes up to a46e42c097982e258f89c64c5f52f30994bcfeda:
soc: kunpeng_hccs: Migrate to use generic PCC shmem related macros (2023-09-29 11:55:37 +0100)
----------------------------------------------------------------
ACPI: PCC: Mailbox and generic updates for v6.7
Main updates include:
1. Addition of support for Type 4 PCC subspace that enables platform
notification handling (Huisong Li).
2. Support for the shared interrupt amongst multiple PCC subspaces/
channels (Huisong Li).
3. Consolidation of PCC shared memory region command and status
bitfields definitions that were duplicated and scattered across
multiple PCC client drivers (Sudeep Holla).
----------------------------------------------------------------
Huisong Li (2):
mailbox: pcc: Add support for platform notification handling
mailbox: pcc: Support shared interrupt for multiple subspaces
Sudeep Holla (4):
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
soc: kunpeng_hccs: Migrate to use generic PCC shmem related macros
drivers/hwmon/xgene-hwmon.c | 16 ++----
drivers/i2c/busses/i2c-xgene-slimpro.c | 16 ++----
drivers/mailbox/pcc.c | 91 ++++++++++++++++++++++++++++++----
drivers/soc/hisilicon/kunpeng_hccs.c | 8 +--
include/acpi/pcc.h | 13 +++++
5 files changed, 104 insertions(+), 40 deletions(-)