[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <37770642-bdab-bf37-c5c5-5c3edf9ad4a4@redhat.com>
Date: Tue, 1 Feb 2022 16:45:56 +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
Subject: [GIT PULL] platform-drivers-x86 for 5.17-2
Hi Linus,
Here is the first round of bug-fixes for platform-drivers-x86
for 5.17.
This consists of various build- and bug-fixes as well as
a few hardware-id additions.
Regards,
Hans
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +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-v5.17-2
for you to fetch changes up to 836f35f79153ce09d813c83f341dba4481996966:
platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD platforms (2022-02-01 15:37:00 +0100)
----------------------------------------------------------------
platform-drivers-x86 for v5.17-2
Highlights:
- Bunch of fixes for the new x86-android-tablets module
- Misc. other fixes
- A couple of hw-id additions
The following is an automated git shortlog grouped by driver:
ISST:
- Fix possible circular locking dependency detected
amd-pmc:
- Correct usage of SMU version
- Make amd_pmc_stb_debugfs_fops static
asus-tf103c-dock:
- Make 2 global structs static
intel_crystal_cove_charger:
- Fix IRQ masking / unmasking
platform/surface:
- Reinstate platform dependency
thinkpad_acpi:
- Fix incorrect use of platform profile on AMD platforms
- Add quirk for ThinkPads without a fan
touchscreen_dmi:
- Add info for the RWC NANOTE P8 AY07J 2-in-1
x86-android-tablets:
- Trivial typo fix for MODULE_AUTHOR
- Fix the buttons on CZC P10T tablet
- Constify the gpiod_lookup_tables arrays
- Add an init() callback to struct x86_dev_info
- Add support for disabling ACPI _AEI handlers
- Correct crystal_cove_charger module name
----------------------------------------------------------------
Alexander Kobel (1):
platform/x86: thinkpad_acpi: Add quirk for ThinkPads without a fan
Geert Uytterhoeven (1):
platform/surface: Reinstate platform dependency
Hans de Goede (7):
platform/x86: x86-android-tablets: Correct crystal_cove_charger module name
platform/x86: x86-android-tablets: Add support for disabling ACPI _AEI handlers
platform/x86: x86-android-tablets: Add an init() callback to struct x86_dev_info
platform/x86: x86-android-tablets: Constify the gpiod_lookup_tables arrays
platform/x86: intel_crystal_cove_charger: Fix IRQ masking / unmasking
platform/x86: amd-pmc: Make amd_pmc_stb_debugfs_fops static
platform/x86: asus-tf103c-dock: Make 2 global structs static
Lubomir Rintel (2):
platform/x86: x86-android-tablets: Fix the buttons on CZC P10T tablet
platform/x86: x86-android-tablets: Trivial typo fix for MODULE_AUTHOR
Mario Limonciello (1):
platform/x86: amd-pmc: Correct usage of SMU version
Mark Pearson (1):
platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD platforms
Srinivas Pandruvada (1):
platform/x86: ISST: Fix possible circular locking dependency detected
Yuka Kawajiri (1):
platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1
drivers/platform/surface/Kconfig | 1 +
drivers/platform/x86/amd-pmc.c | 15 +--
drivers/platform/x86/asus-tf103c-dock.c | 4 +-
drivers/platform/x86/intel/crystal_cove_charger.c | 26 ++---
.../x86/intel/speed_select_if/isst_if_common.c | 97 ++++++++++++-------
drivers/platform/x86/thinkpad_acpi.c | 25 ++++-
drivers/platform/x86/touchscreen_dmi.c | 24 +++++
drivers/platform/x86/x86-android-tablets.c | 105 +++++++++++++++++++--
8 files changed, 229 insertions(+), 68 deletions(-)
Powered by blists - more mailing lists