mbox series

[GIT,PULL] platform-drivers-x86 for v6.7-5

Message ID 8a82d4$p36og3@fmsmga008-auth.fm.intel.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for v6.7-5 | expand

Pull-request

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

Message

Ilpo Järvinen Dec. 20, 2023, 10:46 a.m. UTC
Hi Linus,

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

Fixes:
- Fan reporting on some ThinkPads
- Laptop 13 spurious keypresses while suspended
- Intel PMC correction to avoid crash

Regards, i.


The following changes since commit 7bcd032370f88fd4022b6926d101403e96a86309:

  platform/x86: intel_ips: fix kernel-doc formatting (2023-12-08 13:21:49 +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.7-5

for you to fetch changes up to a55bdad5dfd1efd4ed9ffe518897a21ca8e4e193:

  platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13 (2023-12-18 15:08:19 +0200)

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

Fixes:
- Fan reporting on some ThinkPads
- Laptop 13 spurious keypresses while suspended
- Intel PMC correction to avoid crash

The following is an automated shortlog grouped by driver:

amd/pmc:
 -  Disable keyboard wakeup on AMD Framework 13
 -  Move keyboard wakeup disablement detection to pmc-quirks
 -  Move platform defines to header
 -  Only run IRQ1 firmware version check on Cezanne

intel/pmc:
 -  Fix hang in pmc_core_send_ltr_ignore()

thinkpad_acpi:
 -  fix for incorrect fan reporting on some ThinkPad systems

----------------------------------------------------------------
Mario Limonciello (4):
      platform/x86/amd/pmc: Move platform defines to header
      platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
      platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
      platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13

Rajvi Jingar (1):
      platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()

Vishnu Sankar (1):
      platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad systems

 drivers/platform/x86/amd/pmc/pmc-quirks.c | 20 +++++++
 drivers/platform/x86/amd/pmc/pmc.c        | 33 ++++-------
 drivers/platform/x86/amd/pmc/pmc.h        | 12 ++++
 drivers/platform/x86/intel/pmc/core.c     |  2 +-
 drivers/platform/x86/thinkpad_acpi.c      | 98 +++++++++++++++++++++++++++----
 5 files changed, 131 insertions(+), 34 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2023, 12:25 a.m. UTC | #1
The pull request you sent on Wed, 20 Dec 2023 12:46:41 +0200:

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

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

Thank you!