]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-hwmon'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 19:42:52 +0000 (14:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 19:42:52 +0000 (14:42 -0500)
commitc318325a4fc072eed064b5c2c737855a03cd338b
tree967b905290303ecf4280089f82fe018ce8b081fe
parent5ad9a827d20702288a6d057232b13060d733f369
parentc4779dc2b16cf399b70fdff717fae5872041e0f1
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 <davem@davemloft.net>