| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | hwmon: Use named initializers for arrays of i2c_device_data | Uwe Kleine-König (The Capable Hub) | 1 | -1/+1 |
| 2024-05-01 | hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 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 |
| 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 | -2/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-02-18 | hwmon: (lm77) Use permission specific SENSOR[_DEVICE]_ATTR variants | Guenter Roeck | 1 | -22/+19 |
| 2014-07-31 | hwmon: (lm77) Prevent overflow problem when writing large limits | Axel Lin | 1 | -5/+6 |
| 2014-05-21 | hwmon: (lm77) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 1 | -39/+14 |
| 2014-05-21 | hwmon: (lm77) Drop function macros | Guenter Roeck | 1 | -106/+74 |
| 2014-05-21 | hwmon: (lm77) Do not preserve hysteresis when updating critical temp limit | Guenter Roeck | 1 | -6/+0 |
| 2014-05-21 | hwmon: (lm77) Rearrange code to no longer require forward declarations | Guenter Roeck | 1 | -92/+81 |
| 2014-05-21 | hwmon: (lm77) Drop FSF mailing address | Guenter Roeck | 1 | -4/+0 |
| 2014-04-04 | hwmon: Avoid initializing the same field twice | Jean Delvare | 1 | -1/+0 |
| 2013-01-25 | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 1 | -1/+1 |
| 2012-07-21 | hwmon: (lm77) Convert to use devm_ functions | Guenter Roeck | 1 | -10/+4 |
| 2012-07-21 | hwmon: (lm77) Improve code readability | Guenter Roeck | 1 | -30/+29 |
| 2012-03-18 | hwmon: (lm77) Fix checkpatch issues | Guenter Roeck | 1 | -64/+95 |
| 2012-03-18 | hwmon: convert drivers/hwmon/* to use module_i2c_driver() | Axel Lin | 1 | -12/+1 |
| 2011-11-04 | hwmon: Use i2c_smbus_{read,write}_word_swapped | Jean Delvare | 1 | -2/+2 |
| 2009-12-14 | i2c: Drop I2C_CLIENT_INSMOD_1 | Jean Delvare | 1 | -4/+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 | -3/+2 |
| 2009-12-09 | hwmon: (lm77) Clean up detect function | Jean Delvare | 1 | -40/+38 |
| 2008-07-16 | hwmon: (lm77) Convert to a new-style i2c driver | Jean Delvare | 1 | -57/+45 |
| 2008-02-18 | hwmon: normal_i2c arrays should be const | Mark M. Hoffman | 1 | -1/+2 |
| 2008-02-07 | hwmon: (lm77) Add individual alarm files | Jean Delvare | 1 | -5/+15 |
| 2007-10-09 | hwmon: Convert from class_device to device | Tony Jones | 1 | -5/+5 |
| 2007-10-09 | hwmon: Allow writing of negative trigger temperatures | Christian Hohnstaedt | 1 | -1/+1 |
| 2006-09-28 | hwmon: Fix unchecked return status, batch 2 | Mark M. Hoffman | 1 | -9/+24 |
| 2006-03-23 | [PATCH] hwmon: Semaphore to mutex conversions | Ingo Molnar | 1 | -10/+11 |
| 2006-02-06 | [PATCH] hwmon: Fix negative temperature readings in lm77 driver | Jean Delvare | 1 | -4/+4 |
| 2006-01-05 | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-01-05 | [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 | Laurent Riffard | 1 | -2/+4 |
| 2006-01-05 | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 | Jean Delvare | 1 | -1/+0 |
| 2005-10-28 | [PATCH] hwmon: kzalloc conversion | Deepak Saxena | 1 | -2/+1 |
| 2005-09-05 | [PATCH] hwmon: hwmon vs i2c, second round (06/11) | Jean Delvare | 1 | -2/+1 |
| 2005-09-05 | [PATCH] hwmon: hwmon vs i2c, second round (04/11) | Jean Delvare | 1 | -2/+2 |
| 2005-09-05 | [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9) | Jean Delvare | 1 | -1/+0 |
| 2005-09-05 | [PATCH] I2C hwmon: add hwmon sysfs class to drivers | Mark M. Hoffman | 1 | -2/+14 |
| 2005-07-11 | [PATCH] I2C: Move hwmon drivers (2/3) | Jean Delvare | 1 | -0/+420 |