summaryrefslogtreecommitdiff
path: root/drivers/hwmon/adt7470.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10hwmon: (adt7470) Add thermal zone sensor supportLuiz Angelo Daros de Luca1-0/+2
2026-08-10hwmon: (adt7470) Expose fan control via PWM frameworkLuiz Angelo Daros de Luca1-1/+193
2026-08-10hwmon: (adt7470) Add ADT7470_PWM_MAX macroLuiz Angelo Daros de Luca1-3/+4
2026-07-27hwmon: (adt7470) Fix PWM auto temp state array and bounds checkLuiz Angelo Daros de Luca1-1/+6
2026-07-27hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed readLuiz Angelo Daros de Luca1-13/+10
2026-07-27hwmon: (adt7470) Use cached PWM frequency valueLuiz Angelo Daros de Luca1-2/+18
2026-07-27hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masksLuiz Angelo Daros de Luca1-2/+2
2026-07-27hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()Luiz Angelo Daros de Luca1-2/+17
2026-07-27hwmon: (adt7470) Fix busy-loop and I2C flooding in update threadLuiz Angelo Daros de Luca1-1/+1
2026-07-27hwmon: (adt7470) Fix cache updated before hardware write on I2C errorLuiz Angelo Daros de Luca1-5/+9
2026-07-27hwmon: (adt7470) Fix fans stuck in manual mode on I2C errorsLuiz Angelo Daros de Luca1-11/+29
2026-06-09hwmon: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-1/+1
2024-07-31hwmon: (adt7470) Use multi-byte regmap operationsGuenter Roeck1-15/+7
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: adt7470: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-04-08hwmon: (adt7470) Fix warning on module removalArmin Wolf1-2/+2
2022-01-23hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()Dan Carpenter1-0/+3
2021-08-27hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info APIChris Packham1-397/+284
2021-08-27hwmon: (adt7470) Convert to use regmapChris Packham1-172/+240
2021-08-27hwmon: (adt7470) Fix some style issuesChris Packham1-3/+3
2020-12-02hwmon: (adt7470) Create functions for updating readings and limitsChris Packham1-36/+118
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-16hwmon: (adt7470) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-231/+144
2017-01-02hwmon: (adt7470) use permission-specific DEVICE_ATTR variantsJulia Lawall1-27/+21
2016-12-09hwmon: (adt7470) Fix overflows seen when writing into limit attributesGuenter Roeck1-3/+3
2016-09-18hwmon: (adt7470) No need for additional synchronization on kthread_stop()Daniel Wagner1-4/+0
2016-09-10hwmon: (adt7470) Allow faster removalJoshua Scott1-1/+4
2016-09-10hwmon: (adt7470) Add write support to alarm_maskJoshua Scott1-1/+24
2016-09-08hwmon: (adt7470) Expose PWM frequency to sysfsJoshua Scott1-0/+74
2014-08-04hwmon: (adt7470) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-54/+41
2014-08-04hwmon: (adt7470) Avoid forward declarationAxel Lin1-36/+30
2014-07-16hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck1-3/+3
2013-08-27hwmon: Change my email address.Darrick J. Wong1-2/+2
2013-08-08hwmon: (adt7470) Fix incorrect return code checkCurt Brune1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-10/+10
2012-09-23hwmon: (adt7470) Convert to use devm_ functionsGuenter Roeck1-10/+5
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2012-03-18hwmon: (adt7470) fix checkpatch issuesFrans Meulenbroeks1-3/+3
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-13/+13
2011-01-08hwmon: (adt7470) Use pr_fmt and pr_<level>Joe Perches1-1/+3
2010-11-11hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-4/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+2
2009-12-09hwmon: Clean up detect functionsJean Delvare1-15/+10