From: Hans de Goede <hdegoede@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Gross <mgross@linux.intel.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
platform-driver-x86@vger.kernel.org
Subject: [GIT PULL] platform-drivers-x86 for 6.2-2
Date: Fri, 13 Jan 2023 12:07:28 +0100 [thread overview]
Message-ID: <2d040d2d-4f4d-f106-49ba-317142e0ce74@redhat.com> (raw)
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(-)
next reply other threads:[~2023-01-13 11:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-13 11:07 Hans de Goede [this message]
2023-01-13 13:58 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2d040d2d-4f4d-f106-49ba-317142e0ce74@redhat.com \
--to=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgross@linux.intel.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®