aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/tmp401.c
AgeCommit message (Expand)Author
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