aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max6642.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-1/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-02-18hwmon: (max6642) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-15/+16
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-10-18hwmon: (max6642 fix coccinelle warningsFengguang Wu1-4/+1
2013-10-13hwmon: (max6642) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+24
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-1/+1
2012-10-10hwmon: Update Alexey Fisher's nameOleksij Rempel1-1/+1
2012-07-21hwmon: (max6642) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-1/+1
2011-06-04hwmon: (max6642): Better chip detection schemaPer Dalén1-2/+16
2011-06-01hwmon: (max6642) Rename temp_fault sysfs attribute to temp2_faultPer Dalen1-2/+2
2011-05-19hwmon: Add support for MAX6642Per Dalén1-0/+356