aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pc87360.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25hwmon: (pc87360) Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-720/+735
2022-09-25hwmon: (pc87360) Introduce a #define for the driver name and use itUwe Kleine-König1-3/+5
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2021-01-27hwmon: (pc87360) convert comma to semicolonZheng Yongjun1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-02-18hwmon: (pc87360) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-223/+204
2017-01-02hwmon: (pc87360) use permission-specific DEVICE_ATTR variantsJulia Lawall1-13/+13
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-05hwmon: (pc87360) Fix vrm write operationAxel Lin1-0/+3
2014-04-04hwmon: (pc87360) Avoid initializing the same field twiceJean Delvare1-6/+6
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-13/+12
2012-11-28hwmon: remove use of __devexitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (pc87360) Convert to use devm_ functionsGuenter Roeck1-28/+13
2012-03-18hwmon: (pc87360) Fix: do not use assignment in if conditionGuenter Roeck1-71/+58
2012-03-18hwmon: (pc87360) Fix checkpatch issuesGuenter Roeck1-144/+260
2012-03-18hwmon: (pc87360) Fix multi-line commentsGuenter Roeck1-27/+46
2011-01-12hwmon: (pc87360) Use pr_fmt and pr_<level>Joe Perches1-30/+23
2010-08-14hwmon: (pc87360) Fix device resource declarationJean Delvare1-14/+17
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare1-0/+6
2008-10-20hwmon/pc87360 separate alarm files: add therm-min/max/crit-alarmsJim Cromie1-1/+57
2008-10-20hwmon/pc87360 separate alarm files: add dev_dbg helpJim Cromie1-4/+12
2008-10-20hwmon/pc87360 separate alarm files: define LDNI_MAX constJim Cromie1-2/+3
2008-10-20hwmon/pc87360 separate alarm files: add temp-min/max/crit/fault-alarmsJim Cromie1-4/+80
2008-10-20hwmon/pc87360 separate alarm files: add in-min/max-alarmsJim Cromie1-1/+51
2008-10-20hwmon/pc87360 separate alarm files: define some constantsJim Cromie1-11/+22
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare1-1/+5
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare1-1/+1
2007-07-19hwmon/pc87360: Convert to a platform driverJean Delvare1-95/+137
2006-12-12hwmon/pc87360: Autodetect the VRM versionJim Cromie1-1/+1
2006-09-28pc87360: Check for error on sysfs files creationJim Cromie1-40/+49
2006-09-28pc87360: Delete sysfs files on device deletionJim Cromie1-0/+87
2006-09-28pc87360: Move some code aroundJim Cromie1-28/+28
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-30/+31
2006-03-23[PATCH] hwmon: Use attribute arrays in pc87360Jim Cromie1-207/+201
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-3/+5
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-09-05[PATCH] hwmon: (3/3) pc87360 driver updateJim Cromie1-30/+24
2005-09-05[PATCH] hwmon: (2/3) pc87360 driver updateJim Cromie1-56/+56
2005-09-05[PATCH] hwmon: (1/3) pc87360 driver updateJim Cromie1-370/+405
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare1-1/+1
2005-09-05[PATCH] hwmon: tag super-i/o find functions __initJean Delvare1-1/+1
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-4/+1