summaryrefslogtreecommitdiff
path: root/drivers/hwmon/max6650.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-08hwmon: (max6650) Allow fan shutdown and initial rpm targetMike Looijmans1-41/+67
2016-09-08hwmon: (max6650) Add devicetree supportMike Looijmans1-11/+36
2014-03-03hwmon: (max6650) Introduce local 'dev' variableGuenter Roeck1-12/+12
2014-03-03hwmon: (max6650) Drop error message after memory allocation failuresGuenter Roeck1-3/+1
2014-03-03hwmon: (max6650) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-49/+28
2014-03-03hwmon: (max6650) Rearrange code to no longer require forward declarationsGuenter Roeck1-119/+109
2013-10-18hwmon: Correct some typosLABBE Corentin1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-2/+2
2012-07-21hwmon: (max6650) Convert to use devm_ functionsGuenter Roeck1-6/+4
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-03-18hwmon: (max6650) Fix multi-line commentsGuenter Roeck1-23/+28
2012-03-18hwmon: (max6650) Fix checkpatch issuesGuenter Roeck1-50/+63
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-05-25hwmon: (max6650) Properly support the MAX6650Jean Delvare1-6/+28
2011-05-25hwmon: (max6650) Drop device detectionJean Delvare1-44/+0
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch1-1/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-3/+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-2/+2
2009-12-09hwmon: Clean up detect functionsJean Delvare1-18/+2
2009-07-11hwmon: (max6650) Fix lock imbalanceJiri Slaby1-0/+1
2009-06-15hwmon: (max6650) Add support for alarmsChristian Engelmayer1-1/+85
2008-07-16hwmon: (max6650) Convert to a new-style i2c driverJean Delvare1-55/+47
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+2
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-05-08hwmon: New max6650 driverHans-Juergen Koch1-0/+693