[GIT PULL] platform-drivers-x86 for 5.7-2

From: Andy Shevchenko
Date: Tue May 05 2020 - 13:21:05 EST


Hi Linus,

Collected fixes for PDx96 so far.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v5.7-2

for you to fetch changes up to f8a31eca47bec197f5ec5dc40ad675450c2058a5:

platform/x86: thinkpad_acpi: Remove always false 'value < 0' statement (2020-05-05 15:33:24 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v5.7-2

* Avoid loading asus-nb-wmi module on selected laptop models
* Fix S0ix debug support for Jasper Lake PMC
* Few fixes which have been reported by Hulk bot and others

The following is an automated git shortlog grouped by driver:

asus-nb-wmi:
- Do not load on Asus T100TA and T200TA

intel_pmc_core:
- avoid unused-function warnings
- Change Jasper Lake S0ix debug reg map back to ICL

platform/x86/intel-uncore-freq:
- make uncore_root_kobj static

surface3_power:
- Fix a NULL vs IS_ERR() check in probe

thinkpad_acpi:
- Remove always false 'value < 0' statement

wmi:
- Make two functions static

----------------------------------------------------------------
Archana Patni (1):
platform/x86: intel_pmc_core: Change Jasper Lake S0ix debug reg map back to ICL

Arnd Bergmann (1):
platform/x86: intel_pmc_core: avoid unused-function warnings

Dan Carpenter (1):
platform/x86: surface3_power: Fix a NULL vs IS_ERR() check in probe

Hans de Goede (1):
platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA

Jason Yan (1):
platform/x86/intel-uncore-freq: make uncore_root_kobj static

Xiongfeng Wang (1):
platform/x86: thinkpad_acpi: Remove always false 'value < 0' statement

YueHaibing (1):
platform/x86: wmi: Make two functions static

drivers/platform/x86/asus-nb-wmi.c | 24 ++++++++++++++++++++++++
drivers/platform/x86/intel-uncore-frequency.c | 2 +-
drivers/platform/x86/intel_pmc_core.c | 24 +++++-------------------
drivers/platform/x86/intel_pmc_core.h | 2 --
drivers/platform/x86/surface3_power.c | 4 ++--
drivers/platform/x86/thinkpad_acpi.c | 2 +-
drivers/platform/x86/xiaomi-wmi.c | 4 ++--
7 files changed, 35 insertions(+), 27 deletions(-)

--
With Best Regards,
Andy Shevchenko