aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/amd/pmc/pmc.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86/amd: pmc: Drop SMU F/W match for CezanneMario Limonciello2025-08-121-13/+0
* platform/x86/amd: pmc: Clear metrics table at start of cycleMario Limonciello2025-06-091-0/+2
* Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar2025-05-061-4/+3
|\
| * platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cyclesMario Limonciello2025-04-171-4/+3
* | x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar2025-04-141-1/+1
|/
* platform/x86/amd/pmc: fix leak in probe()Dan Carpenter2025-03-131-1/+1
* platform/x86/amd/pmc: Use managed APIs for mutexShyam Sundar S K2025-03-071-2/+3
* platform/x86/amd/pmc: Remove unnecessary line breaksShyam Sundar S K2025-03-071-13/+11
* platform/x86/amd/pmc: Move macros and structures to the PMC header fileShyam Sundar S K2025-03-071-81/+0
* platform/x86/amd/pmc: Notify user when platform does not support s0ix transitionShyam Sundar S K2025-03-071-1/+2
* Merge tag 'platform-drivers-x86-v6.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-01-241-315/+76
|\
| * Merge branch 'fixes' into 'for-next'Ilpo Järvinen2025-01-211-1/+7
| |\
| * | platform/x86/amd: pmc: Use guard(mutex)Mario Limonciello2024-12-191-8/+6
| * | platform/x86/amd/pmc: Update IP information structure for newer SoCsShyam Sundar S K2024-12-021-3/+39
| * | platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips informationShyam Sundar S K2024-12-021-2/+2
| * | platform/x86/amd/pmc: Isolate STB code changes to a new fileShyam Sundar S K2024-12-021-11/+6
| * | platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper functionShyam Sundar S K2024-12-021-5/+17
| * | platform/x86/amd/pmc: Update function names to align with new STB fileShyam Sundar S K2024-12-021-4/+4
| * | platform/x86/amd/pmc: Move STB functionality to a new file for better code or...Shyam Sundar S K2024-12-021-282/+1
| * | platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init()Shyam Sundar S K2024-12-021-15/+16
* | | Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-01-211-1/+2
|\ \ \ | |_|/ |/| |
| * | x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello2025-01-081-1/+2
| |/
* / platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled itMaciej S. Szmigiero2025-01-071-1/+7
|/
* Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-11-201-1/+1
|\
| * platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-171-1/+1
* | platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey2024-11-041-0/+5
|/
* platform/x86/amd/pmc: Extend support for PMC features on new AMD platformShyam Sundar S K2024-08-231-0/+2
* platform/x86/amd/pmc: Fix SMU command submission path on new AMD platformShyam Sundar S K2024-08-231-0/+1
* platform/x86/amd/pmc: Send OS_HINT command for new AMD platformShyam Sundar S K2024-07-301-0/+2
* platform/x86/amd: pmc: Add new ACPI ID AMDI000BShyam Sundar S K2024-05-141-0/+1
* platform/x86/amd/pmc: Add AMD MP2 STB functionalityBasavaraj Natikar2024-04-151-0/+4
* platform/x86/amd/pmc: Modify SMU message port for latest AMD platformShyam Sundar S K2024-01-021-3/+5
* platform/x86/amd/pmc: Add 1Ah family series to STB support listShyam Sundar S K2024-01-021-0/+1
* platform/x86/amd/pmc: Add idlemask support for 1Ah familyShyam Sundar S K2024-01-021-0/+4
* platform/x86/amd/pmc: call amd_pmc_get_ip_info() during driver probeShyam Sundar S K2024-01-021-3/+3
* platform/x86/amd/pmc: Add VPE information for AMDI000A platformShyam Sundar S K2024-01-021-0/+5
* platform/x86/amd/pmc: Send OS_HINT command for AMDI000A platformShyam Sundar S K2024-01-021-0/+1
* platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirksMario Limonciello2023-12-181-1/+1
* platform/x86/amd/pmc: Only run IRQ1 firmware version check on CezanneMario Limonciello2023-12-181-9/+12
* platform/x86/amd/pmc: Move platform defines to headerMario Limonciello2023-12-181-10/+0
* platform/x86/amd/pmc: adjust getting DRAM size behaviorShyam Sundar S K2023-11-171-29/+2
* platform/x86/amd/pmc: Add dump_custom_stb module parameterShyam Sundar S K2023-10-121-0/+32
* platform/x86/amd/pmc: Handle overflow cases where the num_samples range is hi...Shyam Sundar S K2023-10-121-6/+13
* platform/x86/amd/pmc: Use flex array when calling amd_pmc_stb_debugfs_open_v2()Shyam Sundar S K2023-10-121-13/+19
* platform/x86/amd/pmc: Add PMFW command id to support S2D force flushShyam Sundar S K2023-10-061-1/+8
* platform/x86/amd/pmc: Move PMC driver to separate directoryShyam Sundar S K2023-08-231-0/+1123