summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/amd
Commit message (Expand)AuthorAgeFilesLines
* platform/x86/amd/pmf: Fix unsigned comparison with less than zeroYang Li2023-07-311-1/+2
* platform/x86/amd/pmf: Notify OS power slider updateShyam Sundar S K2023-07-254-6/+114
* platform/x86/amd/pmf: reduce verbosity of apmf_get_system_paramsShyam Sundar S K2023-07-251-1/+1
* platform/x86/amd: pmc: Use release_mem_region() to undo request_mem_region_mu...Hans de Goede2023-07-141-6/+2
* platform/x86/amd: pmf: Add new ACPI ID AMDI0103Shyam Sundar S K2023-07-111-0/+3
* platform/x86/amd: pmc: Add new ACPI ID AMDI000AShyam Sundar S K2023-07-111-0/+3
* platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxxMario Limonciello2023-07-111-0/+9
* platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmcMario Limonciello2023-07-114-24/+218
* Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-305-24/+383
|\
| * platform/x86/amd: pmc: Update metrics table info for Pink SardineShyam Sundar S K2023-06-081-12/+41
| * platform/x86/amd: pmc: Add helper function to check the cpu idShyam Sundar S K2023-05-301-3/+14
| * platform/x86/amd: pmc: Get STB DRAM size from PMFWShyam Sundar S K2023-05-301-1/+36
| * platform/x86/amd: pmc: Pass true/false to bool argumentShyam Sundar S K2023-05-301-13/+13
| * platform/x86/amd/pmf: Fix compiler warnings in static sliderShyam Sundar S K2023-05-161-2/+2
| * platform/x86/amd/pmf: Add PMF debug facilitiesShyam Sundar S K2023-05-152-0/+42
| * platform/x86/amd/pmf: Add PMF acpi debug supportShyam Sundar S K2023-05-154-0/+242
* | Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-06-261-2/+2
|\ \
| | \
| | \
| *-. | Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2023-06-261-2/+2
| |\ \|
| | * | platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messagesMario Limonciello2023-06-121-2/+2
| | |/
* | / platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K2023-06-221-5/+5
|/ /
* / platform/x86/amd/pmf: Fix CnQF and auto-mode after resumeMario Limonciello2023-05-151-7/+25
|/
* Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-04-251-3/+3
|\
| * platform/x86/amd: pmc: Report duration of time in hw sleep stateMario Limonciello2023-04-201-3/+3
* | platform/x86: amd: pmc: provide user message where s0ix is not supportedShyam Sundar S K2023-04-171-0/+9
* | platform/x86/amd: pmc: Fix memory leak in amd_pmc_stb_debugfs_open_v2()Feng Jiang2023-04-171-0/+1
* | platform/x86: amd: pmc: Remove __maybe_unused from amd_pmc_suspend_handler()Hans de Goede2023-04-111-1/+1
* | platform/x86/amd: pmc: Move out of BIOS SMN pair for STB initShyam Sundar S K2023-04-111-22/+4
* | platform/x86/amd: pmc: Utilize SMN index 0 for driver probeShyam Sundar S K2023-04-112-19/+6
* | platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read`Mario Limonciello2023-04-111-41/+33
* | platform/x86/amd: pmc: Don't dump data after resume from s0i3 on picassoMario Limonciello2023-04-111-1/+9
* | platform/x86/amd: pmc: Hide SMU version and program attributes for PicassoMario Limonciello2023-04-111-1/+20
* | platform/x86/amd: pmc: Don't try to read SMU version on PicassoMario Limonciello2023-04-111-0/+3
* | platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probeShyam Sundar S K2023-04-112-17/+6
* | platform/x86: amd: pmf: core: Convert to platform remove callback returning voidUwe Kleine-König2023-03-071-3/+2
* | platform/x86: amd: pmc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-071-3/+2
* | platform/x86: amd: hsmp: Convert to platform remove callback returning voidUwe Kleine-König2023-03-071-4/+2
|/
* platform/x86/amd: pmc: remove CONFIG_SUSPEND checksArnd Bergmann2023-03-071-21/+9
* platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLYShyam Sundar S K2023-02-131-0/+1
* platform/x86/amd: pmc: Add line break for readabilityShyam Sundar S K2023-02-101-0/+1
* platform/x86/amd: pmc: differentiate STB/SMU messaging printsShyam Sundar S K2023-02-101-3/+3
* platform/x86/amd: pmc: Write dummy postcode into the STB DRAMShyam Sundar S K2023-02-101-0/+6
* platform/x86/amd: pmc: Add num_samples message id support to STBShyam Sundar S K2023-02-101-2/+25
* platform/x86/amd: pmc: add CONFIG_SERIO dependencyArnd Bergmann2023-01-301-0/+1
* platform/x86/amd/pmf: Ensure mutexes are initialized before useHans de Goede2023-01-301-4/+5
* platform/x86/amd/pmf: Fix to update SPS thermals when power supply changeShyam Sundar S K2023-01-302-0/+24
* platform/x86/amd/pmf: Fix to update SPS default pprof thermalsShyam Sundar S K2023-01-301-0/+3
* platform/x86/amd/pmf: update to auto-mode limits only after AMT eventShyam Sundar S K2023-01-301-2/+0
* platform/x86/amd/pmf: Add helper routine to check pprof is balancedShyam Sundar S K2023-01-303-3/+9
* platform/x86/amd/pmf: Add helper routine to update SPS thermalsShyam Sundar S K2023-01-304-18/+18
* platform/x86/amd: pmc: Add a module parameter to disable workaroundsMario Limonciello2023-01-241-3/+7