summaryrefslogtreecommitdiff
path: root/drivers/hwmon/nct6775-core.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}Tasos Sahanidis1-2/+2
2025-02-08hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespaceUwe Kleine-König1-3/+3
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-05hwmon: (nct6775-core) Fix overflows seen when writing limit attributesPei Xiao1-4/+3
2024-07-07hwmon: (nct6775-core) Fix underflows seen when writing limit attributesGuenter Roeck1-1/+1
2024-02-22hwmon: (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-18hwmon: (nct6755) Add support for NCT6799DGuenter Roeck1-2/+53
2023-01-04hwmon: (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