Re: [PATCH net-next 4/4] net: phy: change phy_start_interrupts to phy_request_interrupt

2019-01-20 Thread Heiner Kallweit
On 20.01.2019 00:43, Florian Fainelli wrote: > > > On January 19, 2019 3:30:05 AM PST, Heiner Kallweit > wrote: >> Now that we enable the interrupts in phy_start() we don't have to do it >> before. Therefore remove enabling interrupts from >> phy_start_interrupts() >> and rename this function t

Re: [PATCH net-next 4/4] net: phy: change phy_start_interrupts to phy_request_interrupt

2019-01-19 Thread Florian Fainelli
On January 19, 2019 3:30:05 AM PST, Heiner Kallweit wrote: >Now that we enable the interrupts in phy_start() we don't have to do it >before. Therefore remove enabling interrupts from >phy_start_interrupts() >and rename this function to reflect the changed functionality. > >Signed-off-by: Heine

[PATCH net-next 4/4] net: phy: change phy_start_interrupts to phy_request_interrupt

2019-01-19 Thread Heiner Kallweit
Now that we enable the interrupts in phy_start() we don't have to do it before. Therefore remove enabling interrupts from phy_start_interrupts() and rename this function to reflect the changed functionality. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy.c| 11 +++ driver