summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2021-12-23platform/x86: system76_acpi: Guard System76 EC specific functionalityTim Crawford1-28/+30
2021-12-22platform/x86/intel: Move intel_pmt from MFD to Auxiliary BusDavid E. Box9-59/+528
2021-12-21platform/x86: asus-wmi: Reshuffle headers for better maintenanceAndy Shevchenko1-14/+14
2021-12-21platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basisAndy Shevchenko1-2/+2
2021-12-21platform/x86: asus-wmi: Join string literals backAndy Shevchenko1-4/+2
2021-12-21platform/x86: apple-gmux: use resource_size() with resWang Qing1-1/+1
2021-12-21platform/x86: amd-pmc: only use callbacks for suspendMario Limonciello1-1/+2
2021-12-21platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_co...Miaoqian Lin1-2/+2
2021-12-21platform/x86: think-lmi: Prevent underflow in index_store()Dan Carpenter1-1/+1
2021-12-21platform/x86: apple-gmux: use resource_size() with resWang Qing1-1/+1
2021-12-21platform/x86: amd-pmc: only use callbacks for suspendMario Limonciello1-1/+2
2021-12-21platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_co...Miaoqian Lin1-2/+2
2021-12-21platform/x86: amd-pmc: Add support for AMD Smart Trace BufferSanket Goswami1-0/+120
2021-12-21platform/x86: amd-pmc: Simplify error handling and store the pci_dev in amd_p...Sanket Goswami1-15/+25
2021-12-21platform/x86: thinkpad_acpi: support inhibit-chargeThomas Weißschuh1-2/+62
2021-12-21platform/x86: thinkpad_acpi: support force-dischargeThomas Weißschuh1-4/+127
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mauro Carvalho Chehab9-145/+373
2021-12-15Merge tag 'platform-drivers-x86-int3472-1' into review-hansHans de Goede9-145/+373
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter7-15/+58
2021-12-13platform/x86: int3472: Deal with probe ordering issuesHans de Goede2-0/+7
2021-12-13platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-...Hans de Goede4-1/+199
2021-12-13platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regula...Hans de Goede1-7/+28
2021-12-13platform/x86: int3472: Add get_sensor_adev_and_name() helperHans de Goede3-18/+35
2021-12-13platform/x86: int3472: Split into 2 driversHans de Goede7-120/+105
2021-12-07Merge tag 'platform-drivers-x86-v5.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-3/+42
2021-12-07platform/x86: hp_accel: Use SIMPLE_DEV_PM_OPS() for PM opsAndy Shevchenko1-23/+4
2021-12-07platform: surface: Propagate ACPI DependencyJarrett Schultz2-1/+7
2021-12-07platform/x86: lenovo-yogabook-wmi: Add support for hall sensor on the backHans de Goede1-1/+70
2021-12-07platform/x86: lenovo-yogabook-wmi: Add driver for Lenovo Yoga BookYauhen Kharuzhy3-0/+353
2021-12-06platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede1-4/+6
2021-12-06platform/x86: wmi: Fix driver->notify() vs ->probe() raceHans de Goede1-1/+5
2021-12-06platform/x86: wmi: Replace read_takes_no_args with a flags fieldHans de Goede1-4/+7
2021-12-06platform/x86/intel: hid: add quirk to support Surface Go 3Alex Hung1-0/+7
2021-12-06platform/x86/intel: hid: add quirk to support Surface Go 3Alex Hung1-0/+7
2021-12-02platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptopsFabrizio Bertocci1-1/+1
2021-12-02platform/x86: touchscreen_dmi: Add TrekStor SurfTab duo W1 touchscreen infoHans de Goede1-0/+18
2021-12-02platform/x86: lg-laptop: Recognize more modelsMatan Ziv-Av1-0/+12
2021-12-02platform/x86: asus-wmi: remove unneeded semicolonYang Li1-1/+1
2021-12-02platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDsHans de Goede1-2/+2
2021-12-02platform/x86: thinkpad_acpi: Add LED_RETAIN_AT_SHUTDOWN to led_class_devsHans de Goede1-0/+1
2021-11-30platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptopsFabrizio Bertocci1-1/+1
2021-11-25platform/x86: touchscreen_dmi: Add TrekStor SurfTab duo W1 touchscreen infoHans de Goede1-0/+18
2021-11-25platform/x86: lg-laptop: Recognize more modelsMatan Ziv-Av1-0/+12
2021-11-25platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDsHans de Goede1-2/+2
2021-11-25platform/x86: thinkpad_acpi: Restore missing hotkey_tablet_mode and hotkey_ra...Hans de Goede1-0/+2
2021-11-25platform/x86: thinkpad_acpi: Remove unused sensors_pdev_attrs_registered flagHans de Goede1-2/+0
2021-11-25platform/x86: thinkpad_acpi: Fix the hwmon sysfs-attr showing up in the wrong...Hans de Goede1-12/+12
2021-11-25platform/x86: thinkpad_acpi: tpacpi_attr_group contains driver attributes not...Hans de Goede1-5/+25
2021-11-25platform/x86: thinkpad_acpi: Register tpacpi_pdriver after subdriver initHans de Goede1-20/+21
2021-11-25platform/x86: thinkpad_acpi: Restore missing hotkey_tablet_mode and hotkey_ra...Hans de Goede1-0/+2