aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/thmc50.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (thmc50) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-42/+41
2014-08-04hwmon: (thmc50) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-53/+25
2014-08-04hwmon: (thmc50) Avoid forward declarationAxel Lin1-84/+76
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+3
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-3/+3
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-07-21hwmon: (thmc50) Convert to use devm_ functionsGuenter Roeck1-12/+5
2012-03-18hwmon: (thmc50) Fix checkpatch issuesGuenter Roeck1-27/+44
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-1/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+2
2009-12-09hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARMJean Delvare1-1/+5
2009-12-09hwmon: Clean up detect functionsJean Delvare1-23/+8
2008-08-06hwmon: (thmc50) Add support for critical temperature limitsKrzysztof Helt1-1/+27
2008-07-16hwmon: (thmc50) Convert to a new-style i2c driverJean Delvare1-54/+53
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2008-02-17hwmon: (thmc50) Storage class should be before const qualifierTobias Klauser1-3/+3
2007-10-09hwmon: (thmc50) Fix a debug messageJean Delvare1-6/+6
2007-10-09hwmon: (thmc50) Don't create temp3 if not enabledJean Delvare1-9/+9
2007-10-09hwmon: (thmc50) Fix alarms clearingKrzysztof Helt1-4/+4
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: (thmc50) add individual alarm & fault filesKrzysztof Helt1-0/+28
2007-07-30hwmon: add support for THMC50 and ADM1022Krzysztof Helt1-0/+440