summaryrefslogtreecommitdiff
path: root/drivers/hwmon/adt7410.c
AgeCommit message (Expand)Author
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-02-25hwmon: (adt7x10) convert to use maple tree register cacheBo Liu
2024-02-11hwmon: Drop non-functional I2C_CLASS_HWMON support for drivers w/o detect()Heiner Kallweit
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-09-25hwmon: (adt7x10) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-02-27hwmon: (adt7x10) Remove empty driver removal callbackCosmin Tanislav
2022-02-27hwmon: (adt7x10) Use devm_hwmon_device_register_with_infoCosmin Tanislav
2022-02-27hwmon: (adt7x10) Convert to use regmapGuenter Roeck
2021-10-12hwmon: (adt7x10) Make adt7x10_remove() return voidUwe Kleine-König
2020-09-23hwmon: use simple i2c probe functionStephen Kitt
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner
2013-04-07hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen
2013-04-07hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen
2013-04-07hwmon: (adt7410) Don't re-read non-volatile registersLars-Peter Clausen
2013-02-19hwmon: (adt7410) Add device table entry for the adt7420Lars-Peter Clausen
2013-02-19hwmon: (adt7410) Use I2C_ADDRS helper macroLars-Peter Clausen
2013-02-19hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macroLars-Peter Clausen
2013-02-19hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEPLars-Peter Clausen
2013-02-19hwmon: (adt7410) Clear unwanted bits in the config registerLars-Peter Clausen
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-09-23hwmon: (adt7410) handle errors from adt7410_update_device()Dan Carpenter
2012-09-23hwmon: Driver for ADT7410Hartmut Knaack