Re: [PATCH net-next v3 1/5] net: dsa: b53: Add ability to enable/disable port interrupts

2018-09-05 Thread Andrew Lunn
On Wed, Sep 05, 2018 at 12:42:11PM -0700, Florian Fainelli wrote: > Some switches expose individual interrupt line(s) for port specific > event(s), allow configuring these interrupts at an appropriate time > during port_enable/disable callbacks where all port specific resources > are known to be

[PATCH net-next v3 1/5] net: dsa: b53: Add ability to enable/disable port interrupts

2018-09-05 Thread Florian Fainelli
Some switches expose individual interrupt line(s) for port specific event(s), allow configuring these interrupts at an appropriate time during port_enable/disable callbacks where all port specific resources are known to be set-up and ready for use. Signed-off-by: Florian Fainelli ---