summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/thinkpad_acpi.c
AgeCommit message (Expand)Author
2025-01-21Merge branch 'fixes' into 'for-next'Ilpo Järvinen
2025-01-17ACPI: platform_profile: Remove platform_profile_handler from exported symbolsKurt Borja
2025-01-17platform/x86: thinkpad_acpi: Use devm_platform_profile_register()Kurt Borja
2025-01-16ACPI: platform_profile: Add `probe` to platform_profile_opsKurt Borja
2025-01-16ACPI: platform_profile: Add `ops` member to handlersKurt Borja
2025-01-16ACPI: platform_profile: Remove platform_profile_handler from callbacksKurt Borja
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja
2025-01-15platform/x86: thinkpad_acpi: Add support for new phone link hotkeyIllia Ostapyshyn
2025-01-09platform/x86: thinkpad-acpi: replace strcpy with strscpyNitin Joshi
2024-12-29platform/x86: thinkpad-acpi: Add support for hotkey 0x1401Vishnu Sankar
2024-12-10ACPI: platform_profile: Pass the profile handler into platform_profile_notify()Mario Limonciello
2024-12-10ACPI: platform_profile: Add platform handler argument to platform_profile_rem...Mario Limonciello
2024-12-10ACPI: platform_profile: Add device pointer into platform profile handlerMario Limonciello
2024-12-10ACPI: platform-profile: Add a name member to handlersMario Limonciello
2024-11-06platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect f...Vishnu Sankar
2024-09-04platform/x86: thinkpad_acpi: Fix uninitialized symbol 's' warningMatthias Fetzer
2024-08-19platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan supportMatthias Fetzer
2024-06-03platform/x86: thinkpad_acpi: Use 2-argument strscpy()Andy Shevchenko
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-04platform/x86: Use device_show_string() helper for sysfs attributesLukas Wunner
2024-04-29platform/x86: thinkpad_acpi: Use false to set acpi_send_ev to falseHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Support hotkey to disable trackpoint doubletapMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Support for system debug info hotkeyMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Support for trackpoint doubletapMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Simplify known_ev handlingMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Add mappings for adaptive kbd clipping-tool and ...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Switch to using sparse-keymap helpersHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop KEY_RESERVED special handlingHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Use correct keycodes for volume and brightness keysHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Change hotkey_reserved_mask initializationHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Do not send ACPI netlink events for unknown hotkeysHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move tpacpi_driver_event() call to tpacpi_input_...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move hkey > scancode mapping to tpacpi_input_sen...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop tpacpi_input_send_key_masked() and hotkey_d...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Always call tpacpi_driver_event() for hotkeysHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move hotkey_user_mask check to tpacpi_input_send...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move special original hotkeys handling out of sw...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move adaptive kbd event handling to tpacpi_drive...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Make tpacpi_driver_event() return if it handled ...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Do hkey to scancode translation laterHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Use tpacpi_input_send_key() in adaptive kbd codeHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop ignore_acpi_evHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop setting send_/ignore_acpi_ev defaults twiceHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Provide hotkey_poll_stop_sync() dummyHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit()Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: change sprintf() to sysfs_emit()yunshui
2024-04-15platform/x86: thinkpad_acpi: use platform_profile_cycle()Gergo Koteles
2024-03-12Merge tag 'platform-drivers-x86-v6.8-4' into pdx86/for-nextIlpo Järvinen
2024-03-12platform/x86: thinkpad_acpi: Add more ThinkPads with non-standard reg address...Vishnu Sankar
2024-02-20platform/x86: thinkpad_acpi: Only update profile if successfully convertedMario Limonciello