platform-drivers-x86 for v4.17-1
Dell SMBIOS driver fixed against memory leaks. The fujitsu-laptop driver is cleaned up and now supports hotkeys for Lifebook U7x7 models. Besides that the typo introduced by one of previous clean up series has been fixed. Specific to x86-based laptops HID device now supports KEY_ROTATE_LOCK_TOGGLE event which is emitted, for example, by Wacom MobileStudio Pro 13. Turbo MAX 3 technology is enabled for the rest of platforms that support Hardware-P-States feature which have core priority described by ACPI CPPC table. Mellanox on x86 gets better support of I2C bus in use including support of hotpluggable ones. Silead touchscreen is enabled on two tablet models, i.e Yours Y8W81 and I.T.Works TW701. From now on the second fan on Thinkpad P50 is supported. The topstar-laptop driver is reworked to support new models, in particular Topstar U931. Some of the changes had been already applied during v4.16 cycle and thus have a duplication here: -027d50ccd6platform/x86: intel-vbtn: Only activate tablet mode switch on 2-in-1's -250b044e1aplatform/x86: intel-vbtn: Reset wakeup capable flag on removal -356b57752cplatform/x86: intel-hid: Reset wakeup capable flag on removal -501f7e52deplatform/x86: wmi: Fix misuse of vsprintf extension %pULL -98c76a3904platform/x86: dell-smbios: Correct some style warnings -ec34fe3859platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-bae -41e36f2f85platform/x86: dell-smbios: Link all dell-smbios-* modules together -c715e43455platform/x86: Allow for SMBIOS backend defaults -cc69c88fbeplatform/x86: dell-smbios: Resolve dependency error on DCDBAS -4716007c23platform/x86: dell-smbios: Resolve dependency error on ACPI_WMI -7129707ec2platform/x86: Fix dell driver init order The following is an automated git shortlog grouped by driver: dell-smbios: - Fix memory leaks in build_tokens_sysfs() - Fix dell driver init order - Resolve dependency error on ACPI_WMI - Resolve dependency error on DCDBAS - Allow for SMBIOS backend defaults - Link all dell-smbios-* modules together - Rename dell-smbios source to dell-smbios-base - Correct some style warnings fujitsu-laptop: - Support Lifebook U7x7 hotkeys - Revert UNSUPPORTED_CMD back to an int - Clean up constants - Define constants for backlight power control - Do not include linux/slab.h - Clearly distinguish module parameters - Simplify error paths - Defer input device registration - Unify local variable naming GPD pocket fan: - fix spelling mistake: "Mill-celcius" -> "millicelsius" intel-hid: - support KEY_ROTATE_LOCK_TOGGLE - clean up and sort header files - Reset wakeup capable flag on removal intel_turbo_max_3: - Remove restriction for HWP platforms intel-vbtn: - Reset wakeup capable flag on removal - Only activate tablet mode switch on 2-in-1's mlx-platform: - Add physical bus number auto detection - Add deffered bus functionality - Use define for the channel numbers platform/mellanox: - mlxreg-hotplug: Change input for device create routine silead_dmi: - Add entry for the Yours Y8W81 tablet - Add DMI match for the I.T.Works TW701 tablet thinkpad_acpi: - Add 2nd Fan Support for Thinkpad P50 topstar-laptop: - replace licence text with SPDX tag - update copyright and fix some comments - add Topstar U931/RVP7 WLAN LED workaround - add platform device - split ACPI events and input handling - use consistent naming scheme - revert "convert to module_acpi_driver()" wmi: - Fix misuse of vsprintf extension %pULL - Replace list_for_each() by list_for_each_entry() - Replace kmalloc + sprintf() with kasprintf() -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEhiZOUlnC9oKN3n3AmT3/83c5Sy0FAlrM6icACgkQmT3/83c5 Sy0qUA//Zg1uCmqTzvTxEsj7Z6RfwPV5IKE0pl86JufNXibuvxInVQI3qMU9D7lw Fl6n0k0HDoOEce5wo8fy7pic1WmmwDrapaV977elMfv4yGNQl/eIEoT6g9VBGMhE 9ORrdjBJtVYJR2rWLNH0DzeU2WoLUL0OwTQs0e3mj/mLazIARN6lC0qPDr9P4baE yXKkLGBmeuw2m0s3BfLVP5CDSanv0oB2IFsH5Qt1/y1qVT/VQnzcqFSSwz/IENm7 ZslNKR4Msi9/lDDt5HOsTADpgUI3m1t4fUReXx3MtcvuxZb6DdrHJWIAVU86NhKk /Yxm6/HU5/zpYgLXF+980GVjT6/KfPtRjJFoBItFtNeatj/oI9YStcaPFWwt2TFV hBHgS0OjPjuQNIizsjByitKerVEdsV7dJHY7wcmfq/3CpvB4Y8xrIJAa/Hj3HR34 SNbnl8vO1EfUu1vo1W4R8GfHxkIETKXT/hLpj54GSmSCzVY9lUQydyQwLTIC2Nsr L8XPsZyZfS6mq4ZeGfy9QDFbLZ9NephjnGFBiRceWM8xZKO0l8iDYMfd2sVfOP+v 4SzoWmLMVXS+ittObRo8i26B7ISlzVwdf3XCQA2ZgYeP/E/1ilo44Ifwf7ycOgeu Q8uk0mLAs0etfV8IqKwW3U5d/KzJEkBxYI4+HdL1IcQ2tAqe0J4= =SuHR -----END PGP SIGNATURE----- Merge tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-platform-drivers-x86 Pull x86 platform driver updates from Andy Shevchenko: - Dell SMBIOS driver fixed against memory leaks. - The fujitsu-laptop driver is cleaned up and now supports hotkeys for Lifebook U7x7 models. Besides that the typo introduced by one of previous clean up series has been fixed. - Specific to x86-based laptops HID device now supports KEY_ROTATE_LOCK_TOGGLE event which is emitted, for example, by Wacom MobileStudio Pro 13. - Turbo MAX 3 technology is enabled for the rest of platforms that support Hardware-P-States feature which have core priority described by ACPI CPPC table. - Mellanox on x86 gets better support of I2C bus in use including support of hotpluggable ones. - Silead touchscreen is enabled on two tablet models, i.e Yours Y8W81 and I.T.Works TW701. - From now on the second fan on Thinkpad P50 is supported. - The topstar-laptop driver is reworked to support new models, in particular Topstar U931. * tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-platform-drivers-x86: (41 commits) platform/x86: thinkpad_acpi: Add 2nd Fan Support for Thinkpad P50 platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs() intel-hid: support KEY_ROTATE_LOCK_TOGGLE intel-hid: clean up and sort header files platform/x86: silead_dmi: Add entry for the Yours Y8W81 tablet platform/x86: fujitsu-laptop: Support Lifebook U7x7 hotkeys platform/x86: mlx-platform: Add physical bus number auto detection platform/mellanox: mlxreg-hotplug: Change input for device create routine platform/x86: mlx-platform: Add deffered bus functionality platform/x86: mlx-platform: Use define for the channel numbers platform/x86: fujitsu-laptop: Revert UNSUPPORTED_CMD back to an int platform/x86: Fix dell driver init order platform/x86: dell-smbios: Resolve dependency error on ACPI_WMI platform/x86: dell-smbios: Resolve dependency error on DCDBAS platform/x86: Allow for SMBIOS backend defaults platform/x86: dell-smbios: Link all dell-smbios-* modules together platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base platform/x86: dell-smbios: Correct some style warnings platform/x86: wmi: Fix misuse of vsprintf extension %pULL platform/x86: intel-hid: Reset wakeup capable flag on removal ...
This commit is contained in:
commit
a7726f6b61
13 changed files with 530 additions and 213 deletions
|
|
@ -129,6 +129,8 @@ struct mlxreg_core_platform_data {
|
|||
* @mask: top aggregation interrupt common mask;
|
||||
* @cell_low: location of low aggregation interrupt register;
|
||||
* @mask_low: low aggregation interrupt common mask;
|
||||
* @deferred_nr: I2C adapter number must be exist prior probing execution;
|
||||
* @shift_nr: I2C adapter numbers must be incremented by this value;
|
||||
*/
|
||||
struct mlxreg_core_hotplug_platform_data {
|
||||
struct mlxreg_core_item *items;
|
||||
|
|
@ -139,6 +141,8 @@ struct mlxreg_core_hotplug_platform_data {
|
|||
u32 mask;
|
||||
u32 cell_low;
|
||||
u32 mask_low;
|
||||
int deferred_nr;
|
||||
int shift_nr;
|
||||
};
|
||||
|
||||
#endif /* __LINUX_PLATFORM_DATA_MLXREG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue