summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/thinkpad_acpi.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-25platform/x86: thinkpad_acpi: Correct dual fan probeMark Pearson1-10/+13
2022-05-25platform/x86: thinkpad_acpi: Convert btusb DMI list to quirksMario Limonciello1-2/+24
2022-04-13platform/x86: thinkpad_acpi: Add dual fan probeMark Pearson1-3/+12
2022-02-03platform/x86: thinkpad_acpi: Add dual-fan quirk for T15g (2nd gen)Hans de Goede1-0/+1
2022-02-01platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD pla...Mark Pearson1-0/+12
2022-01-24platform/x86: thinkpad_acpi: Add quirk for ThinkPads without a fanAlexander Kobel1-3/+10
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-11Merge tag 'platform-drivers-x86-v5.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-451/+549
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-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-2/+4
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-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
2021-11-25platform/x86: thinkpad_acpi: Fix thermal_temp_input_attr sortingHans de Goede1-8/+8
2021-11-25platform/x86: thinkpad_acpi: Remove "goto err_exit" from hotkey_init()Hans de Goede1-6/+2
2021-11-25platform/x86: thinkpad_acpi: Properly indent code in tpacpi_dytc_profile_init()Hans de Goede1-24/+23
2021-11-25platform/x86: thinkpad_acpi: Cleanup dytc_profile_availableHans de Goede1-12/+6
2021-11-25platform/x86: thinkpad_acpi: Simplify dytc_version handlingHans de Goede1-42/+5
2021-11-25platform/x86: thinkpad_acpi: Make *_init() functions return -ENODEV instead of 1Hans de Goede1-51/+34
2021-11-23Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-42/+95
2021-11-22platform/x86: thinkpad_acpi: Accept ibm_init_struct.init() returning -ENODEVHans de Goede1-2/+2
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-141/+54
2021-11-16platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deepSlark Xiao1-12/+0
2021-11-16platform/x86: thinkpad_acpi: Convert platform driver to use dev_groupsLen Baker1-283/+243
2021-11-16platform/x86: thinkpad_acpi: Add support for dual fan controlJimmy Wang1-0/+1
2021-10-19platform/x86: thinkpad_acpi: Fix bitwise vs. logical warningNathan Chancellor1-1/+1
2021-10-19platform/x86: thinkpad_acpi: Fix coccinelle warningsYe Guojin1-27/+27
2021-10-14platform/x86: thinkpad_acpi: Register a privacy-screen deviceHans de Goede1-25/+72
2021-10-14platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only...Hans de Goede1-10/+8
2021-10-14platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helperHans de Goede1-11/+19
2021-09-28platform/x86: thinkpad_acpi: Switch to common use of attributesLen Baker1-113/+26
2021-07-29platform/x86: Add and use a dual_accel_detect() helperHans de Goede1-1/+2
2021-06-16platform/x86: thinkpad_acpi: Add X1 Carbon Gen 9 second fan supportTil Jasper Ullrich1-0/+1
2021-06-16platform/x86: thinkpad_acpi: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-04-15platform/x86: thinkpad_acpi: Add labels to the first 2 temperature sensorsHans de Goede1-25/+47
2021-04-13platform/x86: thinkpad_acpi: Correct thermal sensor allocationMark Pearson1-9/+22
2021-04-07Add support for DYTC MMC_GET BIOS API.Mark Pearson1-2/+21
2021-03-23platform/x86: thinkpad_acpi: Correct minor typoEsteve Varela Colominas1-1/+1
2021-03-21platform/x86: thinkpad_acpi: sysfs interface to get wwan antenna typeNitin Joshi1-0/+109
2021-03-21platform/x86: thinkpad_acpi: Disable DYTC CQL mode around switching to balanc...Hans de Goede1-2/+7
2021-03-21platform/x86: thinkpad_acpi: Allow the FnLock LED to change stateEsteve Varela Colominas1-1/+7
2021-03-18platform/x86: thinkpad_acpi: check dytc version for lapmode sysfsMark Pearson1-26/+65
2021-03-08platform/x86: thinkpad_acpi: Handle keyboard cover attach/detach eventsAlexander Kobel1-0/+23