aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-3/+1
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina1-3/+1
2021-06-28platform/x86: dell-wmi-sysman: Change user experience when Admin/System Password is modifiedPrasanth KSR1-2/+2
2021-06-28platform/x86: intel_skl_int3472: Uninitialized variable in skl_int3472_handle_gpio_resources()Dan Carpenter1-2/+2
2021-06-28platform/x86: think-lmi: Move kfree(setting->possible_values) to tlmi_attr_setting_release()Hans de Goede1-1/+1
2021-06-28platform/x86: think-lmi: Split current_value to reflect only the valueMario Limonciello1-2/+7
2021-06-28platform/x86: think-lmi: Fix issues with duplicate attributesMario Limonciello1-0/+11
2021-06-22platform/x86: think-lmi: Return EINVAL when kbdlang gets set to a 0 length stringHans de Goede1-8/+3
2021-06-22platform/x86: intel_cht_int33fe: Move to its own subfolderAndy Shevchenko10-28/+31
2021-06-22platform/x86: intel_skl_int3472: Move to intel/ subfolderAndy Shevchenko11-3/+32
2021-06-22platform/x86: intel_skl_int3472: Provide skl_int3472_unregister_clock()Andy Shevchenko3-3/+10
2021-06-22platform/x86: intel_skl_int3472: Provide skl_int3472_unregister_regulator()Andy Shevchenko3-2/+10
2021-06-22platform/x86: intel_skl_int3472: Use ACPI GPIO resource directlyAndy Shevchenko3-20/+17
2021-06-22platform/x86: intel_skl_int3472: Fix dependencies (drop CLKDEV_LOOKUP)Andy Shevchenko1-1/+1
2021-06-22platform/x86: intel_skl_int3472: Free ACPI device resources after useAndy Shevchenko1-7/+6
2021-06-22platform/x86: Remove "default n" entriesAndy Shevchenko2-2/+0
2021-06-18platform/x86: ISST: Use numa node id for cpu pci dev mappingSrinivas Pandruvada1-2/+46
2021-06-18platform/x86: ISST: Optimize CPU to PCI device mappingSrinivas Pandruvada1-5/+24
2021-06-16platform/x86: Add intel_skl_int3472 driverDaniel Scally9-0/+1012
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede3-17/+18
2021-06-16Merge tag 'platform-drivers-x86-goodix-v5.14-1' into review-hansHans de Goede1-0/+85
2021-06-16platform/x86: think-lmi: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-16platform/x86: think-lmi: Avoid potential read before start of the bufferHans de Goede1-1/+4
2021-06-16platform/x86: think-lmi: Fix check for admin password being setHans de Goede1-2/+2
2021-06-16platform/x86: dell-wmi-sysman/think-lmi: Make fw_attr_class global staticHans de Goede2-2/+2
2021-06-16platform/x86: intel_ips: fix set but unused warning in read_mgtvyangerkun1-1/+1
2021-06-16x86/platform/uv: Constify static attribute_group structRikard Falkeborn1-2/+2
2021-06-16platform/x86: tc1100-wmi: Constify static attribute_group structRikard Falkeborn1-1/+1
2021-06-16platform/x86: intel_pmt_crashlog: Constify static attribute_group structRikard Falkeborn1-1/+1
2021-06-16platform/x86: hdaps: Constify static attribute_group structRikard Falkeborn1-1/+1
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add_tail in ssh_packet_layer.cBaokun Li1-7/+3
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add_tail in ssh_request_layer.cBaokun Li1-7/+3
2021-06-16platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator_cdev: Add lockdep supportMaximilian Luz1-0/+16
2021-06-16platform/surface: aggregator_cdev: Allow enabling of events from user-spaceMaximilian Luz1-0/+58
2021-06-16platform/surface: aggregator_cdev: Add support for forwarding events to user-spaceMaximilian Luz1-23/+437
2021-06-16platform/surface: aggregator: Update copyrightMaximilian Luz15-15/+15
2021-06-16platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz1-48/+245
2021-06-16platform/surface: aggregator: Allow registering notifiers without enabling eventsMaximilian Luz1-28/+41
2021-06-16platform/mellanox: mlxreg-hotplug: Revert "move to use request_irq by IRQF_NO_AUTOEN flag"Mykola Kostenok1-2/+2
2021-06-16platform/surface: dtx: Add missing mutex_destroy() call in failure pathMaximilian Luz1-0/+1
2021-06-16platform/x86: dell-wmi-sysman: fw_attr_inuse can be statickernel test robot1-1/+1
2021-06-16platform/x86: thinkpad-lmi: Remove unused display_name member from struct tlmi_pwd_settingHans de Goede2-11/+0
2021-06-16platform/x86: think-lmi: Add WMI interface support on Lenovo platformsMark Pearson4-0/+984
2021-06-16platform/x86: dell-wmi-sysman: Use firmware_attributes_class helperMark Pearson2-10/+9
2021-06-16platform/x86: firmware_attributes_class: Create helper file for handling firmware-attributes class registration eventsMark Pearson4-0/+68
2021-06-16platform/surface: aggregator: Fix event disable functionMaximilian Luz1-1/+1
2021-06-16platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard()Jiapeng Chong1-0/+1