summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/via-cputemp.c
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: (via-cputemp) Remove bogus "SHOW" global variableH. Peter Anvin2010-08-141-1/+1
| | | | | | | | | | | | The via-cputemp hwmon driver was probably intending "typedef enum { ... } SHOW;", but the "typedef" was missing creating a global variable named "SHOW". There is absolutely no reason to have this in the global namespace. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Acked-by: Harald Welte <HaraldWelte@viatech.com> Cc: Juerg Haefliger <juergh@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
* hwmon: Add driver for VIA CPU core temperatureHarald Welte2009-12-161-0/+356
This is a driver for the on-die digital temperature sensor of VIA's recent CPU models. [JD: Misc clean-ups.] Signed-off-by: Harald Welte <HaraldWelte@viatech.com> Cc: Juerg Haefliger <juergh@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org> Tested-by: Adam Nielsen <a.nielsen@shikadi.net>
OpenPOWER on IntegriCloud