mbox series

[GIT,PULL] platform-drivers-x86 for v6.14-4

Message ID pdx86-pr-20250307115821-1780710253@linux.intel.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for v6.14-4 | expand

Pull-request

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

Message

Ilpo Järvinen March 7, 2025, 9:58 a.m. UTC
Hi Linus,

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

Fixes and new HW support:

 - amd/pmf:

     - Initialize 'cb_mutex'

     - Support for new version of PMF-TA

 - intel-hid: Fix volume buttons on Microsoft Surface Go 4 tablet

 - intel/vsec: Add Diamond Rapids support

 - thinkpad_acpi: Add battery quirk for ThinkPad X131e

Regards, i.


The following changes since commit b3e127dacad60a384c92baafdc74f1508bf7dd47:

  platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (2025-02-12 13:49:37 +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.14-4

for you to fetch changes up to 376a8c2a144397d9cf2a67d403dd64f4a7ff9104:

  platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (2025-03-05 13:33:42 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.14-4

Fixes and new HW support:

 - amd/pmf:

     - Initialize 'cb_mutex'

     - Support for new version of PMF-TA

 - intel-hid: Fix volume buttons on Microsoft Surface Go 4 tablet

 - intel/vsec: Add Diamond Rapids support

 - thinkpad_acpi: Add battery quirk for ThinkPad X131e

The following is an automated shortlog grouped by driver:

amd/pmf:
 -  Initialize and clean up `cb_mutex`
 -  Propagate PMF-TA return codes
 -  Update PMF Driver for Compatibility with new PMF-TA

intel-hid:
 -  fix volume buttons on Microsoft Surface Go 4 tablet

intel/vsec:
 -  Add Diamond Rapids support

thinkpad_acpi:
 -  Add battery quirk for ThinkPad X131e

----------------------------------------------------------------
David E. Box (1):
      platform/x86/intel/vsec: Add Diamond Rapids support

Dmitry Panchenko (1):
      platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet

Mario Limonciello (1):
      platform/x86/amd/pmf: Initialize and clean up `cb_mutex`

Mingcong Bai (1):
      platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad X131e

Shyam Sundar S K (2):
      platform/x86/amd/pmf: Propagate PMF-TA return codes
      platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA

 drivers/platform/x86/amd/pmf/core.c   |  2 ++
 drivers/platform/x86/amd/pmf/pmf.h    |  5 +++-
 drivers/platform/x86/amd/pmf/tee-if.c | 52 +++++++++++++++++++++++++----------
 drivers/platform/x86/intel/hid.c      |  7 +++++
 drivers/platform/x86/intel/vsec.c     |  7 +++++
 drivers/platform/x86/thinkpad_acpi.c  |  1 +
 6 files changed, 58 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org March 7, 2025, 5:32 p.m. UTC | #1
The pull request you sent on Fri, 07 Mar 2025 11:58:21 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.14-4

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

Thank you!