index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
max31790.c
Age
Commit message (
Expand
)
Author
2024-05-01
hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-05-01
hwmon: (max31790) revise the scale to write pwm
Delphine CC Chiu
2024-02-11
hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_list
Heiner Kallweit
2023-06-08
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-04-19
hwmon: max31790: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
2022-09-19
hwmon: (max31790) add fanN_enable
Justin Ledford
2021-06-17
hwmon: (max31790) Detect and report zero fan speed
Guenter Roeck
2021-06-17
hwmon: (max31790) Clear fan fault after reporting it
Guenter Roeck
2021-06-17
hwmon: (max31790) Fix pwmX_enable attributes
Guenter Roeck
2021-06-17
hwmon: (max31790) Report correct current pwm duty cycles
Guenter Roeck
2021-06-17
hwmon: (max31790) Fix fan speed reporting for fan7..12
Guenter Roeck
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-04-15
hwmon: (max31790) Use HWMON_CHANNEL_INFO macro
Guenter Roeck
2019-02-18
hwmon: (max31790) Replace S_<PERMS> with octal values
Guenter Roeck
2017-03-22
hwmon: (max31790) Set correct PWM value
Alex Hemme
2016-10-17
hwmon: (max31790) potential ERR_PTR dereference
Dan Carpenter
2016-09-08
hwmon: (max31790) Convert to use new hwmon registration API
Guenter Roeck
2015-10-14
hwmon: (max31790) Fix dereference of ERR_PTR
Sudip Mukherjee
2015-10-14
hwmon: Driver for Maxim MAX31790
Il Han