| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-31 | hwmon: (tmp401) Use multi-byte regmap operations | Guenter Roeck | 1 | -12/+5 |
| 2024-06-08 | hwmon: (tmp401) Remove use of i2c_match_id() | Andrew Davis | 1 | -1/+1 |
| 2024-02-25 | hwmon: (tmp401) convert to use maple tree register cache | Bo Liu | 1 | -1/+1 |
| 2023-06-08 | hwmon: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2022-09-19 | hwmon: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-05-20 | hwmon: (tmp401) Fix incorrect return value of tmp401_init_client | Camel Guo | 1 | -1/+1 |
| 2022-05-20 | hwmon: (tmp401) Add support of three advanced features | Camel Guo | 1 | -1/+43 |
| 2022-05-03 | hwmon: (tmp401) Add OF device ID table | Camel Guo | 1 | -0/+11 |
| 2021-12-26 | hwmon: (tmp401) Hide register write address differences in regmap code | Guenter Roeck | 1 | -44/+25 |
| 2021-12-26 | hwmon: (tmp401) Use regmap | Guenter Roeck | 1 | -76/+149 |
| 2021-12-26 | hwmon: (tmp401) Convert to _info API | Guenter Roeck | 1 | -386/+348 |
| 2021-12-26 | hwmon: (tmp401) Simplify temperature register arrays | Guenter Roeck | 1 | -28/+11 |
| 2021-10-27 | hwmon: (tmp401) Drop support for TMP461 | Guenter Roeck | 1 | -23/+2 |
| 2021-10-12 | hwmon: cleanup non-bool "valid" data fields | Paul Fertser | 1 | -3/+3 |
| 2020-09-23 | hwmon: use simple i2c probe function | Stephen Kitt | 1 | -4/+3 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -14/+1 |
| 2018-12-16 | hwmon: (tmp401) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO} | Guenter Roeck | 1 | -69/+57 |
| 2017-01-10 | hwmon: (tmp401) use smb word operations instead of 2 smb byte operations | Jeroen De Wachter | 1 | -35/+14 |
| 2017-01-02 | hwmon: (tmp401) use permission-specific DEVICE_ATTR variants | Julia Lawall | 1 | -6/+5 |
| 2016-06-27 | hwmon: (tmp401) Add support for TI TMP461 | Andrew F. Davis | 1 | -6/+29 |
| 2015-05-29 | hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 | Guenter Roeck | 1 | -1/+1 |
| 2014-12-08 | hwmon: (tmp401) Detect TMP435 on all addresses it supports | Guenter Roeck | 1 | -5/+4 |
| 2014-12-04 | hwmon: (tmp401) Bail out from tmp401_probe() in case of write errors | Bartosz Golaszewski | 1 | -10/+14 |
| 2014-12-04 | hwmon: (tmp401) Add support for TI TMP435 | Patrick Titiano | 1 | -2/+11 |
| 2013-10-18 | hwmon: (tmp401) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 1 | -64/+28 |
| 2013-05-19 | hwmon: (tmp401) Drop redundant safety on cache lifetime | Jean Delvare | 1 | -1/+1 |
| 2013-04-21 | hwmon: (tmp401) Add support for TMP432 | Guenter Roeck | 1 | -37/+155 |
| 2013-04-21 | hwmon: (tmp401) Add support for update_interval attribute | Guenter Roeck | 1 | -1/+53 |
| 2013-04-21 | hwmon: (tmp401) Reset valid flag when resetting temperature history | Guenter Roeck | 1 | -2/+6 |
| 2013-04-21 | hwmon: (tmp401) Simplification and cleanup | Guenter Roeck | 1 | -234/+137 |
| 2013-04-14 | hwmon: (tmp401) Use sysfs_create_group / sysfs_remove_group | Guenter Roeck | 1 | -63/+91 |
| 2013-04-14 | hwmon: (tmp401) Drop unused defines, use BIT for bit masks | Guenter Roeck | 1 | -11/+10 |
| 2013-04-07 | hwmon: (tmp401) Fix device detection for TMP411B and TMP411C | Guenter Roeck | 1 | -2/+16 |
| 2013-04-07 | hwmon: (tmp401) Add support for TMP431 | Guenter Roeck | 1 | -3/+12 |
| 2013-04-07 | hwmon: Fix checkpatch warning 'quoted string split across lines' | Guenter Roeck | 1 | -2/+3 |
| 2013-01-25 | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 1 | -7/+7 |
| 2012-07-21 | hwmon: (tmp401) Convert to use devm_ functions | Guenter Roeck | 1 | -3/+3 |
| 2012-03-21 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+1 |
| 2012-03-18 | hwmon: convert drivers/hwmon/* to use module_i2c_driver() | Axel Lin | 1 | -12/+1 |
| 2012-02-21 | Typos: change aditional to additional. | Justin P. Mattock | 1 | -1/+1 |
| 2012-01-05 | hwmon: replaced strict_str* with kstr* | Frans Meulenbroeks | 1 | -5/+5 |
| 2010-05-27 | hwmon: (tmp401) Reorganize code to get rid of static forward declarations | Andre Prendel | 1 | -108/+97 |
| 2010-05-27 | hwmon: (tmp401) Use constants for sysfs file permissions | Andre Prendel | 1 | -22/+28 |
| 2010-03-05 | hwmon: Fix off-by-one kind values | Jean Delvare | 1 | -4/+3 |
| 2009-12-14 | i2c: Drop I2C_CLIENT_INSMOD_2 to 8 | Jean Delvare | 1 | -2/+1 |
| 2009-12-14 | i2c: Get rid of struct i2c_client_address_data | Jean Delvare | 1 | -1/+1 |
| 2009-12-14 | i2c: Drop the kind parameter from detect callbacks | Jean Delvare | 1 | -2/+2 |
| 2009-12-09 | hwmon: (tmp401/tmp421) Clean up detect functions | Jean Delvare | 1 | -29/+26 |
| 2009-06-15 | hwmon: (tmp401) Add support for TI's TMP411 sensors chip | Andre Prendel | 1 | -24/+149 |
| 2009-06-15 | hwmon: (tmp401) Add support for TI's TMP401 sensor chip | Hans de Goede | 1 | -0/+565 |