aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp401.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2018-12-16hwmon: (tmp401) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-69/+57
2017-01-10hwmon: (tmp401) use smb word operations instead of 2 smb byte operationsJeroen De Wachter1-35/+14
2017-01-02hwmon: (tmp401) use permission-specific DEVICE_ATTR variantsJulia Lawall1-6/+5
2016-06-27hwmon: (tmp401) Add support for TI TMP461Andrew F. Davis1-6/+29
2015-05-29hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck1-1/+1
2014-12-08hwmon: (tmp401) Detect TMP435 on all addresses it supportsGuenter Roeck1-5/+4
2014-12-04hwmon: (tmp401) Bail out from tmp401_probe() in case of write errorsBartosz Golaszewski1-10/+14
2014-12-04hwmon: (tmp401) Add support for TI TMP435Patrick Titiano1-2/+11
2013-10-18hwmon: (tmp401) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-64/+28
2013-05-19hwmon: (tmp401) Drop redundant safety on cache lifetimeJean Delvare1-1/+1
2013-04-21hwmon: (tmp401) Add support for TMP432Guenter Roeck1-37/+155
2013-04-21hwmon: (tmp401) Add support for update_interval attributeGuenter Roeck1-1/+53
2013-04-21hwmon: (tmp401) Reset valid flag when resetting temperature historyGuenter Roeck1-2/+6
2013-04-21hwmon: (tmp401) Simplification and cleanupGuenter Roeck1-234/+137
2013-04-14hwmon: (tmp401) Use sysfs_create_group / sysfs_remove_groupGuenter Roeck1-63/+91
2013-04-14hwmon: (tmp401) Drop unused defines, use BIT for bit masksGuenter Roeck1-11/+10
2013-04-07hwmon: (tmp401) Fix device detection for TMP411B and TMP411CGuenter Roeck1-2/+16
2013-04-07hwmon: (tmp401) Add support for TMP431Guenter Roeck1-3/+12
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-2/+3
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-7/+7
2012-07-21hwmon: (tmp401) Convert to use devm_ functionsGuenter Roeck1-3/+3
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-12/+1
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-02-21Typos: change aditional to additional.Justin P. Mattock1-1/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-5/+5
2010-05-27hwmon: (tmp401) Reorganize code to get rid of static forward declarationsAndre Prendel1-108/+97
2010-05-27hwmon: (tmp401) Use constants for sysfs file permissionsAndre Prendel1-22/+28
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare1-4/+3
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-2/+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: (tmp401/tmp421) Clean up detect functionsJean Delvare1-29/+26
2009-06-15hwmon: (tmp401) Add support for TI's TMP411 sensors chipAndre Prendel1-24/+149
2009-06-15hwmon: (tmp401) Add support for TI's TMP401 sensor chipHans de Goede1-0/+565