aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon/max6697.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit1-1/+0
2023-08-21hwmon: (max6697) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-21hwmon: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2021-04-20hwmon: Use kobj_to_dev()Guenter Roeck1-1/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2020-07-24hwmon: (max6697) Allow max6581 to create tempX_offsetChu Lin1-2/+94
2020-06-24hwmon: (max6697) Make sure the OVERT mask is set correctlyChu Lin1-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (max6697) Fix build warningGuenter Roeck1-1/+1
2018-12-16hwmon: (max6697) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-80/+64
2017-04-02hwmon: (max6697) Add OF device ID tableJavier Martinez Canillas1-1/+51
2014-08-04hwmon: (max6697) Use of_property_read_bool at appropriate placesAxel Lin1-9/+7
2013-10-18hwmon: (max6697) fix coccinelle warningsFengguang Wu1-4/+1
2013-10-13hwmon: (max6697) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-37/+17
2013-08-03hwmon: (max6697) fix MAX6581 idealityVivien Didelot1-2/+2
2013-04-07hwmon: (max6697) Use is_visible and sysfs_create_groupGuenter Roeck1-116/+93
2013-02-06hwmon: Driver for Maxim MAX6697 and compatiblesGuenter Roeck1-0/+726