Age | Commit message (Expand) | Author | Files | Lines |
2023-01-30 | platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning 255 | Hans de Goede | 1 | -1/+1 |
2023-01-25 | platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms | Mark Pearson | 1 | -5/+6 |
2023-01-13 | platform/x86: thinkpad_acpi: Fix profile mode display in AMT mode | Mark Pearson | 1 | -6/+17 |
2022-11-16 | platform/x86: thinkpad_acpi: use strstarts() | Barnabás Pőcze | 1 | -31/+27 |
2022-11-16 | platform/x86: thinkpad_acpi: Fix max_brightness of thinklight | Hans de Goede | 1 | -0/+1 |
2022-11-16 | ACPI: battery: Pass battery hook pointer to hook callbacks | Armin Wolf | 1 | -2/+2 |
2022-11-15 | platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine type | Lennard Gäher | 1 | -0/+8 |
2022-10-24 | platform/x86: thinkpad_acpi: Fix reporting a non present second fan on some m... | Jelle van der Waa | 1 | -1/+3 |
2022-10-03 | platform/x86: use PLATFORM_DEVID_NONE instead of -1 | Barnabás Pőcze | 1 | -2/+2 |
2022-08-26 | platform/x86: thinkpad_acpi: Explicitly set to balanced mode on startup | Mario Limonciello | 1 | -4/+3 |
2022-08-26 | platform/x86: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
2022-08-05 | Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -65/+103 |
2022-07-29 | Merge branch 'acpi-bus' | Rafael J. Wysocki | 1 | -26/+27 |
2022-06-28 | platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms | Mark Pearson | 1 | -0/+5 |
2022-06-28 | platform/x86: thinkpad-acpi: profile capabilities as integer | Mark Pearson | 1 | -27/+18 |
2022-06-28 | platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms | Mark Pearson | 1 | -0/+5 |
2022-06-27 | platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource | Jean Delvare | 1 | -0/+1 |
2022-06-27 | platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource | Jean Delvare | 1 | -0/+1 |
2022-06-27 | platform/x86: thinkpad_acpi: Replace custom str_on_off() etc | Andy Shevchenko | 1 | -34/+21 |
2022-06-27 | platform/x86: thinkpad_acpi: Sort headers for better maintenance | Andy Shevchenko | 1 | -27/+31 |
2022-06-22 | platform/x86: thinkpad_acpi: Use backlight helper | Stephen Kitt | 1 | -4/+1 |
2022-06-22 | platform/x86: thinkpad-acpi: Enable AMT by default on supported systems | Mark Pearson | 1 | -0/+5 |
2022-06-22 | platform/x86: thinkpad-acpi: Add support for hotkey 0x131a | Mark Pearson | 1 | -0/+11 |
2022-06-22 | platform/x86: thinkpad-acpi: Add support for automatic mode transitions | Mark Pearson | 1 | -0/+34 |
2022-06-22 | platform/x86: thinkpad-acpi: profile capabilities as integer | Mark Pearson | 1 | -27/+18 |
2022-06-21 | platform/x86/thinkpad_acpi: Use acpi_dev_for_each_child() | Rafael J. Wysocki | 1 | -26/+27 |
2022-05-06 | platform/x86: thinkpad_acpi: Correct dual fan probe | Mark Pearson | 1 | -10/+13 |
2022-05-06 | platform/x86: thinkpad_acpi: Add a s2idle resume quirk for a number of laptops | Mario Limonciello | 1 | -0/+126 |
2022-05-06 | platform/x86: thinkpad_acpi: Convert btusb DMI list to quirks | Mario Limonciello | 1 | -2/+24 |
2022-03-25 | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -77/+144 |
2022-03-17 | platform/x86: thinkpad_acpi: consistently check fan_get_status return. | Tom Rix | 1 | -6/+6 |
2022-03-09 | platform/x86: thinkpad_acpi: Don't use test_bit on an integer | Hans de Goede | 1 | -2/+2 |
2022-03-09 | platform/x86: thinkpad_acpi: Fix compiler warning about uninitialized err var... | Hans de Goede | 1 | -1/+1 |
2022-03-09 | platform/x86: thinkpad_acpi: clean up dytc profile convert | Mark Pearson | 1 | -12/+5 |
2022-03-02 | platform/x86: thinkpad_acpi: Add PSC mode support | Mark Pearson | 1 | -53/+119 |
2022-03-02 | platform/x86: thinkpad_acpi: Add dual fan probe | Mark Pearson | 1 | -3/+12 |
2022-02-28 | Backmerge tag 'v5.17-rc6' into drm-next | Dave Airlie | 1 | -0/+1 |
2022-02-14 | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Dave Airlie | 1 | -3/+22 |
2022-02-03 | platform/x86: Replace acpi_bus_get_device() | Rafael J. Wysocki | 1 | -9/+8 |
2022-02-03 | platform/x86: thinkpad_acpi: Add dual-fan quirk for T15g (2nd gen) | Hans de Goede | 1 | -0/+1 |
2022-02-03 | platform/x86: thinkpad_acpi: Add dual-fan quirk for T15g (2nd gen) | Hans de Goede | 1 | -0/+1 |
2022-02-01 | platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD pla... | Mark Pearson | 1 | -0/+12 |
2022-02-01 | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -1/+1 |
2022-01-24 | platform/x86: thinkpad_acpi: Add quirk for ThinkPads without a fan | Alexander Kobel | 1 | -3/+10 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -2/+2 |
2022-01-11 | Merge tag 'platform-drivers-x86-v5.17-1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -451/+549 |
2022-01-10 | drm/privacy_screen: Add drvdata in drm_privacy_screen | Rajat Jain | 1 | -1/+1 |
2021-12-21 | platform/x86: thinkpad_acpi: support inhibit-charge | Thomas Weißschuh | 1 | -2/+62 |
2021-12-21 | platform/x86: thinkpad_acpi: support force-discharge | Thomas Weißschuh | 1 | -4/+127 |
2021-12-14 | Merge v5.16-rc5 into drm-next | Daniel Vetter | 1 | -2/+4 |