summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/thmc50.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (thmc50) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-53/+25
* hwmon: (thmc50) Avoid forward declarationAxel Lin2014-08-041-84/+76
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-071-4/+3
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-3/+3
* hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare2012-10-101-0/+1
* hwmon: (thmc50) Convert to use devm_ functionsGuenter Roeck2012-07-211-12/+5
* hwmon: (thmc50) Fix checkpatch issuesGuenter Roeck2012-03-181-27/+44
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-1/+1
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-1/+1
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-2/+2
* hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARMJean Delvare2009-12-091-1/+5
* hwmon: Clean up detect functionsJean Delvare2009-12-091-23/+8
* hwmon: (thmc50) Add support for critical temperature limitsKrzysztof Helt2008-08-061-1/+27
* hwmon: (thmc50) Convert to a new-style i2c driverJean Delvare2008-07-161-54/+53
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-1/+1
* hwmon: (thmc50) Storage class should be before const qualifierTobias Klauser2008-02-171-3/+3
* hwmon: (thmc50) Fix a debug messageJean Delvare2007-10-091-6/+6
* hwmon: (thmc50) Don't create temp3 if not enabledJean Delvare2007-10-091-9/+9
* hwmon: (thmc50) Fix alarms clearingKrzysztof Helt2007-10-091-4/+4
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: (thmc50) add individual alarm & fault filesKrzysztof Helt2007-10-091-0/+28
* hwmon: add support for THMC50 and ADM1022Krzysztof Helt2007-07-301-0/+440