Re: [PATCH v2 1/5] net: phy: smsc: skip ENERGYON interrupt if disabled

2020-09-09 Thread Marco Felsch
On 20-09-08 18:58, Florian Fainelli wrote: > > > On 9/8/2020 4:25 AM, Marco Felsch wrote: > > Don't enable the interrupt if the platform disable the energy detection > > by "smsc,disable-energy-detect". > > > > Signed-off-by: Marco Felsch > > Reviewed-by: Andrew Lunn > > --- > > v2: > > - Add

Re: [PATCH v2 1/5] net: phy: smsc: skip ENERGYON interrupt if disabled

2020-09-08 Thread Florian Fainelli
On 9/8/2020 4:25 AM, Marco Felsch wrote: Don't enable the interrupt if the platform disable the energy detection by "smsc,disable-energy-detect". Signed-off-by: Marco Felsch Reviewed-by: Andrew Lunn --- v2: - Add Andrew's tag drivers/net/phy/smsc.c | 15 +++ 1 file changed,

[PATCH v2 1/5] net: phy: smsc: skip ENERGYON interrupt if disabled

2020-09-08 Thread Marco Felsch
Don't enable the interrupt if the platform disable the energy detection by "smsc,disable-energy-detect". Signed-off-by: Marco Felsch Reviewed-by: Andrew Lunn --- v2: - Add Andrew's tag drivers/net/phy/smsc.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/d