summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/thinkpad_acpi.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-04platform/x86: thinkpad_acpi: Ignore battery threshold change event notificationMark Pearson1-0/+5
2025-06-04platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JASJohn Chau1-0/+2
2025-04-10platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560Eduard Christian Dumitrescu1-0/+11
2025-03-03platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad X131eMingcong Bai1-0/+1
2025-02-12platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driverMark Pearson1-2/+9
2025-02-10platform/x86: thinkpad_acpi: Support for V9 DYTC platform profilesMark Pearson1-12/+22
2025-02-10platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120eSybil Isabel Dorsett1-2/+14
2025-01-21Merge branch 'fixes' into 'for-next'Ilpo Järvinen1-1/+3
2025-01-17ACPI: platform_profile: Remove platform_profile_handler from exported symbolsKurt Borja1-9/+5
2025-01-17platform/x86: thinkpad_acpi: Use devm_platform_profile_register()Kurt Borja1-7/+1
2025-01-16ACPI: platform_profile: Add `probe` to platform_profile_opsKurt Borja1-5/+10
2025-01-16ACPI: platform_profile: Add `ops` member to handlersKurt Borja1-2/+6
2025-01-16ACPI: platform_profile: Remove platform_profile_handler from callbacksKurt Borja1-2/+2
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja1-1/+1
2025-01-15platform/x86: thinkpad_acpi: Add support for new phone link hotkeyIllia Ostapyshyn1-0/+1
2025-01-09platform/x86: thinkpad-acpi: replace strcpy with strscpyNitin Joshi1-1/+1
2024-12-29platform/x86: thinkpad-acpi: Add support for hotkey 0x1401Vishnu Sankar1-1/+3
2024-12-10ACPI: platform_profile: Pass the profile handler into platform_profile_notify()Mario Limonciello1-7/+7
2024-12-10ACPI: platform_profile: Add platform handler argument to platform_profile_rem...Mario Limonciello1-1/+1
2024-12-10ACPI: platform_profile: Add device pointer into platform profile handlerMario Limonciello1-0/+1
2024-12-10ACPI: platform-profile: Add a name member to handlersMario Limonciello1-0/+1
2024-11-06platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect f...Vishnu Sankar1-3/+25
2024-09-04platform/x86: thinkpad_acpi: Fix uninitialized symbol 's' warningMatthias Fetzer1-1/+1
2024-08-19platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan supportMatthias Fetzer1-1/+142
2024-06-03platform/x86: thinkpad_acpi: Use 2-argument strscpy()Andy Shevchenko1-4/+2
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+2
2024-05-04platform/x86: Use device_show_string() helper for sysfs attributesLukas Wunner1-8/+2
2024-04-29platform/x86: thinkpad_acpi: Use false to set acpi_send_ev to falseHans de Goede1-1/+1
2024-04-29platform/x86: thinkpad_acpi: Support hotkey to disable trackpoint doubletapMark Pearson1-1/+11
2024-04-29platform/x86: thinkpad_acpi: Support for system debug info hotkeyMark Pearson1-0/+1
2024-04-29platform/x86: thinkpad_acpi: Support for trackpoint doubletapMark Pearson1-0/+19
2024-04-29platform/x86: thinkpad_acpi: Simplify known_ev handlingMark Pearson1-6/+2
2024-04-29platform/x86: thinkpad_acpi: Add mappings for adaptive kbd clipping-tool and ...Hans de Goede1-2/+2
2024-04-29platform/x86: thinkpad_acpi: Switch to using sparse-keymap helpersHans de Goede1-259/+145
2024-04-29platform/x86: thinkpad_acpi: Drop KEY_RESERVED special handlingHans de Goede1-10/+8
2024-04-29platform/x86: thinkpad_acpi: Use correct keycodes for volume and brightness keysHans de Goede1-24/+21
2024-04-29platform/x86: thinkpad_acpi: Change hotkey_reserved_mask initializationHans de Goede1-6/+15
2024-04-29platform/x86: thinkpad_acpi: Do not send ACPI netlink events for unknown hotkeysHans de Goede1-3/+11
2024-04-29platform/x86: thinkpad_acpi: Move tpacpi_driver_event() call to tpacpi_input_...Hans de Goede1-4/+3
2024-04-29platform/x86: thinkpad_acpi: Move hkey > scancode mapping to tpacpi_input_sen...Hans de Goede1-59/+26
2024-04-29platform/x86: thinkpad_acpi: Drop tpacpi_input_send_key_masked() and hotkey_d...Hans de Goede1-14/+2
2024-04-29platform/x86: thinkpad_acpi: Always call tpacpi_driver_event() for hotkeysHans de Goede1-7/+4
2024-04-29platform/x86: thinkpad_acpi: Move hotkey_user_mask check to tpacpi_input_send...Hans de Goede1-2/+5
2024-04-29platform/x86: thinkpad_acpi: Move special original hotkeys handling out of sw...Hans de Goede1-4/+10
2024-04-29platform/x86: thinkpad_acpi: Move adaptive kbd event handling to tpacpi_drive...Hans de Goede1-35/+41
2024-04-29platform/x86: thinkpad_acpi: Make tpacpi_driver_event() return if it handled ...Hans de Goede1-54/+61
2024-04-29platform/x86: thinkpad_acpi: Do hkey to scancode translation laterHans de Goede1-35/+36
2024-04-29platform/x86: thinkpad_acpi: Use tpacpi_input_send_key() in adaptive kbd codeHans de Goede1-14/+2
2024-04-29platform/x86: thinkpad_acpi: Drop ignore_acpi_evHans de Goede1-39/+17
2024-04-29platform/x86: thinkpad_acpi: Drop setting send_/ignore_acpi_ev defaults twiceHans de Goede1-19/+5