aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/tmp401.c
AgeCommit message (Expand)Author
2022-05-18hwmon: (tmp401) Add OF device ID tableCamel Guo
2020-09-23hwmon: use simple i2c probe functionStephen Kitt
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2018-12-16hwmon: (tmp401) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2017-01-10hwmon: (tmp401) use smb word operations instead of 2 smb byte operationsJeroen De Wachter
2017-01-02hwmon: (tmp401) use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-06-27hwmon: (tmp401) Add support for TI TMP461Andrew F. Davis
2015-05-29hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck
2014-12-08hwmon: (tmp401) Detect TMP435 on all addresses it supportsGuenter Roeck
2014-12-04hwmon: (tmp401) Bail out from tmp401_probe() in case of write errorsBartosz Golaszewski
2014-12-04hwmon: (tmp401) Add support for TI TMP435Patrick Titiano
2013-10-18hwmon: (tmp401) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2013-05-19hwmon: (tmp401) Drop redundant safety on cache lifetimeJean Delvare
2013-04-21hwmon: (tmp401) Add support for TMP432Guenter Roeck
2013-04-21hwmon: (tmp401) Add support for update_interval attributeGuenter Roeck
2013-04-21hwmon: (tmp401) Reset valid flag when resetting temperature historyGuenter Roeck
2013-04-21hwmon: (tmp401) Simplification and cleanupGuenter Roeck
2013-04-14hwmon: (tmp401) Use sysfs_create_group / sysfs_remove_groupGuenter Roeck
2013-04-14hwmon: (tmp401) Drop unused defines, use BIT for bit masksGuenter Roeck
2013-04-07hwmon: (tmp401) Fix device detection for TMP411B and TMP411CGuenter Roeck
2013-04-07hwmon: (tmp401) Add support for TMP431Guenter Roeck
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-07-21hwmon: (tmp401) Convert to use devm_ functionsGuenter Roeck
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-02-21Typos: change aditional to additional.Justin P. Mattock
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks
2010-05-27hwmon: (tmp401) Reorganize code to get rid of static forward declarationsAndre Prendel
2010-05-27hwmon: (tmp401) Use constants for sysfs file permissionsAndre Prendel
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
2009-12-09hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare
2009-06-15hwmon: (tmp401) Add support for TI's TMP411 sensors chipAndre Prendel
2009-06-15hwmon: (tmp401) Add support for TI's TMP401 sensor chipHans de Goede