Linux/linux 5516745. MAINTAINERS, Documentation/ABI/stable sysfs-driver-mlxreg-io

Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86

Pull x86 platform driver updates from Andy Shevchenko:
 "Gathered a bunch of x86 platform driver changes. It's rather big,
  since includes two big refactors and completely new driver:

   - ASUS WMI driver got a big refactoring in order to support the TUF
     Gaming laptops. Besides that, the regression with backlight being
     permanently off on various EeePC laptops has been fixed.

   - Accelerometer on HP ProBook 450 G0 shows wrong measurements due to
     X axis being inverted. This has been fixed.

   - Intel PMC core driver has been extended to be ACPI enumerated if
     the DSDT provides device with _HID "INT33A1". This allows to
     convert the driver to be pure platform and support new hardware
     purely based on ACPI DSDT.

   - From now on the Intel Speed Select Technology is supported thru a
     corresponding driver. This driver provides an access to the
     features of the ISST, such as Performance Profile, Core Power, Base
     frequency and Turbo Frequency.

   - Mellanox platform drivers has been refactored and now extended to
     support more systems, including new coming ones.

   - The OLPC XO-1.75 platform is now supported.

   - CB4063 Beckhoff Automation board is using PMC clocks, provided via
     pmc_atom driver, for ethernet controllers in a way that they can't
     be managed by the clock driver. The quirk has been extended to
     cover this case.

   - Touchscreen on Chuwi Hi10 Plus tablet has been enabled. Meanwhile
     the information of Chuwi Hi10 Air has been fixed to cover more
     models based on the same platform.

   - Xiaomi notebooks have WMI interface enabled. Thus, the driver to
     support it has been provided. It required some extension of the
     generic WMI library, which allows to propagate opaque context to
     the ->probe() of the individual drivers.

  This release includes debugfs clean up from Greg KH for several
  drivers that drop return code check and make debugfs absence or
  failure non-fatal.

  Also miscellaneous fixes here and there, mostly for Acer WMI and
  various Intel drivers"

* tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86: (74 commits)
  platform/x86: Fix PCENGINES_APU2 Kconfig warning
  tools/power/x86/intel-speed-select: Add .gitignore file
  platform/x86: mlx-platform: Fix error handling in mlxplat_init()
  platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"
  platform/x86: intel_pmc_core: transform Pkg C-state residency from TSC ticks into microseconds
  platform/x86: asus-wmi: Use dev_get_drvdata()
  Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces
  platform/x86: mlx-platform: Add more reset cause attributes
  platform/x86: mlx-platform: Modify DMI matching order
  platform/x86: mlx-platform: Add regmap structure for the next generation systems
  platform/x86: mlx-platform: Change API for i2c-mlxcpld driver activation
  platform/x86: mlx-platform: Move regmap initialization before all drivers activation
  MAINTAINERS: Update for Intel Speed Select Technology
  tools/power/x86: A tool to validate Intel Speed Select commands
  platform/x86: ISST: Restore state on resume
  platform/x86: ISST: Add Intel Speed Select PUNIT MSR interface
  platform/x86: ISST: Add Intel Speed Select mailbox interface via MSRs
  platform/x86: ISST: Add Intel Speed Select mailbox interface via PCI
  platform/x86: ISST: Add Intel Speed Select mmio interface
  platform/x86: ISST: Add IOCTL to Translate Linux logical CPU to PUNIT CPU number
  ...
DeltaFile
+1,607-0tools/power/x86/intel-speed-select/isst-config.c
+753-0drivers/platform/olpc/olpc-xo175-ec.c
+721-0tools/power/x86/intel-speed-select/isst-core.c
+672-0drivers/platform/x86/intel_speed_select_if/isst_if_common.c
+479-0tools/power/x86/intel-speed-select/isst-display.c
+351-128drivers/platform/x86/asus-wmi.c
+231-0tools/power/x86/intel-speed-select/isst.h
+152-64drivers/platform/x86/mlx-platform.c
+216-0drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c
+214-0drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c
+180-0drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c
+168-6drivers/platform/olpc/olpc-ec.c
+172-0include/uapi/linux/isst_if.h
+18-101arch/x86/platform/olpc/olpc.c
+92-0drivers/platform/x86/xiaomi-wmi.c
+23-66drivers/platform/x86/samsung-laptop.c
+15-61drivers/platform/x86/intel_telemetry_debugfs.c
+69-0drivers/platform/x86/intel_speed_select_if/isst_if_common.h
+15-48drivers/platform/x86/intel_pmc_core.c
+62-0drivers/platform/x86/intel_pmc_core_pltdrv.c
+56-0tools/power/x86/intel-speed-select/Makefile
+18-33drivers/platform/x86/pmc_atom.c
+43-1drivers/platform/x86/wmi.c
+34-3include/linux/olpc-ec.h
+7-29drivers/platform/x86/ideapad-laptop.c
+9-24drivers/platform/x86/acer-wmi.c
+0-31arch/x86/include/asm/olpc.h
+29-0drivers/platform/olpc/Kconfig
+27-1drivers/platform/x86/touchscreen_dmi.c
+23-0Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt
+7-15drivers/platform/x86/intel_int0002_vgpio.c
+20-0Documentation/ABI/stable/sysfs-driver-mlxreg-io
+17-0drivers/platform/x86/intel_speed_select_if/Kconfig
+13-3drivers/platform/x86/Kconfig
+7-5tools/Makefile
+10-0Documentation/ABI/testing/sysfs-platform-asus-wmi
+10-0drivers/platform/x86/intel_speed_select_if/Makefile
+6-2drivers/platform/x86/intel_menlow.c
+8-0MAINTAINERS
+3-2include/linux/platform_data/x86/asus-wmi.h
+2-3drivers/platform/x86/dell-laptop.c
+2-2drivers/platform/x86/pcengines-apuv2.c
+3-1drivers/platform/x86/Makefile
+2-1drivers/platform/olpc/Makefile
+2-1drivers/platform/x86/asus-nb-wmi.c
+2-1drivers/platform/x86/dell-wmi-descriptor.c
+2-1drivers/platform/x86/intel-wmi-thunderbolt.c
+1-1drivers/platform/Makefile
+1-1drivers/hid/hid-asus.c
+1-1drivers/platform/x86/huawei-wmi.c
+2-0tools/power/x86/intel-speed-select/.gitignore
+1-1drivers/platform/x86/dell-wmi.c
+1-1drivers/platform/x86/dell-smbios-wmi.c
+2-0drivers/platform/Kconfig
+1-1drivers/platform/x86/wmi-bmof.c
+1-1include/linux/wmi.h
+1-1drivers/power/supply/Kconfig
+1-1arch/x86/platform/olpc/olpc_dt.c
+1-0arch/x86/Kconfig
+1-0Documentation/ioctl/ioctl-number.txt
+1-0tools/power/x86/intel-speed-select/Build
+0-1drivers/power/supply/olpc_battery.c
+1-0include/linux/acpi.h
+1-0include/linux/mod_devicetable.h
+1-0drivers/platform/x86/hp_accel.c
+6,591-64365 files

UnifiedSplitRaw