summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/thmc50.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* hwmon: (thmc50) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-161-42/+41Star
* hwmon: (thmc50) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-53/+25Star
* hwmon: (thmc50) Avoid forward declarationAxel Lin2014-08-041-84/+76Star
* hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck2013-04-081-4/+3Star
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-261-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-221-12/+5Star
* hwmon: (thmc50) Fix checkpatch issuesGuenter Roeck2012-03-191-27/+44
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-12/+1Star
* 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/+8Star
* 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/+53Star
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-191-1/+1
* hwmon: (thmc50) Storage class should be before const qualifierTobias Klauser2008-02-171-3/+3
* hwmon: (thmc50) Fix a debug messageJean Delvare2007-10-101-6/+6
* hwmon: (thmc50) Don't create temp3 if not enabledJean Delvare2007-10-101-9/+9
* hwmon: (thmc50) Fix alarms clearingKrzysztof Helt2007-10-101-4/+4
* hwmon: Convert from class_device to deviceTony Jones2007-10-101-5/+5
* hwmon: (thmc50) add individual alarm & fault filesKrzysztof Helt2007-10-101-0/+28
* hwmon: add support for THMC50 and ADM1022Krzysztof Helt2007-07-311-0/+440