From: David S. Miller Date: Fri, 15 Apr 2022 10:06:13 +0000 (+0100) Subject: Merge branch 'mlxsw-line-card-prep' X-Git-Tag: v6.6.17~7459^2~311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25f428f990ddd116e266bd278bb7396f966af4d9;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'mlxsw-line-card-prep' Ido Schimmel says: ==================== mlxsw: Preparations for line cards support Currently, mlxsw registers thermal zones as well as hwmon entries for objects such as transceiver modules and gearboxes. In upcoming modular systems, these objects are no longer found on the main board (i.e., slot 0), but on plug-able line cards. This patchset prepares mlxsw for such systems in terms of hwmon, thermal and cable access support. Patches #1-#3 gradually prepare mlxsw for transceiver modules access support for line cards by splitting some of the internal structures and some APIs. Patches #4-#5 gradually prepare mlxsw for hwmon support for line cards by splitting some of the internal structures and augmenting them with a slot index. Patches #6-#7 do the same for thermal zones. Patch #8 selects cooling device for binding to a thermal zone by exact name match to prevent binding to non-relevant devices. Patch #9 replaces internal define for thermal zone name length with a common define. ==================== Signed-off-by: David S. Miller --- 25f428f990ddd116e266bd278bb7396f966af4d9