aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/max6621.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0...Gravatar Uwe Kleine-König 1-1/+1
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listGravatar Heiner Kallweit 1-1/+0
2023-08-21hwmon: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-04-19hwmon: max6621: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2021-05-17hwmon: (max6621) Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-1/+1
2020-09-23hwmon: use simple i2c probe functionGravatar Stephen Kitt 1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-04-15hwmon: (max6621) Fix build warningGravatar Guenter Roeck 1-1/+1
2019-04-15hwmon: (max6621) Use HWMON_CHANNEL_INFO macroGravatar Guenter Roeck 1-30/+12
2017-10-29hwmon: (max6621) Inverted if condition in max6621_read()Gravatar Dan Carpenter 1-1/+1
2017-10-29hwmon: (max6621) Add support for Maxim MAX6621 temperature sensorGravatar Vadim Pasternak 1-0/+593