Skip to content

Commit dba43fc

Browse files
committed
Merge tag 'platform-drivers-x86-v5.7-1' of git://git.infradead.org/linux-platform-drivers-x86
Pull x86 platform driver updates from Andy Shevchenko: - Fix for improper handling of fan_boost_mode in sysfs for ASUS laptops. - On newer ASUS laptops the 1st battery is named differently, here is a fix. - Fix Lex 2I385SW to allow both network cards to be used. - The power integrated circuit driver for Surface 3 has been added. - Refactor and clean up of Intel PMC driver and enable it on Intel Jasper Lake. - Clean up of Dell RBU driver. - Big update for Intel Speed Select technology support tool and driver. * tag 'platform-drivers-x86-v5.7-1' of git://git.infradead.org/linux-platform-drivers-x86: (75 commits) platform/x86: surface3_power: Fix always true condition in mshw0011_space_handler() platform/x86: surface3_power: Fix Kconfig section ordering platform/x86: surface3_power: Add missed headers platform/x86: surface3_power: Reformat GUID assignment platform/x86: surface3_power: Drop useless macro ACPI_PTR() platform/x86: surface3_power: Prefix POLL_INTERVAL with SURFACE_3 platform/x86: surface3_power: Simplify mshw0011_adp_psr() to one liner platform/x86: surface3_power: Use dev_err() instead of pr_err() platform/x86: surface3_power: Drop unused structure definition platform/x86: surface3_power: MSHW0011 rev-eng implementation platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic platform/x86: intel_pmc_core: Make pmc_core_lpm_display() generic for platforms that support sub-states tools/power/x86/intel-speed-select: Fix a typo in error message tools/power/x86/intel-speed-select: Update version tools/power/x86/intel-speed-select: Avoid duplicate Package strings for json tools/power/x86/intel-speed-select: Add display for enabled cpus count tools/power/x86/intel-speed-select: Print friendly warning for bad command line tools/power/x86/intel-speed-select: Fix avx options for turbo-freq feature tools/power/x86/intel-speed-select: Improve CLX commands tools/power/x86/intel-speed-select: Show error for invalid CPUs in the options ...
2 parents 1f944f9 + d878bdf commit dba43fc

20 files changed

+2626
-1185
lines changed

MAINTAINERS

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ F: drivers/net/ethernet/alteon/acenic*
303303
ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
304304
M: Peter Kaestle <[email protected]>
305305
306-
W: http://piie.net/?section=acerhdf
307306
S: Maintained
307+
W: http://piie.net/?section=acerhdf
308308
F: drivers/platform/x86/acerhdf.c
309309

310310
ACER WMI LAPTOP EXTRAS
@@ -2766,8 +2766,8 @@ ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
27662766
M: Corentin Chary <[email protected]>
27672767
27682768
2769-
W: http://acpi4asus.sf.net
27702769
S: Maintained
2770+
W: http://acpi4asus.sf.net
27712771
F: drivers/platform/x86/asus*.c
27722772
F: drivers/platform/x86/eeepc*.c
27732773

@@ -4745,26 +4745,6 @@ S: Maintained
47454745
F: drivers/media/platform/sunxi/sun8i-di/
47464746
F: Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml
47474747

4748-
DELL SMBIOS DRIVER
4749-
M: Pali Rohár <[email protected]>
4750-
M: Mario Limonciello <[email protected]>
4751-
4752-
S: Maintained
4753-
F: drivers/platform/x86/dell-smbios.*
4754-
4755-
DELL SMBIOS SMM DRIVER
4756-
M: Mario Limonciello <[email protected]>
4757-
4758-
S: Maintained
4759-
F: drivers/platform/x86/dell-smbios-smm.c
4760-
4761-
DELL SMBIOS WMI DRIVER
4762-
M: Mario Limonciello <[email protected]>
4763-
4764-
S: Maintained
4765-
F: drivers/platform/x86/dell-smbios-wmi.c
4766-
F: tools/wmi/dell-smbios-example.c
4767-
47684748
DEFZA FDDI NETWORK DRIVER
47694749
M: "Maciej W. Rozycki" <[email protected]>
47704750
S: Maintained
@@ -4787,17 +4767,37 @@ M: Pali Rohár <[email protected]>
47874767
S: Maintained
47884768
F: drivers/platform/x86/dell-rbtn.*
47894769

4770+
DELL LAPTOP SMM DRIVER
4771+
M: Pali Rohár <[email protected]>
4772+
S: Maintained
4773+
F: drivers/hwmon/dell-smm-hwmon.c
4774+
F: include/uapi/linux/i8k.h
4775+
47904776
DELL REMOTE BIOS UPDATE DRIVER
47914777
M: Stuart Hayes <[email protected]>
47924778
47934779
S: Maintained
47944780
F: drivers/platform/x86/dell_rbu.c
47954781

4796-
DELL LAPTOP SMM DRIVER
4782+
DELL SMBIOS DRIVER
47974783
M: Pali Rohár <[email protected]>
4784+
M: Mario Limonciello <[email protected]>
4785+
47984786
S: Maintained
4799-
F: drivers/hwmon/dell-smm-hwmon.c
4800-
F: include/uapi/linux/i8k.h
4787+
F: drivers/platform/x86/dell-smbios.*
4788+
4789+
DELL SMBIOS SMM DRIVER
4790+
M: Mario Limonciello <[email protected]>
4791+
4792+
S: Maintained
4793+
F: drivers/platform/x86/dell-smbios-smm.c
4794+
4795+
DELL SMBIOS WMI DRIVER
4796+
M: Mario Limonciello <[email protected]>
4797+
4798+
S: Maintained
4799+
F: drivers/platform/x86/dell-smbios-wmi.c
4800+
F: tools/wmi/dell-smbios-example.c
48014801

48024802
DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
48034803
M: Stuart Hayes <[email protected]>
@@ -4806,17 +4806,17 @@ S: Maintained
48064806
F: Documentation/driver-api/dcdbas.rst
48074807
F: drivers/platform/x86/dcdbas.*
48084808

4809+
DELL WMI DESCRIPTOR DRIVER
4810+
M: Mario Limonciello <[email protected]>
4811+
S: Maintained
4812+
F: drivers/platform/x86/dell-wmi-descriptor.c
4813+
48094814
DELL WMI NOTIFICATIONS DRIVER
48104815
M: Matthew Garrett <[email protected]>
48114816
M: Pali Rohár <[email protected]>
48124817
S: Maintained
48134818
F: drivers/platform/x86/dell-wmi.c
48144819

4815-
DELL WMI DESCRIPTOR DRIVER
4816-
M: Mario Limonciello <[email protected]>
4817-
S: Maintained
4818-
F: drivers/platform/x86/dell-wmi-descriptor.c
4819-
48204820
DELTA ST MEDIA DRIVER
48214821
M: Hugues Fruchet <[email protected]>
48224822
@@ -7375,8 +7375,8 @@ F: drivers/media/usb/hackrf/
73757375
HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
73767376
M: Frank Seidel <[email protected]>
73777377
7378-
W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
73797378
S: Maintained
7379+
W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
73807380
F: drivers/platform/x86/hdaps.c
73817381

73827382
HARDWARE MONITORING
@@ -8119,15 +8119,15 @@ F: drivers/ide/ide-cd*
81198119
IDEAPAD LAPTOP EXTRAS DRIVER
81208120
M: Ike Panhc <[email protected]>
81218121
8122-
W: http://launchpad.net/ideapad-laptop
81238122
S: Maintained
8123+
W: http://launchpad.net/ideapad-laptop
81248124
F: drivers/platform/x86/ideapad-laptop.c
81258125

81268126
IDEAPAD LAPTOP SLIDEBAR DRIVER
81278127
M: Andrey Moiseev <[email protected]>
81288128
8129-
W: https://github.com/o2genum/ideapad-slidebar
81308129
S: Maintained
8130+
W: https://github.com/o2genum/ideapad-slidebar
81318131
F: drivers/input/misc/ideapad_slidebar.c
81328132

81338133
IDT VersaClock 5 CLOCK DRIVER
@@ -8593,8 +8593,8 @@ F: samples/mei/*
85938593
INTEL MENLOW THERMAL DRIVER
85948594
M: Sujith Thomas <[email protected]>
85958595
8596-
W: https://01.org/linux-acpi
85978596
S: Supported
8597+
W: https://01.org/linux-acpi
85988598
F: drivers/platform/x86/intel_menlow.c
85998599

86008600
INTEL MIC DRIVERS (mic)
@@ -8624,10 +8624,10 @@ INTEL PMC/P-Unit IPC DRIVER
86248624
M: Zha Qipeng<[email protected]>
86258625
86268626
S: Maintained
8627-
F: drivers/platform/x86/intel_pmc_ipc.c
8628-
F: drivers/platform/x86/intel_punit_ipc.c
86298627
F: arch/x86/include/asm/intel_pmc_ipc.h
86308628
F: arch/x86/include/asm/intel_punit_ipc.h
8629+
F: drivers/platform/x86/intel_pmc_ipc.c
8630+
F: drivers/platform/x86/intel_punit_ipc.c
86318631

86328632
INTEL PMIC GPIO DRIVERS
86338633
M: Andy Shevchenko <[email protected]>
@@ -8672,8 +8672,8 @@ M: Srinivas Pandruvada <[email protected]>
86728672
86738673
S: Maintained
86748674
F: drivers/platform/x86/intel_speed_select_if/
8675-
F: tools/power/x86/intel-speed-select/
86768675
F: include/uapi/linux/isst_if.h
8676+
F: tools/power/x86/intel-speed-select/
86778677

86788678
INTEL STRATIX10 FIRMWARE DRIVERS
86798679
M: Richard Gong <[email protected]>
@@ -15626,8 +15626,8 @@ F: include/linux/memstick.h
1562615626
SONY VAIO CONTROL DEVICE DRIVER
1562715627
M: Mattia Dongili <[email protected]>
1562815628
15629-
W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1563015629
S: Maintained
15630+
W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1563115631
F: Documentation/admin-guide/laptops/sony-laptop.rst
1563215632
F: drivers/char/sonypi.c
1563315633
F: drivers/platform/x86/sony-laptop.c
@@ -16602,10 +16602,10 @@ THINKPAD ACPI EXTRAS DRIVER
1660216602
M: Henrique de Moraes Holschuh <[email protected]>
1660316603
1660416604
16605+
S: Maintained
1660516606
W: http://ibm-acpi.sourceforge.net
1660616607
W: http://thinkwiki.org/wiki/Ibm-acpi
1660716608
T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
16608-
S: Maintained
1660916609
F: drivers/platform/x86/thinkpad_acpi.c
1661016610

1661116611
THUNDERBOLT DRIVER
@@ -18250,10 +18250,10 @@ X86 PLATFORM DRIVERS
1825018250
M: Darren Hart <[email protected]>
1825118251
M: Andy Shevchenko <[email protected]>
1825218252
18253-
T: git git://git.infradead.org/linux-platform-drivers-x86.git
1825418253
S: Odd Fixes
18255-
F: drivers/platform/x86/
18254+
T: git git://git.infradead.org/linux-platform-drivers-x86.git
1825618255
F: drivers/platform/olpc/
18256+
F: drivers/platform/x86/
1825718257

1825818258
X86 PLATFORM DRIVERS - ARCH
1825918259
R: Darren Hart <[email protected]>

0 commit comments

Comments
 (0)