summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/k10temp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hwmon-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-181-16/+10
|\
| * hwmon: (k10temp): Use cpu_feature_enabled() for detecting zenMario Limonciello2024-08-271-16/+10
* | x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K2024-07-291-0/+1
|/
* hwmon: (k10temp) Rename _data variableYazen Ghannam2024-06-121-2/+2
* hwmon: (k10temp) Remove unused HAVE_TDIE() macroYazen Ghannam2024-06-121-1/+0
* hwmon: (k10temp) Reduce k10temp_get_ccd_support() parametersYazen Ghannam2024-06-121-9/+8
* hwmon: (k10temp) Define a helper function to read CCD temperatureYazen Ghannam2024-06-121-5/+9
* hwmon: (k10temp) Check return value of amd_smn_read()Yazen Ghannam2024-06-121-9/+27
* hwmon: (k10temp) Add support for AMD Family 19h Model 8hJami Kurki2024-01-021-0/+1
* hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based modelsAvadhut Naik2023-08-101-1/+7
* hwmon: (k10temp) Enable AMD3255 Proc to show negative temperatureBaskaran Kannan2023-07-271-2/+15
* hwmon: (k10temp) Add PCI ID for family 19, model 78hMario Limonciello2023-05-081-0/+1
* hwmon: k10temp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: (k10temp) Check range scale when CUR_TEMP register is read-writeBabu Moger2023-04-191-1/+3
* hwmon: (k10temp): Add support for new family 17h and 19h modelsMario Limonciello2022-07-201-0/+12
* hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processorsBabu Moger2021-12-271-3/+14
* hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFhBabu Moger2021-12-271-0/+3
* hwmon: (k10temp) Remove unused definitionsBabu Moger2021-12-271-20/+0
* hwmon: (k10temp) Remove residues of current and voltagesuma hegde2021-09-131-6/+0
* hwmon: (k10temp) Add support for yellow carpMario Limonciello2021-08-271-0/+5
* hwmon: (k10temp) Rework the temperature offset calculationMario Limonciello2021-08-271-6/+12
* hwmon: (k10temp) Don't show Tdie for all Zen/Zen2/Zen3 CPU/APUMario Limonciello2021-08-271-2/+1
* hwmon: (k10temp) Add additional missing Zen2 and Zen3 APUsMario Limonciello2021-08-271-1/+3
* hwmon: (k10temp) support Zen3 APUsDavid Bartley2021-08-171-0/+2
* hwmon: (k10temp) Zen3 Ryzen Desktop CPUs supportGabriel Craciunescu2021-01-281-1/+2
* hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUsGuenter Roeck2020-12-221-98/+0
* hwmon: (k10temp) Add support for Zen3 CPUsWei Huang2020-09-231-0/+24
* hwmon: (k10temp) Take out debugfs codeGuenter Roeck2020-09-231-77/+1
* hwmon: (k10temp) Define SVI telemetry and current factors for Zen2 CPUsWei Huang2020-09-231-8/+12
* hwmon: (k10temp) Create common functions and macros for Zen CPU familiesWei Huang2020-09-231-27/+29
* Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-111-3/+3
|\
| * hwmon: (k10temp) make some symbols staticJason Yan2020-04-131-3/+3
* | hwmon: (k10temp) Add AMD family 17h model 60h PCI matchAlexander Monakov2020-05-221-0/+1
|/
* hwmon: (k10temp) Reorganize and simplify temperature support detectionGuenter Roeck2020-03-091-32/+18
* hwmon: (k10temp) Swap Tdie and Tctl on Family 17h CPUsGuenter Roeck2020-03-091-9/+9
* hwmon: (k10temp) Display up to eight sets of CCD temperaturesGuenter Roeck2020-01-241-41/+41
* hwmon: (k10temp) Add debugfs supportGuenter Roeck2020-01-231-1/+77
* hwmon: (k10temp) Don't show temperature limits on Ryzen (Zen) CPUsGuenter Roeck2020-01-231-1/+1
* hwmon: (k10temp) Show core and SoC current and voltages on Ryzen CPUsGuenter Roeck2020-01-231-3/+131
* hwmon: (k10temp) Report temperatures per CPU dieGuenter Roeck2020-01-231-1/+79
* hmon: (k10temp) Convert to use devm_hwmon_device_register_with_infoGuenter Roeck2020-01-231-101/+112
* hwmon: (k10temp) Use bitopsGuenter Roeck2020-01-231-6/+10
* hwmon: (k10temp) Add support for AMD family 17h, model 70h CPUsMarcel Bocu2019-09-031-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 56Thomas Gleixner2019-05-241-13/+1
* Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-6/+7
|\
| * hwmon: (k10temp) Add Hygon Dhyana supportPu Wen2018-12-171-1/+2
| * hwmon: (k10temp) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-5/+5
* | hwmon/k10temp: Add support for AMD family 17h, model 30h CPUsWoods, Brian2018-11-071-0/+1
* | hwmon/k10temp, x86/amd_nb: Consolidate shared device IDsWoods, Brian2018-11-071-8/+1
|/
* hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processorsGuenter Roeck2018-10-111-2/+3