mbox series

[GIT,PULL] platform-drivers-x86 for 6.8-4

Message ID cfc29d60-e11c-4d7f-9d9d-637ebde8f5fd@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.8-4 | expand

Pull-request

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

Message

Hans de Goede March 5, 2024, 9:36 a.m. UTC
Hi Linus,

Here is the third round of fixes for platform-drivers-x86 for 6.8.

Highlights:
 -  Fix P2SB regression causing ACPI errors and high CPU load
 -  Fix error return path in amd_pmf_init_smart_pc()

Regards,

Hans


The following changes since commit 427c70dec738318b7f71e1b9d829ff0e9771d493:

  platform/x86: thinkpad_acpi: Only update profile if successfully converted (2024-02-20 14:35:36 +0100)

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.8-4

for you to fetch changes up to 0314cebb29be2f961abb37bd0b01cb16899868f2:

  platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc() (2024-03-05 10:17:07 +0100)

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

Highlights:
 -  Fix P2SB regression causing ACPI errors and high CPU load
 -  Fix error return path in amd_pmf_init_smart_pc()

The following is an automated git shortlog grouped by driver:

p2sb:
 -  On Goldmont only cache P2SB and SPI devfn BAR

platform/x86/amd/pmf:
 -  Fix missing error code in amd_pmf_init_smart_pc()

----------------------------------------------------------------
Hans de Goede (1):
      platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BAR

Harshit Mogalapalli (1):
      platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc()

 drivers/platform/x86/amd/pmf/tee-if.c |  4 +++-
 drivers/platform/x86/p2sb.c           | 23 ++++++++---------------
 2 files changed, 11 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org March 5, 2024, 9:25 p.m. UTC | #1
The pull request you sent on Tue, 5 Mar 2024 10:36:09 +0100:

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

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

Thank you!