aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/max31790.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Gravatar Uwe Kleine-König 1-1/+1
2024-05-01hwmon: (max31790) revise the scale to write pwmGravatar Delphine CC Chiu 1-1/+7
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listGravatar Heiner Kallweit 1-1/+0
2023-06-08hwmon: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-04-19hwmon: max31790: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2022-09-19hwmon: (max31790) add fanN_enableGravatar Justin Ledford 1-7/+31
2021-06-17hwmon: (max31790) Detect and report zero fan speedGravatar Guenter Roeck 1-1/+6
2021-06-17hwmon: (max31790) Clear fan fault after reporting itGravatar Guenter Roeck 1-1/+15
2021-06-17hwmon: (max31790) Fix pwmX_enable attributesGravatar Guenter Roeck 1-15/+26
2021-06-17hwmon: (max31790) Report correct current pwm duty cyclesGravatar Guenter Roeck 1-3/+3
2021-06-17hwmon: (max31790) Fix fan speed reporting for fan7..12Gravatar Guenter Roeck 1-1/+1
2020-09-23hwmon: use simple i2c probe functionGravatar Stephen Kitt 1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-04-15hwmon: (max31790) Use HWMON_CHANNEL_INFO macroGravatar Guenter Roeck 1-38/+20
2019-02-18hwmon: (max31790) Replace S_<PERMS> with octal valuesGravatar Guenter Roeck 1-3/+3
2017-03-22hwmon: (max31790) Set correct PWM valueGravatar Alex Hemme 1-1/+1
2016-10-17hwmon: (max31790) potential ERR_PTR dereferenceGravatar Dan Carpenter 1-1/+3
2016-09-08hwmon: (max31790) Convert to use new hwmon registration APIGravatar Guenter Roeck 1-297/+224
2015-10-14hwmon: (max31790) Fix dereference of ERR_PTRGravatar Sudip Mukherjee 1-4/+4
2015-10-14hwmon: Driver for Maxim MAX31790Gravatar Il Han 1-0/+603