summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max6650.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (max6650) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-20/+24
* hwmon: (max6650) Allow fan shutdown and initial rpm targetMike Looijmans2016-09-081-41/+67
* hwmon: (max6650) Add devicetree supportMike Looijmans2016-09-081-11/+36
* hwmon: (max6650) Introduce local 'dev' variableGuenter Roeck2014-03-031-12/+12
* hwmon: (max6650) Drop error message after memory allocation failuresGuenter Roeck2014-03-031-3/+1
* hwmon: (max6650) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-49/+28
* hwmon: (max6650) Rearrange code to no longer require forward declarationsGuenter Roeck2014-03-031-119/+109
* hwmon: Correct some typosLABBE Corentin2013-10-181-1/+1
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-2/+2
* hwmon: (max6650) Convert to use devm_ functionsGuenter Roeck2012-07-211-6/+4
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-181-12/+1
* hwmon: (max6650) Fix multi-line commentsGuenter Roeck2012-03-181-23/+28
* hwmon: (max6650) Fix checkpatch issuesGuenter Roeck2012-03-181-50/+63
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-1/+1
* hwmon: (max6650) Properly support the MAX6650Jean Delvare2011-05-251-6/+28
* hwmon: (max6650) Drop device detectionJean Delvare2011-05-251-44/+0
* hwmon: Change mail address of Hans J. KochHans J. Koch2010-11-151-1/+1
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-3/+1
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-1/+1
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-2/+2
* hwmon: Clean up detect functionsJean Delvare2009-12-091-18/+2
* hwmon: (max6650) Fix lock imbalanceJiri Slaby2009-07-111-0/+1
* hwmon: (max6650) Add support for alarmsChristian Engelmayer2009-06-151-1/+85
* hwmon: (max6650) Convert to a new-style i2c driverJean Delvare2008-07-161-55/+47
* hwmon: normal_i2c arrays should be constMark M. Hoffman2008-02-181-1/+2
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: New max6650 driverHans-Juergen Koch2007-05-081-0/+693