]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: Remove hwmon support
authorAndrew Lunn <andrew@lunn.ch>
Fri, 20 Jan 2017 00:37:50 +0000 (01:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 19:42:51 +0000 (14:42 -0500)
commitc4779dc2b16cf399b70fdff717fae5872041e0f1
tree967b905290303ecf4280089f82fe018ce8b081fe
parentd117284ff82c3f88dbc0e5dda0c1f170b9dbac89
net: dsa: Remove hwmon support

Only the Marvell mv88e6xxx DSA driver made use of the HWMON support in
DSA. The temperature sensor registers are actually in the embedded
PHYs, and the PHY driver now supports it. So remove all HWMON support
from DSA and drivers.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
include/net/dsa.h
net/dsa/Kconfig
net/dsa/Makefile
net/dsa/dsa.c
net/dsa/dsa_priv.h
net/dsa/hwmon.c [deleted file]