index
:
pub/scm/linux/kernel/git/mic/linux.git
master
Landlock and security development tree
Mickaël Salaün
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
adt7470.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
hwmon: (adt7470) Add thermal zone sensor support
Luiz Angelo Daros de Luca
1
-0
/
+2
2026-08-10
hwmon: (adt7470) Expose fan control via PWM framework
Luiz Angelo Daros de Luca
1
-1
/
+193
2026-08-10
hwmon: (adt7470) Add ADT7470_PWM_MAX macro
Luiz Angelo Daros de Luca
1
-3
/
+4
2026-07-27
hwmon: (adt7470) Fix PWM auto temp state array and bounds check
Luiz Angelo Daros de Luca
1
-1
/
+6
2026-07-27
hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read
Luiz Angelo Daros de Luca
1
-13
/
+10
2026-07-27
hwmon: (adt7470) Use cached PWM frequency value
Luiz Angelo Daros de Luca
1
-2
/
+18
2026-07-27
hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
Luiz Angelo Daros de Luca
1
-2
/
+2
2026-07-27
hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()
Luiz Angelo Daros de Luca
1
-2
/
+17
2026-07-27
hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread
Luiz Angelo Daros de Luca
1
-1
/
+1
2026-07-27
hwmon: (adt7470) Fix cache updated before hardware write on I2C error
Luiz Angelo Daros de Luca
1
-5
/
+9
2026-07-27
hwmon: (adt7470) Fix fans stuck in manual mode on I2C errors
Luiz Angelo Daros de Luca
1
-11
/
+29
2026-06-09
hwmon: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2024-07-31
hwmon: (adt7470) Use multi-byte regmap operations
Guenter Roeck
1
-15
/
+7
2024-05-01
hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2023-06-08
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-04-19
hwmon: adt7470: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
1
-1
/
+1
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2022-04-08
hwmon: (adt7470) Fix warning on module removal
Armin Wolf
1
-2
/
+2
2022-01-23
hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()
Dan Carpenter
1
-0
/
+3
2021-08-27
hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info API
Chris Packham
1
-397
/
+284
2021-08-27
hwmon: (adt7470) Convert to use regmap
Chris Packham
1
-172
/
+240
2021-08-27
hwmon: (adt7470) Fix some style issues
Chris Packham
1
-3
/
+3
2020-12-02
hwmon: (adt7470) Create functions for updating readings and limits
Chris Packham
1
-36
/
+118
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
1
-3
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-12-16
hwmon: (adt7470) Use permission specific SENSOR[_DEVICE]_ATTR variants
Guenter Roeck
1
-231
/
+144
2017-01-02
hwmon: (adt7470) use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-27
/
+21
2016-12-09
hwmon: (adt7470) Fix overflows seen when writing into limit attributes
Guenter Roeck
1
-3
/
+3
2016-09-18
hwmon: (adt7470) No need for additional synchronization on kthread_stop()
Daniel Wagner
1
-4
/
+0
2016-09-10
hwmon: (adt7470) Allow faster removal
Joshua Scott
1
-1
/
+4
2016-09-10
hwmon: (adt7470) Add write support to alarm_mask
Joshua Scott
1
-1
/
+24
2016-09-08
hwmon: (adt7470) Expose PWM frequency to sysfs
Joshua Scott
1
-0
/
+74
2014-08-04
hwmon: (adt7470) Convert to devm_hwmon_device_register_with_groups
Axel Lin
1
-54
/
+41
2014-08-04
hwmon: (adt7470) Avoid forward declaration
Axel Lin
1
-36
/
+30
2014-07-16
hwmon: (adt7470) Fix writes to temperature limit registers
Guenter Roeck
1
-3
/
+3
2013-08-27
hwmon: Change my email address.
Darrick J. Wong
1
-2
/
+2
2013-08-08
hwmon: (adt7470) Fix incorrect return code check
Curt Brune
1
-1
/
+1
2013-07-03
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
1
-1
/
+1
2013-01-25
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
1
-10
/
+10
2012-09-23
hwmon: (adt7470) Convert to use devm_ functions
Guenter Roeck
1
-10
/
+5
2012-03-18
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
1
-12
/
+1
2012-03-18
hwmon: (adt7470) fix checkpatch issues
Frans Meulenbroeks
1
-3
/
+3
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
1
-13
/
+13
2011-01-08
hwmon: (adt7470) Use pr_fmt and pr_<level>
Joe Perches
1
-1
/
+3
2010-11-11
hwmon: (adt7470) Return proper error code for adt7470_probe()
Axel Lin
1
-1
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-14
i2c: Drop I2C_CLIENT_INSMOD_1
Jean Delvare
1
-4
/
+1
2009-12-14
i2c: Get rid of struct i2c_client_address_data
Jean Delvare
1
-1
/
+1
2009-12-14
i2c: Drop the kind parameter from detect callbacks
Jean Delvare
1
-2
/
+2
2009-12-09
hwmon: Clean up detect functions
Jean Delvare
1
-15
/
+10
[next]