From: David S. Miller Date: Fri, 20 Jan 2017 19:42:52 +0000 (-0500) Subject: Merge branch 'dsa-hwmon' X-Git-Tag: MMI-PSA29.97-13-9~6152^2~358 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9a549c1e35b0a363c3b46b9a08009252c5bc32c3;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git Merge branch 'dsa-hwmon' Andrew Lunn says: ==================== net: dsa: Move temperature sensor code into PHY. Marvell Ethernet switches contain a temperature sensor. There appears to be one sensor, which is shared by each of the internal PHYs. Each PHY has independent registers to read this sensor, and to set a limit for when an alarm should be raised. Some Marvell discrete PHY also have the same sensor and registers. Moving the HWMON code from DSA into the PHY makes the sensor available in discrete PHYs, and removes the layering violation, the switch driver poking around in PHY registers. While moving the code into the PHY driver, it has been re-written to use the new HWMON APIs. v2: Better Cover note explaining one sensor, but multiple independent registers Simply error checking. ==================== Signed-off-by: David S. Miller --- 9a549c1e35b0a363c3b46b9a08009252c5bc32c3