mbox series

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

Message ID d56a3a15-58f7-1af6-0563-55e2db4ac45b@redhat.com (mailing list archive)
State Handled Elsewhere, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.5-2 | expand

Pull-request

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

Message

Hans de Goede July 12, 2023, 10:20 a.m. UTC
Hi Linus,

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

Nothing special to report just various small fixes + hw-id additions.

Regards,

Hans


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

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.5-2

for you to fetch changes up to 6b293a8c91bca52726448d03216e65da509e9bb7:

  platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet (2023-07-11 12:15:30 +0200)

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

Misc. small fixes and hw-id additions.

The following is an automated git shortlog grouped by driver:

Move s2idle quirk from thinkpad-acpi to amd-pmc:
 - Move s2idle quirk from thinkpad-acpi to amd-pmc

dell-ddv:
 -  Fix mangled list in documentation
 -  Improve error handling

int3472/discrete:
 -  set variable skl_int3472_regulator_second_sensor storage-class-specifier to static

platform/x86/amd:
 -  pmf: Add new ACPI ID AMDI0103
 -  pmc: Add new ACPI ID AMDI000A
 -  pmc: Apply nvme quirk to HP 15s-eq2xxx

platform/x86/intel/tpmi:
 -  Prevent overflow for cap_offset

touchscreen_dmi:
 -  Add info for the Archos 101 Cesium Educ tablet

wmi:
 -  Replace open coded guid_parse_and_compare()
 -  Break possible infinite loop when parsing GUID

----------------------------------------------------------------
Andy Shevchenko (2):
      platform/x86: wmi: Break possible infinite loop when parsing GUID
      platform/x86: wmi: Replace open coded guid_parse_and_compare()

Armin Wolf (2):
      platform/x86: dell-ddv: Improve error handling
      platform/x86: dell-ddv: Fix mangled list in documentation

Mario Limonciello (2):
      platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmc
      platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxx

Shyam Sundar S K (2):
      platform/x86/amd: pmc: Add new ACPI ID AMDI000A
      platform/x86/amd: pmf: Add new ACPI ID AMDI0103

Srinivas Pandruvada (1):
      platform/x86/intel/tpmi: Prevent overflow for cap_offset

Thomas GENTY (1):
      platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet

Tom Rix (1):
      platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sensor storage-class-specifier to static

 Documentation/wmi/devices/dell-wmi-ddv.rst         |   3 +-
 drivers/platform/x86/amd/Makefile                  |   2 +-
 drivers/platform/x86/amd/pmc-quirks.c              | 176 +++++++++++++++++++++
 drivers/platform/x86/amd/pmc.c                     |  32 ++--
 drivers/platform/x86/amd/pmc.h                     |  44 ++++++
 drivers/platform/x86/amd/pmf/core.c                |   3 +
 drivers/platform/x86/dell/dell-wmi-ddv.c           |   7 +-
 .../platform/x86/intel/int3472/clk_and_regulator.c |   2 +-
 drivers/platform/x86/intel/tpmi.c                  |   4 +-
 drivers/platform/x86/thinkpad_acpi.c               | 143 -----------------
 drivers/platform/x86/touchscreen_dmi.c             |  22 +++
 drivers/platform/x86/wmi.c                         |  28 ++--
 12 files changed, 276 insertions(+), 190 deletions(-)
 create mode 100644 drivers/platform/x86/amd/pmc-quirks.c
 create mode 100644 drivers/platform/x86/amd/pmc.h

Comments

pr-tracker-bot@kernel.org July 12, 2023, 11:28 p.m. UTC | #1
The pull request you sent on Wed, 12 Jul 2023 12:20:08 +0200:

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

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

Thank you!