aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7410.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25hwmon: (adt7x10) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-1/+1
2022-02-27hwmon: (adt7x10) Remove empty driver removal callbackCosmin Tanislav1-7/+0
2022-02-27hwmon: (adt7x10) Use devm_hwmon_device_register_with_infoCosmin Tanislav1-1/+1
2022-02-27hwmon: (adt7x10) Convert to use regmapGuenter Roeck1-19/+58
2021-10-12hwmon: (adt7x10) Make adt7x10_remove() return voidUwe Kleine-König1-1/+2
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2013-04-07hwmon: (adt7x10) Add alarm interrupt supportLars-Peter Clausen1-2/+2
2013-04-07hwmon: (adt7410) Add support for the adt7310/adt7320Lars-Peter Clausen1-436/+31
2013-04-07hwmon: (adt7410) Don't re-read non-volatile registersLars-Peter Clausen1-33/+58
2013-02-19hwmon: (adt7410) Add device table entry for the adt7420Lars-Peter Clausen1-1/+2
2013-02-19hwmon: (adt7410) Use I2C_ADDRS helper macroLars-Peter Clausen1-5/+1
2013-02-19hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macroLars-Peter Clausen1-4/+2
2013-02-19hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEPLars-Peter Clausen1-1/+1
2013-02-19hwmon: (adt7410) Clear unwanted bits in the config registerLars-Peter Clausen1-0/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-5/+5
2012-09-23hwmon: (adt7410) handle errors from adt7410_update_device()Dan Carpenter1-2/+7
2012-09-23hwmon: Driver for ADT7410Hartmut Knaack1-0/+459