Hi Linus, Second round of PDx86 patches (last minute fixes that better to get in now than later), no conflict with current master. The bunch has been boiled few days in linux-next.
Thanks, With Best Regards, Andy Shevchenko The following changes since commit f690790c9da3122dd7ee1b0d64d97973a7c34135: MAINTAINERS: Switch PDx86 subsystem status to Odd Fixes (2019-09-12 17:36:42 +0300) are available in the Git repository at: git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v5.4-2 for you to fetch changes up to 24a8d78a9affb63e5ced313ccde6888fe96edc6e: platform/x86: i2c-multi-instantiate: Derive the device name from parent (2019-09-20 17:57:07 +0300) ---------------------------------------------------------------- platform-drivers-x86 for v5.4-2 * Fix compilation error of ASUS WMI driver when CONFIG_ACPI_BATTERY=n. * Fix I²C multi-instantiate driver to work with several USB PD devices. * Fix boot issue on Siemens SIMATIC IPC277E when PMC critical clock is being disabled. * Plenty of fixes to Intel Speed-Select Technology tools. The following is an automated git shortlog grouped by driver: asus-wmi: - Make it depend on ACPI battery API i2c-multi-instantiate: - Derive the device name from parent pmc_atom: - Add Siemens SIMATIC IPC277E to critclk_systems DMI table tools/power/x86/intel-speed-select: - Fix perf-profile command output - Extend core-power command set - Fix some debug prints - Format get-assoc information - Allow online/offline based on tdp - Fix high priority core mask over count ---------------------------------------------------------------- Andy Shevchenko (1): platform/x86: asus-wmi: Make it depend on ACPI battery API Heikki Krogerus (1): platform/x86: i2c-multi-instantiate: Derive the device name from parent Srikanth Krishnakar (1): platform/x86: pmc_atom: Add Siemens SIMATIC IPC277E to critclk_systems DMI table Srinivas Pandruvada (5): tools/power/x86/intel-speed-select: Allow online/offline based on tdp tools/power/x86/intel-speed-select: Format get-assoc information tools/power/x86/intel-speed-select: Fix some debug prints tools/power/x86/intel-speed-select: Extend core-power command set tools/power/x86/intel-speed-select: Fix perf-profile command output Youquan Song (1): tools/power/x86/intel-speed-select: Fix high priority core mask over count drivers/platform/x86/Kconfig | 1 + drivers/platform/x86/i2c-multi-instantiate.c | 2 +- drivers/platform/x86/pmc_atom.c | 7 ++ tools/power/x86/intel-speed-select/isst-config.c | 122 +++++++++++++++++++--- tools/power/x86/intel-speed-select/isst-core.c | 25 +++++ tools/power/x86/intel-speed-select/isst-display.c | 71 +++++++++++++ tools/power/x86/intel-speed-select/isst.h | 10 +- 7 files changed, 222 insertions(+), 16 deletions(-) -- With Best Regards, Andy Shevchenko