Searched hist:b7f1f7b2523a6a4382f12fe953380b847b80e09d (Results 1 – 3 of 3) sorted by relevance
/openbmc/entity-manager/configurations/ |
H A D | asrock_romed8hm3.json | diff e017caff7644d9be83a11cd10450b8a37e9398fd Sat Apr 13 03:59:43 CDT 2024 Zev Weiss <zev@bewilderbeest.net> configurations: romed8hm3: Update nct6779 labels & thresholds
A change the nct6775 driver in the 6.6 kernel [1] added two more temperature channels, which end up ordered before the TSI0_TEMP channel, mixing up hwmontempsensor's idea of which channel is what. Add PCH_DIM{0,1}_TEMP to bring it back into sync, and correct threshold channel indices to match.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b7f1f7b2523a6a4382f12fe953380b847b80e09d
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I26d6b462297b754bf5b16badfd99fdadf68a0fb0
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775.h | diff b7f1f7b2523a6a4382f12fe953380b847b80e09d Wed Aug 02 13:58:21 CDT 2023 Ahmad Khalifa <ahmad@khalifa.ws> hwmon: (nct6775) Additional TEMP registers for nct6799
Additional TEMP registers for nct6798d, nct6799d-r and nct6796d-s This allows the max/max_hyst/crit attributes to be shown/stored
* Increase NUM_TEMP from 10 to 12 * Separate TEMP/MON_TEMP/OVER/HYST/CRIT registers * Rename "PECI Calibration" to include "TSI" too * Update ALARM/BEEP bits for temps for 6799 * For 6799, keep temp_fixed_num at 6, but increase num_temp_alarms/num_temp_beeps to 7/8
Tested with NCT6799D-R showing additional sysfs attributes: * temp3-temp8: max/max_hyst/beep/alarm * temp3-temp6: crit/offset
Signed-off-by: Ahmad Khalifa <ahmad@khalifa.ws> Link: https://lore.kernel.org/r/20230802185820.3642399-1-ahmad@khalifa.ws [groeck: Addressed cosmetic checkpatch complaints] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | nct6775-core.c | diff b7f1f7b2523a6a4382f12fe953380b847b80e09d Wed Aug 02 13:58:21 CDT 2023 Ahmad Khalifa <ahmad@khalifa.ws> hwmon: (nct6775) Additional TEMP registers for nct6799
Additional TEMP registers for nct6798d, nct6799d-r and nct6796d-s This allows the max/max_hyst/crit attributes to be shown/stored
* Increase NUM_TEMP from 10 to 12 * Separate TEMP/MON_TEMP/OVER/HYST/CRIT registers * Rename "PECI Calibration" to include "TSI" too * Update ALARM/BEEP bits for temps for 6799 * For 6799, keep temp_fixed_num at 6, but increase num_temp_alarms/num_temp_beeps to 7/8
Tested with NCT6799D-R showing additional sysfs attributes: * temp3-temp8: max/max_hyst/beep/alarm * temp3-temp6: crit/offset
Signed-off-by: Ahmad Khalifa <ahmad@khalifa.ws> Link: https://lore.kernel.org/r/20230802185820.3642399-1-ahmad@khalifa.ws [groeck: Addressed cosmetic checkpatch complaints] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|