On Wed, Aug 28, 2019 at 02:55:11PM -0400, Vivien Didelot wrote: > Now mv88e6xxx does not enable its ports at setup itself and let > the DSA core handle this, unused ports are disabled without being > powered on first. While that is expected, the SERDES powering code > was assuming that a port was already set up before powering it down, > resulting in freeing an unused IRQ. The patch fixes this assumption. > > Fixes: b759f528ca3d ("net: dsa: mv88e6xxx: enable SERDES after setup") > Signed-off-by: Vivien Didelot <vivien.dide...@gmail.com>
Tested-by: Andrew Lunn <and...@lunn.ch> Andrew