summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: thinkpad_acpi: Add profile force abilityMark Pearson2023-05-171-0/+19
* platform/x86: thinkpad_acpi: Fix platform profiles on T490Mark Pearson2023-05-171-5/+0
* platform/x86: thinkpad_acpi: Add missing T14s Gen1 type to s2idle quirk listBenjamin Asbach2023-05-111-0/+8
* platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning 255Hans de Goede2023-02-091-1/+1
* platform/x86: thinkpad_acpi: Fix profile modes on Intel platformsMark Pearson2023-02-011-5/+6
* platform/x86: thinkpad_acpi: Fix profile mode display in AMT modeMark Pearson2023-01-181-6/+17
* platform/x86: thinkpad_acpi: Fix max_brightness of thinklightHans de Goede2023-01-071-0/+1
* platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine typeLennard Gäher2022-11-151-0/+8
* platform/x86: thinkpad_acpi: Fix reporting a non present second fan on some m...Jelle van der Waa2022-10-241-1/+3
* platform/x86: use PLATFORM_DEVID_NONE instead of -1Barnabás Pőcze2022-10-031-2/+2
* platform/x86: thinkpad_acpi: Explicitly set to balanced mode on startupMario Limonciello2022-08-261-4/+3
* platform/x86: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-2/+2
* Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-041-65/+103
|\
| * platform/x86: thinkpad_acpi: do not use PSC mode on Intel platformsMark Pearson2022-06-281-0/+5
| * platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resourceJean Delvare2022-06-271-0/+1
| * platform/x86: thinkpad_acpi: Replace custom str_on_off() etcAndy Shevchenko2022-06-271-34/+21
| * platform/x86: thinkpad_acpi: Sort headers for better maintenanceAndy Shevchenko2022-06-271-27/+31
| * platform/x86: thinkpad_acpi: Use backlight helperStephen Kitt2022-06-221-4/+1
| * platform/x86: thinkpad-acpi: Enable AMT by default on supported systemsMark Pearson2022-06-221-0/+5
| * platform/x86: thinkpad-acpi: Add support for hotkey 0x131aMark Pearson2022-06-221-0/+11
| * platform/x86: thinkpad-acpi: Add support for automatic mode transitionsMark Pearson2022-06-221-0/+34
| * platform/x86: thinkpad-acpi: profile capabilities as integerMark Pearson2022-06-221-27/+18
* | Merge branch 'acpi-bus'Rafael J. Wysocki2022-07-291-26/+27
|\ \
| * | platform/x86/thinkpad_acpi: Use acpi_dev_for_each_child()Rafael J. Wysocki2022-06-211-26/+27
| |/
* | platform/x86: thinkpad_acpi: do not use PSC mode on Intel platformsMark Pearson2022-06-281-0/+5
* | platform/x86: thinkpad-acpi: profile capabilities as integerMark Pearson2022-06-281-27/+18
* | platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resourceJean Delvare2022-06-271-0/+1
|/
* platform/x86: thinkpad_acpi: Correct dual fan probeMark Pearson2022-05-061-10/+13
* platform/x86: thinkpad_acpi: Add a s2idle resume quirk for a number of laptopsMario Limonciello2022-05-061-0/+126
* platform/x86: thinkpad_acpi: Convert btusb DMI list to quirksMario Limonciello2022-05-061-2/+24
* Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-251-77/+144
|\
| * platform/x86: thinkpad_acpi: consistently check fan_get_status return.Tom Rix2022-03-171-6/+6
| * platform/x86: thinkpad_acpi: Don't use test_bit on an integerHans de Goede2022-03-091-2/+2
| * platform/x86: thinkpad_acpi: Fix compiler warning about uninitialized err var...Hans de Goede2022-03-091-1/+1
| * platform/x86: thinkpad_acpi: clean up dytc profile convertMark Pearson2022-03-091-12/+5
| * platform/x86: thinkpad_acpi: Add PSC mode supportMark Pearson2022-03-021-53/+119
| * platform/x86: thinkpad_acpi: Add dual fan probeMark Pearson2022-03-021-3/+12
| * platform/x86: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-031-9/+8
| * platform/x86: thinkpad_acpi: Add dual-fan quirk for T15g (2nd gen)Hans de Goede2022-02-031-0/+1
* | Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie2022-02-281-0/+1
|\ \
| * | platform/x86: thinkpad_acpi: Add dual-fan quirk for T15g (2nd gen)Hans de Goede2022-02-031-0/+1
| |/
* | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-141-3/+22
|\|
| * platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD pla...Mark Pearson2022-02-011-0/+12
| * platform/x86: thinkpad_acpi: Add quirk for ThinkPads without a fanAlexander Kobel2022-01-241-3/+10
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-1/+1
|\ \ | |/ |/|
| * drm/privacy_screen: Add drvdata in drm_privacy_screenRajat Jain2022-01-101-1/+1
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | Merge tag 'platform-drivers-x86-v5.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-111-451/+549
|\ \ | |/ |/|
| * platform/x86: thinkpad_acpi: support inhibit-chargeThomas Weißschuh2021-12-211-2/+62
| * platform/x86: thinkpad_acpi: support force-dischargeThomas Weißschuh2021-12-211-4/+127