aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7475.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13hwmon: (adt7475) constify attribute_group structures.Arvind Yadav1-8/+8
2017-06-11hwmon: (adt7475) temperature smoothingChris Packham1-0/+91
2017-06-11hwmon: (adt7475) add high frequency supportChris Packham1-4/+5
2017-06-11hwmon: (adt7475) fan stall preventionChris Packham1-0/+50
2017-06-11hwmon: (adt7475) replace find_nearest() with find_closest()Chris Packham1-31/+3
2017-04-21hwmon: (adt7475) set start bit in probeChris Packham1-0/+13
2017-04-02hwmon: (adt7475) Add OF device ID tableJavier Martinez Canillas1-1/+30
2017-01-02hwmon: (adt7475) use permission-specific DEVICE_ATTR variantsJulia Lawall1-14/+14
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-9/+9
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare1-0/+1
2012-07-21hwmon: (adt7475) Convert to use devm_ functionsGuenter Roeck1-5/+2
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-03-18hwmon: (adt7475) Fix multi-line commentsGuenter Roeck1-32/+58
2012-03-18hwmon: (adt7475) fix checkpatch issuesFrans Meulenbroeks1-1/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-10/+10
2010-10-28hwmon: I2C addresses are constantJean Delvare1-1/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-1/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-1/+1
2009-12-09hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare1-3/+63
2009-12-09hwmon: (adt7475) Add support for the ADT7476Jean Delvare1-18/+62
2009-12-09hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare1-6/+36
2009-12-09hwmon: (adt7475) Print device information on probeJean Delvare1-0/+18
2009-12-09hwmon: (adt7475) Handle alternative pin functionsJean Delvare1-15/+99
2009-12-09hwmon: (adt7475) Move sysfs files removal to a separate functionJean Delvare1-6/+10
2009-12-09hwmon: (adt7475) Add support for the ADT7490Jean Delvare1-12/+103
2009-12-09hwmon: (adt7475) Improve device detectionJean Delvare1-4/+9
2009-12-09hwmon: (adt7475) Add missing static markerJean Delvare1-1/+1
2009-12-09hwmon: (adt7475) Rework voltage inputs handlingJean Delvare1-35/+48
2009-12-09hwmon: (adt7475) Implement pwm_use_point2_pwm_at_critJean Delvare1-0/+42
2009-12-09hwmon: (adt7475) Add support for the ADT7473Jean Delvare1-8/+17
2009-12-09hwmon: Clean up detect functionsJean Delvare1-8/+6
2009-11-16hwmon: (adt7475) Fix sysfs file namesJean Delvare1-6/+6
2009-11-16hwmon: (adt7475) Cache limits for 60 secondsJean Delvare1-1/+1
2009-11-16hwmon: (adt7475) Fix temperature fault flagsJean Delvare1-2/+1
2009-01-15hwmon: Add a driver for the ADT7475 hardware monitoring chipJordan Crouse1-0/+1221