mbox series

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

Message ID 4d44b351-d4bf-56dd-952b-97a70687fb68@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.2-3 | expand

Pull-request

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

Message

Hans de Goede Jan. 26, 2023, 1:59 p.m. UTC
Hi Linus,

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

Highlights:
 -  Fix false positive apple_gmux backlight detection on older
    iGPU only MacBook models
 -  Various other small fixes and hardware-id additions

The MacBook backlight fix includes a small change under drivers/acpi,
this has been Acked by Rafael for merging through the pdx86 tree.

Regards,

Hans


The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

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.2-3

for you to fetch changes up to 1bc5d819f0b9784043ea08570e1b21107aa35739:

  platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms (2023-01-25 12:45:16 +0100)

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

Highlights:
 -  Fix false positive apple_gmux backlight detection on older
    iGPU only MacBook models
 -  Various other small fixes and hardware-id additions

The following is an automated git shortlog grouped by driver:

ACPI:
 -  video: Fix apple gmux detection

apple-gmux:
 -  Add apple_gmux_detect() helper
 -  Move port defines to apple-gmux.h

asus-wmi:
 -  Fix kbd_dock_devid tablet-switch reporting

dell-wmi:
 -  Add a keymap for KEY_MUTE in type 0x0010 table

gigabyte-wmi:
 -  add support for B450M DS3H WIFI-CF

hp-wmi:
 -  Fix cast to smaller integer type warning
 -  Handle Omen Key event

platform/x86/amd:
 -  pmc: Add a module parameter to disable workarounds
 -  pmc: Disable IRQ1 wakeup for RN/CZN

thinkpad_acpi:
 -  Fix profile modes on Intel platforms

----------------------------------------------------------------
Hans de Goede (5):
      platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting
      platform/x86: hp-wmi: Fix cast to smaller integer type warning
      platform/x86: apple-gmux: Move port defines to apple-gmux.h
      platform/x86: apple-gmux: Add apple_gmux_detect() helper
      ACPI: video: Fix apple gmux detection

Kevin Kuriakose (1):
      platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF

Koba Ko (1):
      platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table

Mario Limonciello (2):
      platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
      platform/x86/amd: pmc: Add a module parameter to disable workarounds

Mark Pearson (1):
      platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms

Rishit Bansal (1):
      platform/x86: hp-wmi: Handle Omen Key event

 drivers/acpi/video_detect.c               |  24 +------
 drivers/platform/x86/amd/pmc.c            |  58 +++++++++++++++-
 drivers/platform/x86/apple-gmux.c         |  93 +++++--------------------
 drivers/platform/x86/asus-wmi.c           |  17 +++--
 drivers/platform/x86/dell/dell-wmi-base.c |   3 +
 drivers/platform/x86/gigabyte-wmi.c       |   1 +
 drivers/platform/x86/hp/hp-wmi.c          |   6 +-
 drivers/platform/x86/thinkpad_acpi.c      |  11 +--
 include/linux/apple-gmux.h                | 109 +++++++++++++++++++++++++++++-
 9 files changed, 211 insertions(+), 111 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 27, 2023, 8:40 p.m. UTC | #1
The pull request you sent on Thu, 26 Jan 2023 14:59:59 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/83abd4d4c4be8984ba5a3a813ccfedba79c7d6ad

Thank you!