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

From: Ilpo Järvinen
Date: Fri Dec 29 2023 - 11:10:12 EST


Hi Linus,

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

Fixes:
- Intel PMC GBE LTR regression
- P2SB / PCI deadlock fix

Regards, i.


The following changes since commit a55bdad5dfd1efd4ed9ffe518897a21ca8e4e193:

platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13 (2023-12-18 15:08:19 +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-6

for you to fetch changes up to 70681aa0746ae61d7668b9f651221fad5e30c71e:

platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback (2023-12-29 15:31:22 +0200)

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

Fixes:
- Intel PMC GBE LTR regression
- P2SB / PCI deadlock fix

The following is an automated shortlog grouped by driver:

intel/pmc:
- Add suspend callback
- Allow reenabling LTRs
- Move GBE LTR ignore to suspend callback

p2sb:
- Allow p2sb_bar() calls during PCI device probe

----------------------------------------------------------------
David E. Box (3):
platform/x86/intel/pmc: Add suspend callback
platform/x86/intel/pmc: Allow reenabling LTRs
platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback

Shin'ichiro Kawasaki (1):
platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe

drivers/platform/x86/intel/pmc/adl.c | 9 +-
drivers/platform/x86/intel/pmc/cnp.c | 26 +++--
drivers/platform/x86/intel/pmc/core.c | 12 ++-
drivers/platform/x86/intel/pmc/core.h | 7 +-
drivers/platform/x86/intel/pmc/mtl.c | 9 +-
drivers/platform/x86/intel/pmc/tgl.c | 9 +-
drivers/platform/x86/p2sb.c | 172 ++++++++++++++++++++++++++--------
7 files changed, 176 insertions(+), 68 deletions(-)