aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max6650.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-04-23hwmon: (max6650) Drop call to thermal_cdev_updateGuenter Roeck
2019-04-20hwmon: (max6650) add thermal cooling device capabilityJean-Francois Dagenais
2019-04-15hwmon: (max6650) Fix build warningGuenter Roeck
2019-02-18hwmon: (max6650) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck
2018-12-16hwmon: (max6650) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2017-01-02hwmon: (max6650) use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-09-08hwmon: (max6650) Allow fan shutdown and initial rpm targetMike Looijmans
2016-09-08hwmon: (max6650) Add devicetree supportMike Looijmans
2014-03-03hwmon: (max6650) Introduce local 'dev' variableGuenter Roeck
2014-03-03hwmon: (max6650) Drop error message after memory allocation failuresGuenter Roeck
2014-03-03hwmon: (max6650) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2014-03-03hwmon: (max6650) Rearrange code to no longer require forward declarationsGuenter Roeck
2013-10-18hwmon: Correct some typosLABBE Corentin
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-07-21hwmon: (max6650) Convert to use devm_ functionsGuenter Roeck
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-03-18hwmon: (max6650) Fix multi-line commentsGuenter Roeck
2012-03-18hwmon: (max6650) Fix checkpatch issuesGuenter Roeck
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2011-05-25hwmon: (max6650) Properly support the MAX6650Jean Delvare
2011-05-25hwmon: (max6650) Drop device detectionJean Delvare
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
2009-12-09hwmon: Clean up detect functionsJean Delvare
2009-07-11hwmon: (max6650) Fix lock imbalanceJiri Slaby
2009-06-15hwmon: (max6650) Add support for alarmsChristian Engelmayer
2008-07-16hwmon: (max6650) Convert to a new-style i2c driverJean Delvare
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman
2007-10-09hwmon: Convert from class_device to deviceTony Jones
2007-05-08hwmon: New max6650 driverHans-Juergen Koch