aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max31790.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2024-05-01hwmon: (max31790) revise the scale to write pwmDelphine CC Chiu1-1/+7
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit1-1/+0
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: max31790: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-09-19hwmon: (max31790) add fanN_enableJustin Ledford1-7/+31
2021-06-17hwmon: (max31790) Detect and report zero fan speedGuenter Roeck1-1/+6
2021-06-17hwmon: (max31790) Clear fan fault after reporting itGuenter Roeck1-1/+15
2021-06-17hwmon: (max31790) Fix pwmX_enable attributesGuenter Roeck1-15/+26
2021-06-17hwmon: (max31790) Report correct current pwm duty cyclesGuenter Roeck1-3/+3
2021-06-17hwmon: (max31790) Fix fan speed reporting for fan7..12Guenter Roeck1-1/+1
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-15hwmon: (max31790) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-38/+20
2019-02-18hwmon: (max31790) Replace S_<PERMS> with octal valuesGuenter Roeck1-3/+3
2017-03-22hwmon: (max31790) Set correct PWM valueAlex Hemme1-1/+1
2016-10-17hwmon: (max31790) potential ERR_PTR dereferenceDan Carpenter1-1/+3
2016-09-08hwmon: (max31790) Convert to use new hwmon registration APIGuenter Roeck1-297/+224
2015-10-14hwmon: (max31790) Fix dereference of ERR_PTRSudip Mukherjee1-4/+4
2015-10-14hwmon: Driver for Maxim MAX31790Il Han1-0/+603