[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5e425476-5f04-23e2-03e0-1f8ea57c1a55@redhat.com>
Date: Wed, 16 Nov 2022 11:48:12 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mark Gross <mgross@...ux.intel.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
platform-driver-x86@...r.kernel.org,
"Rafael J. Wysocki" <rafael@...nel.org>
Subject: [GIT PULL] platform-drivers-x86 for 6.1-4
Hi Linus,
Here is the third round of fixes for platform-drivers-x86 for 6.1:
- Surface Pro 9 and Surface Laptop 5 kbd, battery, etc. support
(this is just a few hw-id additions)
- A couple of other hw-id / DMI-quirk additions
- A few small bug fixes + 1 build fix
Regards,
Hans
The following changes since commit 53eb64c88f17b14b324fbdfd417f56c5d3fa6fee:
platform/x86: p2sb: Don't fail if unknown CPU is found (2022-11-07 12:33:49 +0100)
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.1-4
for you to fetch changes up to b44fd994e45112b58b6c1dec4451d9a925784589:
platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tables (2022-11-16 08:47:08 +0100)
----------------------------------------------------------------
platform-drivers-x86 for v6.1-4
Highlights:
- Surface Pro 9 and Surface Laptop 5 kbd, battery, etc. support
(this is just a few hw-id additions)
- A couple of other hw-id / DMI-quirk additions
- A few small bug fixes + 1 build fix
The following is an automated git shortlog grouped by driver:
acer-wmi:
- Enable SW_TABLET_MODE on Switch V 10 (SW5-017)
asus-wmi:
- add missing pci_dev_put() in asus_wmi_set_xusb2pr()
hp-wmi:
- Ignore Smart Experience App event
ideapad-laptop:
- Add module parameters to match DMI quirk tables
- Fix interrupt storm on fn-lock toggle on some Yoga laptops
platform/surface:
- aggregator_registry: Add support for Surface Laptop 5
- aggregator_registry: Add support for Surface Pro 9
- aggregator: Do not check for repeated unsequenced packets
platform/x86/amd:
- pmc: Add new ACPI ID AMDI0009
- pmc: Remove more CONFIG_DEBUG_FS checks
platform/x86/intel:
- pmc: Don't unconditionally attach Intel PMC when virtualized
thinkpad_acpi:
- Enable s2idle quirk for 21A1 machine type
----------------------------------------------------------------
Arnav Rawat (1):
platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops
Hans de Goede (2):
platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017)
platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tables
Kai-Heng Feng (1):
platform/x86: hp-wmi: Ignore Smart Experience App event
Lennard Gäher (1):
platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine type
Mario Limonciello (1):
platform/x86/amd: pmc: Remove more CONFIG_DEBUG_FS checks
Maximilian Luz (3):
platform/surface: aggregator: Do not check for repeated unsequenced packets
platform/surface: aggregator_registry: Add support for Surface Pro 9
platform/surface: aggregator_registry: Add support for Surface Laptop 5
Roger Pau Monné (1):
platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when virtualized
Shyam Sundar S K (1):
platform/x86/amd: pmc: Add new ACPI ID AMDI0009
Xiongfeng Wang (1):
platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
.../platform/surface/aggregator/ssh_packet_layer.c | 24 +++++++++++---
.../platform/surface/surface_aggregator_registry.c | 37 ++++++++++++++++++++++
drivers/platform/x86/acer-wmi.c | 9 ++++++
drivers/platform/x86/amd/pmc.c | 3 +-
drivers/platform/x86/asus-wmi.c | 2 ++
drivers/platform/x86/hp-wmi.c | 3 ++
drivers/platform/x86/ideapad-laptop.c | 37 ++++++++++++++++++++--
drivers/platform/x86/intel/pmc/pltdrv.c | 9 ++++++
drivers/platform/x86/thinkpad_acpi.c | 8 +++++
9 files changed, 124 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists