aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max1668.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2014-08-04hwmon: (max1668) Make max1668_addr_list array constAxel Lin1-1/+1
2014-03-03hwmon: (max1668) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-49/+18
2014-03-03hwmon: (max1668) Don't hide return value from i2c_smbus_write_byte_dataGuenter Roeck1-6/+8
2014-02-18hwmon: (max1668) Fix writing the minimum temperatureGuenter Roeck1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-2/+2
2012-09-23hwmon: (max1668) Convert to use devm_ functionsGuenter Roeck1-5/+3
2012-03-18hwmon: (max1668) Fix multi-line commentsGuenter Roeck1-19/+19
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-07-28hwmon: (max1668) Add support for tempX_fault attributesGuenter Roeck1-4/+26
2011-07-28hwmon: Driver for MAX1668David George1-0/+480