summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/amd
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
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
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
2024-10-17platform/x86: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-09-14platform/x86/amd: pmf: Add quirk for TUF Gaming A14aln8
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede
2024-09-03platform/x86/amd: pmf: Make ASUS GA403 quirk genericLuke D. Jones
2024-08-23platform/x86/amd/pmc: Extend support for PMC features on new AMD platformShyam Sundar S K
2024-08-23platform/x86/amd/pmc: Fix SMU command submission path on new AMD platformShyam Sundar S K
2024-08-19platform/x86/amd/pmf: Update SMU metrics table for 1AH family seriesShyam Sundar S K
2024-08-19platform/x86/amd/pmf: Relocate CPU ID macros to the PMF headerShyam Sundar S K
2024-08-19platform/x86/amd/pmf: Add support for notifying Smart PC Solution updatesShyam Sundar S K
2024-08-08platform/x86/amd/pmf: Fix to Update HPD Data When ALS is DisabledShyam Sundar S K
2024-07-30platform/x86/amd/pmf: Add new ACPI ID AMDI0107Shyam Sundar S K
2024-07-30platform/x86/amd/pmc: Send OS_HINT command for new AMD platformShyam Sundar S K
2024-07-30platform/x86/amd: pmf: Add quirk for ROG Ally XLuke D. Jones
2024-07-17Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-07-11platform/x86/amd/pmf: Use existing input event codes to update system statesShyam Sundar S K
2024-06-03platform/x86/amd/hsmp: Check HSMP support on AMD family of processorsSuma Hegde
2024-05-27platform/x86/amd/pmf: Use memdup_user()Thorsten Blum
2024-05-16Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-05-14platform/x86/amd: pmc: Add new ACPI ID AMDI000BShyam Sundar S K
2024-05-14platform/x86/amd: pmf: Add new ACPI ID AMDI0105Shyam Sundar S K
2024-04-29platform/x86/amd/pmc: Fix implicit declaration error on i386Basavaraj Natikar
2024-04-17platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSesMario Limonciello
2024-04-16platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14Mario Limonciello
2024-04-16platform/x86/amd: pmf: Add infrastructure for quirking supported funcsMario Limonciello
2024-04-16platform/x86/amd: pmf: Decrease error message to debugMario Limonciello
2024-04-15platform/x86/amd/pmc: Add AMD MP2 STB functionalityBasavaraj Natikar
2024-04-08platform/x86/amd/hsmp: switch to use device_add_groups()Greg Kroah-Hartman