[GIT PULL] platform-drivers-x86 for 6.6-3

From: Hans de Goede
Date: Thu Sep 21 2023 - 18:21:39 EST


Hi Linus,

Here is the second round of fixes for platform-drivers-x86 for 6.6.

The most noteworthy change in here is the addition of Ilpo Järvinen
as co-maintainer of platform-drivers-x86. Ilpo will be helping me
with platform-drivers-x86 maintenance going forward and you can
expect platform-drivers-x86 pull-requests from Ilpo in the future.

Other then that there is a set of Intel SCU IPC fixes and
a thinkpad_acpi locking fix.

Regards,

Hans


The following changes since commit 4106a70ddad57ee6d8f98b81d6f036740c72762b:

platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode (2023-09-11 13:26:13 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.6-3

for you to fetch changes up to bc3b6f59463ba9f4367a80331213db491766b5a1:

MAINTAINERS: Add x86 platform drivers patchwork (2023-09-21 18:03:03 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.6-3

Highlights:
- Add Ilpo Järvinen as platform-drivers-x86 co-maintainer
- Set of Intel SCU IPC fixes
- thinkpad_acpi locking fix

The following is an automated git shortlog grouped by driver:

MAINTAINERS:
- Add x86 platform drivers patchwork
- Add myself into x86 platform driver maintainers

intel_scu_ipc:
- Fail IPC send if still busy
- Don't override scu in intel_scu_ipc_dev_simple_command()
- Check status upon timeout in ipc_wait_for_interrupt()
- Check status after timeout in busy_loop()

thinkpad_acpi:
- Take mutex in hotkey_resume

----------------------------------------------------------------
Dennis Bonke (1):
platform/x86: thinkpad_acpi: Take mutex in hotkey_resume

Ilpo Järvinen (2):
MAINTAINERS: Add myself into x86 platform driver maintainers
MAINTAINERS: Add x86 platform drivers patchwork

Stephen Boyd (4):
platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()
platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()
platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command()
platform/x86: intel_scu_ipc: Fail IPC send if still busy

MAINTAINERS | 4 +++
drivers/platform/x86/intel_scu_ipc.c | 66 ++++++++++++++++++++++--------------
drivers/platform/x86/thinkpad_acpi.c | 2 ++
3 files changed, 46 insertions(+), 26 deletions(-)