summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd/hsmp
AgeCommit message (Expand)Author
2025-06-09x86/platform/amd: replace down_timeout() with down_interruptible()Jake Hillion
2025-06-09x86/platform/amd: move final timeout check to after final sleepJake Hillion
2025-05-29Merge tag 'platform-drivers-x86-v6.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-05-25platform/x86/amd/hsmp: fix building with CONFIG_HWMON=mArnd Bergmann
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar
2025-05-12platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetrySuma Hegde
2025-05-12platform/x86/amd/hsmp: Report power via hwmon sensorsSuma Hegde
2025-05-12platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modulesSuma Hegde
2025-04-29platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive driversSuma Hegde
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h>Ingo Molnar
2025-03-26Merge tag 'platform-drivers-x86-v6.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam
2025-02-24platform/x86: amd: Use *-y instead of *-objs in MakefilesKurt Borja
2024-12-17platform/x86/amd/hsmp: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-04Merge import NS conversion from 'https://git.kernel.org/pub/scm/linux/kernel/...Ilpo Järvinen
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messagesSuma Hegde
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-13platform/x86/amd/hsmp: Change the error typeSuma Hegde
2024-11-13platform/x86/amd/hsmp: Add new error code and error logsSuma Hegde
2024-10-25platform/x86/amd/hsmp: Make hsmp_pdev static instead of globalSuma Hegde
2024-10-25platform/x86/amd/hsmp: Use dev_groups in the driver structureSuma Hegde
2024-10-25platform/x86/amd/hsmp: Use name space while exporting module symbolsSuma Hegde
2024-10-25platform/x86/amd/hsmp: Create separate ACPI, plat and common driversSuma Hegde
2024-10-22platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdevSuma Hegde
2024-10-22platform/x86/amd/hsmp: Move ACPI code to acpi.cSuma Hegde
2024-10-22platform/x86/amd/hsmp: Move platform device specific code to plat.cSuma Hegde
2024-10-22platform/x86/amd/hsmp: Move structure and macros to header fileSuma Hegde
2024-10-22platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointerSuma Hegde
2024-10-22platform/x86/amd/hsmp: Create wrapper function init_acpi()Suma Hegde
2024-10-22platform/x86/amd/hsmp: Create hsmp/ directorySuma Hegde