| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-31 | hwmon: (max1668) Convert to use with_info hwmon API | Guenter Roeck | 1 | -225/+116 |
| 2024-07-31 | hwmon: (max1668) Replace chip type with number of channels | Guenter Roeck | 1 | -8/+6 |
| 2024-07-31 | hwmon: (max1668) Convert to use regmap | Guenter Roeck | 1 | -116/+99 |
| 2024-07-31 | hwmon: (max1668) Use BIT macro | Guenter Roeck | 1 | -2/+3 |
| 2024-07-31 | hwmon: (max1668) Reorder include files to alphabetic order | Guenter Roeck | 1 | -6/+6 |
| 2024-06-08 | hwmon: (max1668) Remove use of i2c_match_id() | Andrew Davis | 1 | -3/+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 |
| 2021-10-12 | hwmon: cleanup non-bool "valid" data fields | Paul Fertser | 1 | -2/+2 |
| 2020-09-23 | hwmon: use simple i2c probe function | Stephen Kitt | 1 | -4/+5 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -14/+1 |
| 2014-08-04 | hwmon: (max1668) Make max1668_addr_list array const | Axel Lin | 1 | -1/+1 |
| 2014-03-03 | hwmon: (max1668) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 1 | -49/+18 |
| 2014-03-03 | hwmon: (max1668) Don't hide return value from i2c_smbus_write_byte_data | Guenter Roeck | 1 | -6/+8 |
| 2014-02-18 | hwmon: (max1668) Fix writing the minimum temperature | Guenter Roeck | 1 | -1/+1 |
| 2013-01-25 | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 1 | -2/+2 |
| 2012-09-23 | hwmon: (max1668) Convert to use devm_ functions | Guenter Roeck | 1 | -5/+3 |
| 2012-03-18 | hwmon: (max1668) Fix multi-line comments | Guenter Roeck | 1 | -19/+19 |
| 2012-03-18 | hwmon: convert drivers/hwmon/* to use module_i2c_driver() | Axel Lin | 1 | -12/+1 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2012-01-03 | switch ->is_visible() to returning umode_t | Al Viro | 1 | -2/+2 |
| 2011-07-28 | hwmon: (max1668) Add support for tempX_fault attributes | Guenter Roeck | 1 | -4/+26 |
| 2011-07-28 | hwmon: Driver for MAX1668 | David George | 1 | -0/+480 |