[GIT PULL] platform-drivers-x86 for v6.13-3

From: Ilpo Järvinen
Date: Mon Dec 16 2024 - 10:24:50 EST


Hi Linus,

Here is a platform-drivers-x86 fixes PR for v6.13.

Fixes and new HW support:

- alienware-wmi: Add support for Alienware m16 R1 AMD.

- alienware-wmi: Do not setup legacy LED control with X and G Series.

- intel/ifs: Clearwater Forest support.

- intel/vsec: Panther Lake support.

- p2sb: Do not hide the device if BIOS left it unhidden.

- touchscreen_dmi: Add SARY Tab 3 tablet information.

Regards, i.


The following changes since commit e9fba20c29e27dc99e55e1c550573a114561bf8c:

platform/x86: asus-nb-wmi: Ignore unknown event 0xCF (2024-12-02 18:57:17 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 83848e37f6ee80f60b04139fefdfa1bde4aaa826:

platform/x86/intel/vsec: Add support for Panther Lake (2024-12-11 16:00:56 +0200)

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

Fixes and new HW support:

- alienware-wmi: Add support for Alienware m16 R1 AMD.

- alienware-wmi: Do not setup legacy LED control with X and G Series.

- intel/ifs: Clearwater Forest support.

- intel/vsec: Panther Lake support.

- p2sb: Do not hide the device if BIOS left it unhidden.

- touchscreen_dmi: Add SARY Tab 3 tablet information.

The following is an automated shortlog grouped by driver:

alienware-wmi:
- Adds support to Alienware m16 R1 AMD
- Fix X Series and G Series quirks

intel/ifs:
- Add Clearwater Forest to CPU support list

intel/vsec:
- Add support for Panther Lake

p2sb:
- Do not scan and remove the P2SB device when it is unhidden
- Factor out p2sb_read_from_cache()
- Introduce the global flag p2sb_hidden_by_bios
- Move P2SB hide and unhide code to p2sb_scan_and_cache()

touchscreen_dmi:
- Add info for SARY Tab 3 tablet

----------------------------------------------------------------
Huy Minh (1):
platform/x86: touchscreen_dmi: Add info for SARY Tab 3 tablet

Jithu Joseph (1):
platform/x86/intel/ifs: Add Clearwater Forest to CPU support list

Kurt Borja (2):
alienware-wmi: Fix X Series and G Series quirks
alienware-wmi: Adds support to Alienware m16 R1 AMD

Shin'ichiro Kawasaki (4):
p2sb: Factor out p2sb_read_from_cache()
p2sb: Introduce the global flag p2sb_hidden_by_bios
p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
p2sb: Do not scan and remove the P2SB device when it is unhidden

Xi Pardee (1):
platform/x86/intel/vsec: Add support for Panther Lake

drivers/platform/x86/dell/alienware-wmi.c | 24 ++++++++--
drivers/platform/x86/intel/ifs/core.c | 1 +
drivers/platform/x86/intel/vsec.c | 2 +
drivers/platform/x86/p2sb.c | 77 ++++++++++++++++++++++---------
drivers/platform/x86/touchscreen_dmi.c | 26 +++++++++++
5 files changed, 103 insertions(+), 27 deletions(-)