This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e53bc3ff99b4 Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pu [...] new eca6f1762099 platform/x86: intel_cht_int33fe: Drop double check for ACP [...] new 5b36398dc846 platform/x86: system76-acpi: Fix brightness_set schedule w [...] new ddc605f9f862 platform/x86: ISST: Add new PCI device ids new 4b2d688fed57 platform/x86: Add new intel_atomisp2_led driver new a633c479c6db platform/x86: dell-wmi: add new backlight events new 0c026c361be1 platform/x86: dell-wmi: add new keymap type 0x0012 new 54491304fc2b platform/x86: dell-wmi: add new dmi mapping for keycode 0xffff new a6146ab8a57b platform/x86: asus-wmi: allow BAT1 battery name new cd85b55cfcef platform/x86: intel_pmc_core: update TGL's LPM0 reg bit map name new aff374dfe733 platform/x86: intel_pmc_core: fix bound check in pmc_core_ [...] new 71fbe886ce6d platform/x86: intel-hid: Fix return value check in check_a [...] new 64dd4a5a7d21 platform/x86: intel-vbtn: Fix return value check in check_ [...] new 13bceda68fb9 platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyr [...] new df11f6c516cd platform/x86: thinkpad_acpi: Revert "Use strndup_user() in [...] new acf7f4a59114 platform/x86: thinkpad_acpi: lap or desk mode interface new 46713aeee154 platform/x86: thinkpad_acpi: not loading brightness_init w [...] new 19206a1edc51 platform/x86: thinkpad_acpi: Replace HTTP links with HTTPS ones new 58eeba0bdb52 lib/string_helpers: Introduce string_upper() and string_lo [...] new 1e0f548b2af2 lib/test-string_helpers.c: Add string_upper() and string_l [...] new 5272d4e9c094 platform/mellanox: mlxreg-hotplug: Modify module license new 0a43f7be57ed platform/mellanox: mlxreg-hotplug: Use capability register [...] new 92d020f97966 platform/mellanox: mlxreg-hotplug: Add environmental data [...] new 13e52e63a446 platform_data/mlxreg: Add support for complex attributes new ae1aabf44bd6 platform/x86: mlx-platform: Add more definitions for syste [...] new 86148190a7db platform/mellanox: mlxreg-io: Add support for complex attributes new f6fae31e590f Documentation/ABI: Add new attribute for mlxreg-io sysfs i [...] new 17727a3b4879 platform_data/mlxreg: Add presence register field for FAN devices new f9e1104367c5 platform/x86: mlx-platform: Extend FAN platform data description new f560cd502190 platform/x86: pcengines-apuv2: revert wiring up simswitch [...] new 6abe66ec23d3 platform/x86: apple-gmux: Replace HTTP links with HTTPS ones new 78d15eea088c platform/x86: acerhdf: Replace HTTP links with HTTPS ones new b1d12cef7c0a tools/power/x86/intel-speed-select: Change path for cachin [...] new 6374de848966 tools/power/x86/intel-speed-select: Ignore -o option proce [...] new a85a35fc1d9b tools/power/x86/intel-speed-select: Add option to delay mb [...] new 32279be7e159 tools/power/x86/intel-speed-select: Add retries for mail b [...] new f65e1311e9c6 tools/power/x86/intel-speed-select: Update version for v5.9 new 69ce97f2329f Merge branch 'for-next' new 50c8a002bfd4 platform/x86: ISST: drop a duplicated word in isst_if.h new c1c04fbcb96d platform/x86: thinkpad_acpi: remove unused defines new e33929537b76 platform/x86: thinkpad_acpi: use standard charge control a [...] new 61781298521e platform/x86: thinkpad_acpi: add documentation for battery [...] new 066d7f32cc7c platform/x86: thinkpad_acpi: Make some symbols static new 67186653c903 platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures new 09a0bd077643 Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infra [...]
The 44 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/stable/sysfs-driver-mlxreg-io | 17 +++ .../admin-guide/laptops/thinkpad-acpi.rst | 32 +++++ MAINTAINERS | 6 + drivers/platform/mellanox/mlxreg-hotplug.c | 114 ++++++++------- drivers/platform/mellanox/mlxreg-io.c | 45 ++++-- drivers/platform/x86/Kconfig | 23 ++- drivers/platform/x86/Makefile | 1 + drivers/platform/x86/acerhdf.c | 2 +- drivers/platform/x86/apple-gmux.c | 16 +-- drivers/platform/x86/asus-nb-wmi.c | 77 ++++++++++ drivers/platform/x86/dell-wmi.c | 28 +++- drivers/platform/x86/intel-hid.c | 2 +- drivers/platform/x86/intel-vbtn.c | 2 +- drivers/platform/x86/intel_atomisp2_led.c | 116 +++++++++++++++ drivers/platform/x86/intel_cht_int33fe_common.c | 14 +- drivers/platform/x86/intel_pmc_core.c | 4 +- drivers/platform/x86/mlx-platform.c | 141 ++++++++++++++++++ drivers/platform/x86/pcengines-apuv2.c | 3 - drivers/platform/x86/system76_acpi.c | 12 +- drivers/platform/x86/thinkpad_acpi.c | 157 ++++++++++++++++++--- include/linux/platform_data/mlxreg.h | 4 + include/linux/string_helpers.h | 15 ++ include/uapi/linux/isst_if.h | 2 +- lib/test-string_helpers.c | 67 +++++++++ tools/power/x86/intel-speed-select/isst-config.c | 81 ++++++++--- 25 files changed, 846 insertions(+), 135 deletions(-) create mode 100644 drivers/platform/x86/intel_atomisp2_led.c