mbox series

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

Message ID 2d040d2d-4f4d-f106-49ba-317142e0ce74@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.2-2 | expand

Pull-request

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

Message

Hans de Goede Jan. 13, 2023, 11:07 a.m. UTC
Hi Linus,

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

Nothing special to report just various small fixes and
hardware-id additions.

Regards,

Hans


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -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-2

for you to fetch changes up to fde5f74ccfc771941b018b5415fa9664426e10ad:

  platform/x86: thinkpad_acpi: Fix profile mode display in AMT mode (2023-01-13 11:40:30 +0100)

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

A small set of assorted fixes and hardware-id additions for 6.2.

The following is an automated git shortlog grouped by driver:

asus-nb-wmi:
 -  Add alternate mapping for KEY_SCREENLOCK
 -  Add alternate mapping for KEY_CAMERA

asus-wmi:
 -  Don't load fan curves without fan
 -  Ignore fan on E410MA
 -  Add quirk wmi_ignore_fan

dell-privacy:
 -  Only register SW_CAMERA_LENS_COVER if present
 -  Fix SW_CAMERA_LENS_COVER reporting

ideapad-laptop:
 -  Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]

int3472/discrete:
 -  Ensure the clk/power enable pins are in output mode

intel/pmc/core:
 -  Add Meteor Lake mobile support

platform/surface:
 -  aggregator: Add missing call to ssam_request_sync_free()
 -  aggregator: Ignore command messages not intended for us

platform/x86/amd:
 -  Fix refcount leak in amd_pmc_probe

simatic-ipc:
 -  add another model
 -  correct name of a model

sony-laptop:
 -  Don't turn off 0x153 keyboard backlight during probe

thinkpad_acpi:
 -  Fix profile mode display in AMT mode

touchscreen_dmi:
 -  Add info for the CSL Panther Tab HD

----------------------------------------------------------------
Gayatri Kammela (1):
      platform/x86: intel/pmc/core: Add Meteor Lake mobile support

Hans de Goede (6):
      platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
      platform/x86: ideapad-laptop: Add Legion 5 15ARH05 DMI id to set_fn_lock_led_list[]
      platform/x86: asus-nb-wmi: Add alternate mapping for KEY_SCREENLOCK
      platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
      platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER if present
      platform/x86: int3472/discrete: Ensure the clk/power enable pins are in output mode

Henning Schild (2):
      platform/x86: simatic-ipc: correct name of a model
      platform/x86: simatic-ipc: add another model

Mark Pearson (1):
      platform/x86: thinkpad_acpi: Fix profile mode display in AMT mode

Maximilian Luz (2):
      platform/surface: aggregator: Ignore command messages not intended for us
      platform/surface: aggregator: Add missing call to ssam_request_sync_free()

Miaoqian Lin (1):
      platform/x86/amd: Fix refcount leak in amd_pmc_probe

Michael Klein (1):
      platform/x86: touchscreen_dmi: Add info for the CSL Panther Tab HD

Thomas Weißschuh (4):
      platform/x86: asus-nb-wmi: Add alternate mapping for KEY_CAMERA
      platform/x86: asus-wmi: Add quirk wmi_ignore_fan
      platform/x86: asus-wmi: Ignore fan on E410MA
      platform/x86: asus-wmi: Don't load fan curves without fan

 drivers/platform/surface/aggregator/controller.c   |  4 ++-
 .../surface/aggregator/ssh_request_layer.c         | 14 ++++++++
 drivers/platform/x86/amd/pmc.c                     |  2 +-
 drivers/platform/x86/asus-nb-wmi.c                 | 15 ++++++++
 drivers/platform/x86/asus-wmi.c                    |  7 +++-
 drivers/platform/x86/asus-wmi.h                    |  1 +
 drivers/platform/x86/dell/dell-wmi-privacy.c       | 41 ++++++++++++++++------
 drivers/platform/x86/ideapad-laptop.c              |  6 ++++
 .../platform/x86/intel/int3472/clk_and_regulator.c |  3 ++
 drivers/platform/x86/intel/int3472/discrete.c      |  4 +++
 drivers/platform/x86/intel/pmc/core.c              |  1 +
 drivers/platform/x86/simatic-ipc.c                 |  3 +-
 drivers/platform/x86/sony-laptop.c                 | 21 +++++++----
 drivers/platform/x86/thinkpad_acpi.c               | 23 ++++++++----
 drivers/platform/x86/touchscreen_dmi.c             | 25 +++++++++++++
 include/linux/platform_data/x86/simatic-ipc.h      |  3 +-
 16 files changed, 145 insertions(+), 28 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 13, 2023, 1:58 p.m. UTC | #1
The pull request you sent on Fri, 13 Jan 2023 12:07:28 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0d0833e0399efecf3d75b54c3bc277660166d9a4

Thank you!