aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/hp (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-28platform/x86: hp-wmi: Add support for Fn+P hotkeyEdip Hazuri1-0/+4
2025-08-12platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile supportEdip Hazuri1-2/+2
2025-06-30platform/x86: hp-bioscfg: Fix class device unregistrationKurt Borja1-2/+2
2025-03-03platform/x86: hp-bioscfg: Replace deprecated strncpy() with strscpy()Thorsten Blum1-1/+1
2025-02-24platform/x86: hp: Use *-y instead of *-objs in MakefileKurt Borja1-1/+1
2025-02-24platform/x86: hp-bioscfg: Use wmi_instance_count()Armin Wolf1-8/+5
2025-01-21Merge branch 'fixes' into 'for-next'Ilpo Järvinen1-2/+2
2025-01-20platform/x86: hp-wmi: Add fan and thermal profile support for Victus 16-s1000Julien ROBIN1-11/+355
2025-01-17ACPI: platform_profile: Remove platform_profile_handler from exported symbolsKurt Borja1-10/+9
2025-01-17platform/x86: hp-wmi: Use devm_platform_profile_register()Kurt Borja1-4/+1
2025-01-16ACPI: platform_profile: Add `probe` to platform_profile_opsKurt Borja1-9/+20
2025-01-16ACPI: platform_profile: Add `ops` member to handlersKurt Borja1-6/+18
2025-01-16ACPI: platform_profile: Remove platform_profile_handler from callbacksKurt Borja1-7/+7
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja1-1/+1
2025-01-15Input: i8042 - Add support for platform filter contextsArmin Wolf1-2/+2
2025-01-09platform/x86: hp-bioscfg: Directly use firmware_attributes_classThomas Weißschuh1-11/+3
2024-12-29platform/x86: hp-wmi: mark 8A15 board for timed OMEN thermal profileMingcong Bai1-2/+2
2024-12-10ACPI: platform_profile: Add platform handler argument to platform_profile_remove()Mario Limonciello1-1/+1
2024-12-10ACPI: platform_profile: Add device pointer into platform profile handlerMario Limonciello1-2/+3
2024-12-10ACPI: platform-profile: Add a name member to handlersMario Limonciello1-0/+1
2024-11-20Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds4-11/+6
2024-11-12platform/x86: hp: hp-bioscfg: remove redundant if statementColin Ian King1-8/+3
2024-10-24ACPI: EC: make EC support compile-time conditionalArnd Bergmann1-0/+1
2024-10-17platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-09-05platform/x86: wmi: Pass event data directly to legacy notify handlersArmin Wolf1-15/+1
2024-07-15platform/x86: hp-wmi: Fix implementation of the platform_profile_omen_get functionAlexis Belmonte1-4/+2
2024-07-09platform/x86: hp-wmi: Fix platform profile option switch bug on Omen and Victus laptopsAlexis Belmonte2-17/+174
2024-06-03platform/x86: hp: hp-bioscfg: Use 2-argument strscpy()Andy Shevchenko6-55/+22
2024-03-25platform/x86: hp-wmi: use sysfs_emit() instead of sprintf()Ai Chao1-6/+6
2024-03-12platform/x86: make fw_attr_class constantRicardo B. Marliere1-1/+1
2024-02-06platform/x86: hp-wmi: Add thermal profile support for 8BAD boardsAlexis Belmonte1-2/+59
2024-02-06platform/x86: hp-wmi: Tidy up module source codeAlexis Belmonte1-4/+6
2023-12-28platform/x86: hp-bioscfg: Removed needless asm-genericTanzir Hasan1-1/+0
2023-12-11Merge tag 'platform-drivers-x86-v6.7-3' into pdx86/for-nextHans de Goede1-15/+11
2023-12-11platform/x86: hp-wmi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-15platform/x86: hp-bioscfg: Remove unused obj in hp_add_other_attributes()Harshit Mogalapalli1-2/+0
2023-11-15platform/x86: hp-bioscfg: Fix error handling in hp_add_other_attributes()Harshit Mogalapalli1-2/+4
2023-11-15platform/x86: hp-bioscfg: move mutex_lock() down in hp_add_other_attributes()Harshit Mogalapalli1-6/+4
2023-11-15platform/x86: hp-bioscfg: Simplify return check in hp_add_other_attributes()Harshit Mogalapalli1-5/+3
2023-10-31Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-1/+1
2023-10-06platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warningUwe Kleine-König1-1/+7
2023-10-04platform/x86: hp-bioscfg: Fix reference leakArmin Wolf1-4/+10
2023-09-26platform/x86: hp-bioscfg: Annotate struct bios_args with __counted_byKees Cook1-1/+1
2023-08-21platform/x86: hp-bioscfg: Update steps order list elements are evaluatedJorge Lopez1-7/+3
2023-08-07platform/x86: hp-bioscfg: Use kmemdup() to replace kmalloc + memcpyLi Zetao1-8/+3
2023-08-07platform/x86: hp-bioscfg: Remove duplicate use of variable in inner loopJorge Lopez1-7/+5
2023-08-07platform/x86: hp-bioscfg: Change how password encoding size is evaluatedJorge Lopez1-2/+5
2023-08-07platform/x86: hp-bioscfg: Change how enum possible values size is evaluatedJorge Lopez1-2/+4
2023-08-07platform/x86: hp-bioscfg: Change how order list size is evaluatedJorge Lopez1-2/+5
2023-08-07platform/x86: hp-bioscfg: Change how prerequisites size is evaluatedJorge Lopez5-9/+21