aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max6650.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-23hwmon: (max6650) Fix unused variable warningArnd Bergmann1-10/+9
2019-06-23hwmon: (max6650) Fix minor formatting issuesGuenter Roeck1-5/+4
2019-06-23hwmon: (max6650) Improve error handling in max6650_update_deviceGuenter Roeck1-7/+24
2019-06-23hwmon: (max6650) Read non-volatile registers only onceGuenter Roeck1-8/+15
2019-06-23hwmon: (max6650) Convert to use devm_hwmon_device_register_with_infoGuenter Roeck1-261/+247
2019-06-23hwmon: (max6650) Simplify alarm handlingGuenter Roeck1-6/+3
2019-06-23hwmon: (max6650) Cache alarm_en registerGuenter Roeck1-3/+9
2019-06-23hwmon: (max6650) Declare valid as booleanGuenter Roeck1-2/+2
2019-06-23hwmon: (max6650) Improve error handling in max6650_init_clientGuenter Roeck1-19/+24
2019-06-23hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwmGuenter Roeck1-28/+27
2019-06-23hwmon: (max6650) Use devm function to register thermal deviceGuenter Roeck1-20/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-23hwmon: (max6650) Drop call to thermal_cdev_updateGuenter Roeck1-2/+0
2019-04-20hwmon: (max6650) add thermal cooling device capabilityJean-Francois Dagenais1-1/+89
2019-04-15hwmon: (max6650) Fix build warningGuenter Roeck1-1/+1
2019-02-18hwmon: (max6650) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-3/+3
2018-12-16hwmon: (max6650) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-18/+13
2017-01-02hwmon: (max6650) use permission-specific DEVICE_ATTR variantsJulia Lawall1-20/+24
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