On Thu, May 30, 2019 at 03:09:15PM +0200, Heiner Kallweit wrote: > This patch is a step towards allowing PHY drivers to handle more > interrupt sources than just link change. E.g. several PHY's have > built-in temperature monitoring and can raise an interrupt if a > temperature threshold is exceeded. We may be interested in such > interrupts also if the phylib state machine isn't started. > Therefore move enabling interrupts to phy_request_interrupt(). > > v2: > - patch added to series > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew