aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/k8temp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-15/+1
2019-02-18hwmon: (k8temp) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-6/+6
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2017-01-02hwmon: (k8temp) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2014-01-14hwmon: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+2
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-10hwmon: Drop needless includes of <linux/delay.h>Jean Delvare1-1/+0
2012-07-21hwmon: (k8temp) Convert to use devm_ functionsGuenter Roeck1-18/+7
2012-05-20hwmon: use module_pci_driverAxel Lin1-12/+1
2012-03-18hwmon: (k8temp) fix checkpatch issuesFrans Meulenbroeks1-7/+8
2012-03-18hwmon: use DEFINE_PCI_DEVICE_TABLEFrans Meulenbroeks1-1/+1
2011-05-25hwmon: Use helper functions to set and get driver dataJean Delvare1-4/+4
2010-10-28hwmon: (k8temp) Remove superfluous CPU family checkAndreas Herrmann1-29/+22
2010-08-25hwmon: (k8temp) Differentiate between AM2 and ASB1Andreas Herrmann1-3/+32
2010-08-14hwmon: (k8temp) Adjust confusing if indentationJulia Lawall1-1/+2
2010-07-09hwmon: (k8temp) Fix temperature reporting for ASB1 processor revisionsAndreas Herrmann1-4/+6
2010-06-20hwmon: (k8temp) Bypass core swapping on single-core processorsJean Delvare1-1/+1
2010-01-10hwmon: Make PCI device ids constantMárton Németh1-1/+1
2009-01-15hwmon: (k8temp) Fix temperature reporting for (most) K8 RevG CPUsAndreas Herrmann1-2/+15
2009-01-15hwmon: (k8temp) Fix wrong sensor selection for AMD K8 RevF/RevG CPUsAndreas Herrmann1-0/+9
2009-01-15hwmon: (k8temp) Warn about fam F rev F errataAndreas Herrmann1-7/+22
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2006-12-12hwmon: Update Rudolf Marek's e-mail addressJean Delvare1-2/+2
2006-09-28k8temp: Enable automatic loadingJean Delvare1-0/+2
2006-09-28hwmon: New driver k8tempRudolf Marek1-0/+292