Re: [PATCH] net: phy: marvell10g: add thermal hwmon device

2018-03-31 Thread David Miller
From: Russell King Date: Wed, 28 Mar 2018 11:20:26 +0100 > + > /* > * Resetting the MV88X3310 causes it to become non-responsive. Avoid > * setting the reset bit(s). This comment doesn't exist in the net-next copy of this file.

Re: [PATCH] net: phy: marvell10g: add thermal hwmon device

2018-03-28 Thread Andrew Lunn
Hi Russell Guenter Roeck, the HWMON maintainer should also be involved in reviewing this patch. Andrew On Wed, Mar 28, 2018 at 11:20:26AM +0100, Russell King wrote: > Add a thermal monitoring device for the Marvell 88x3310, which updates > once a second. We also need to hook into

[PATCH] net: phy: marvell10g: add thermal hwmon device

2018-03-28 Thread Russell King
Add a thermal monitoring device for the Marvell 88x3310, which updates once a second. We also need to hook into the suspend/resume mechanism to ensure that the thermal monitoring is reconfigured when we resume. Suggested-by: Andrew Lunn Signed-off-by: Russell King