aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21hwmon: (nct6775) Fix access to temperature configuration registersGuenter Roeck1-2/+12
2023-12-11hwmon: (nct6775) Fix fan speed set failure in automatic modeXing Tong Wu1-0/+7
2023-12-11hwmon: (nct6775) Add support for 2 additional fan controlsXing Tong Wu1-4/+4
2023-12-11hwmon: (nct6775-core) Explicitly initialize nct6775_device_names indexesGuenter Roeck1-13/+13
2023-10-25hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculationZev Weiss1-4/+8
2023-09-18hwmon: (nct6775) Fix non-existent ALARM warningAhmad Khalifa1-0/+4
2023-08-21hwmon: (nct6775) Additional TEMP registers for nct6799Ahmad Khalifa1-30/+120
2023-08-21hwmon: (nct6775) Add support for 18 IN readings for nct6799Ahmad Khalifa1-9/+42
2023-08-21hwmon: (nct6775) Increase and reorder ALARM/BEEP bitsAhmad Khalifa1-95/+74
2023-08-21hwmon: (nct6775) Change labels for nct6799Ahmad Khalifa1-1/+2
2023-07-19hwmon: (nct6775) Fix IN scaling factors for 6798/6799Ahmad Khalifa1-6/+22
2023-06-17hwmon: (nct6755) Add support for NCT6799DGuenter Roeck1-2/+53
2023-01-03hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()Zev Weiss1-1/+1
2022-08-10hwmon: (nct6775) Fix platform driver suspend regressionZev Weiss1-1/+2
2022-05-20hwmon: (nct6775) Split core and platform driverZev Weiss1-0/+4205