summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd
AgeCommit message (Expand)Author
2025-01-24Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-16platform/x86: amd: pmf: sps: 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-10Merge tag 'platform-drivers-x86-v6.13-5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-01-09platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driverShyam Sundar S K
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello
2025-01-07platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled itMaciej S. Szmigiero
2024-12-19platform/x86/amd: pmf: Switch to guard(mutex)Mario Limonciello
2024-12-19platform/x86/amd: pmc: Use guard(mutex)Mario Limonciello
2024-12-17platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TAShyam Sundar S K
2024-12-17platform/x86/amd/hsmp: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-12Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen
2024-12-10platform/x86/amd: pmf: Drop all quirksMario 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-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/pmc: Add STB support for AMD Desktop variantsShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h modelShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Update IP information structure for newer SoCsShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips informationShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Isolate STB code changes to a new fileShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper functionShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Update function names to align with new STB fileShyam Sundar S K
2024-12-02platform/x86/amd/pmc: Move STB functionality to a new file for better code or...Shyam Sundar S K
2024-12-02platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init()Shyam Sundar S K
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-20Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...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-11-13platform/x86/amd: amd_3d_vcache: Add AMD 3D V-Cache optimizer driverBasavaraj Natikar
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh
2024-11-04platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_reso...Shyam Sundar S K
2024-11-04platform/x86/amd/pmf: Use dev_err_probe() to simplify error handlingShyam Sundar S K
2024-11-04platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey
2024-11-04platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h modelShyam Sundar S K
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