summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds16-1038/+1471
13 daysplatform/x86/amd/hsmp: Change the error typeSuma Hegde1-3/+3
13 daysplatform/x86/amd/hsmp: Add new error code and error logsSuma Hegde1-10/+24
13 daysplatform/x86/amd: amd_3d_vcache: Add AMD 3D V-Cache optimizer driverBasavaraj Natikar3-0/+190
2024-11-04platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_reso...Shyam Sundar S K4-33/+28
2024-11-04platform/x86/amd/pmf: Use dev_err_probe() to simplify error handlingShyam Sundar S K1-4/+4
2024-11-04platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey1-0/+5
2024-11-04platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h modelShyam Sundar S K2-0/+2
2024-10-25platform/x86/amd/hsmp: Make hsmp_pdev static instead of globalSuma Hegde4-32/+48
2024-10-25platform/x86/amd/hsmp: Use dev_groups in the driver structureSuma Hegde4-113/+141
2024-10-25platform/x86/amd/hsmp: Use name space while exporting module symbolsSuma Hegde3-9/+11
2024-10-25platform/x86/amd/hsmp: Create separate ACPI, plat and common driversSuma Hegde7-210/+286
2024-10-22platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdevSuma Hegde4-41/+41
2024-10-22platform/x86/amd/hsmp: Move ACPI code to acpi.cSuma Hegde4-251/+275
2024-10-22platform/x86/amd/hsmp: Move platform device specific code to plat.cSuma Hegde4-129/+161
2024-10-22platform/x86/amd/hsmp: Move structure and macros to header fileSuma Hegde2-41/+64
2024-10-22platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointerSuma Hegde1-18/+12
2024-10-22platform/x86/amd/hsmp: Create wrapper function init_acpi()Suma Hegde1-32/+59
2024-10-22platform/x86/amd/hsmp: Create hsmp/ directorySuma Hegde5-15/+27
2024-10-17platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-23/+200
2024-09-14platform/x86/amd: pmf: Add quirk for TUF Gaming A14aln81-0/+8
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede1-0/+3
2024-09-03platform/x86/amd: pmf: Make ASUS GA403 quirk genericLuke D. Jones1-1/+1
2024-08-23platform/x86/amd/pmc: Extend support for PMC features on new AMD platformShyam Sundar S K1-0/+2
2024-08-23platform/x86/amd/pmc: Fix SMU command submission path on new AMD platformShyam Sundar S K1-0/+1
2024-08-19platform/x86/amd/pmf: Update SMU metrics table for 1AH family seriesShyam Sundar S K3-17/+97
2024-08-19platform/x86/amd/pmf: Relocate CPU ID macros to the PMF headerShyam Sundar S K2-6/+6
2024-08-19platform/x86/amd/pmf: Add support for notifying Smart PC Solution updatesShyam Sundar S K3-0/+89
2024-08-08platform/x86/amd/pmf: Fix to Update HPD Data When ALS is DisabledShyam Sundar S K1-21/+11
2024-07-30platform/x86/amd/pmf: Add new ACPI ID AMDI0107Shyam Sundar S K1-0/+3
2024-07-30platform/x86/amd/pmc: Send OS_HINT command for new AMD platformShyam Sundar S K2-0/+3
2024-07-30platform/x86/amd: pmf: Add quirk for ROG Ally XLuke D. Jones1-1/+8
2024-07-18Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-20/+55
2024-07-11platform/x86/amd/pmf: Use existing input event codes to update system statesShyam Sundar S K2-12/+52
2024-06-03platform/x86/amd/hsmp: Check HSMP support on AMD family of processorsSuma Hegde1-7/+43
2024-05-27platform/x86/amd/pmf: Use memdup_user()Thorsten Blum1-8/+3
2024-05-16Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-1/+318
2024-05-14platform/x86/amd: pmc: Add new ACPI ID AMDI000BShyam Sundar S K1-0/+1
2024-05-14platform/x86/amd: pmf: Add new ACPI ID AMDI0105Shyam Sundar S K1-0/+1
2024-04-29platform/x86/amd/pmc: Fix implicit declaration error on i386Basavaraj Natikar1-0/+1
2024-04-17platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSesMario Limonciello1-0/+9
2024-04-16platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14Mario Limonciello1-0/+8
2024-04-16platform/x86/amd: pmf: Add infrastructure for quirking supported funcsMario Limonciello5-2/+52
2024-04-16platform/x86/amd: pmf: Decrease error message to debugMario Limonciello1-1/+1
2024-04-15platform/x86/amd/pmc: Add AMD MP2 STB functionalityBasavaraj Natikar5-0/+314
2024-04-08platform/x86/amd/hsmp: switch to use device_add_groups()Greg Kroah-Hartman1-1/+1
2024-03-12Merge tag 'platform-drivers-x86-v6.8-4' into pdx86/for-nextIlpo Järvinen3-38/+62
2024-03-12platform/x86/amd/pmf: Update sps power thermals according to the platform-pro...Shyam Sundar S K2-0/+44
2024-03-12platform/x86/amd/pmf: Add support to get sps default APTS index valuesShyam Sundar S K3-2/+148