]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-core-thermal-control-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sun, 10 Jan 2021 00:25:14 +0000 (16:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 Jan 2021 00:25:14 +0000 (16:25 -0800)
commitd00c7dc63bbad50714e078c87b363dd076281c39
tree591f344b6d1cf6aa0ff76f0878e777db3a30f3e0
parent6f99455aaf33fb8eed4be7af58d6ff3d4cb162c8
parent00be45ec93b972938056a86a35a3aa4fb440d10a
Merge branch 'mlxsw-core-thermal-control-fixes'

Ido Schimmel says:

====================
mlxsw: core: Thermal control fixes

This series includes two fixes for thermal control in mlxsw.

Patch #1 validates that the alarm temperature threshold read from a
transceiver is above the warning temperature threshold. If not, the
current thresholds are maintained. It was observed that some transceiver
might be unreliable and sometimes report a too low alarm temperature
threshold which would result in thermal shutdown of the system.

Patch #2 increases the temperature threshold above which thermal
shutdown is triggered for the ASIC thermal zone. It is currently too low
and might result in thermal shutdown under perfectly fine operational
conditions.
====================

Link: https://lore.kernel.org/r/20210108145210.1229820-1-idosch@idosch.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>