mbox series

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

Message ID 5ffaf4a2-4359-065a-240a-fcfde68c6180@redhat.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.6-3 | expand

Pull-request

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

Message

Hans de Goede Sept. 21, 2023, 4:26 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 22, 2023, 4:43 p.m. UTC | #1
The pull request you sent on Thu, 21 Sep 2023 18:26:30 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a457d2804d4c7e76cb4492c6787fdfb7203fc7d

Thank you!