Merge branch 'ocelot-phylink-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:36:42 +0000 (14:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:36:42 +0000 (14:36 +0100)
commitf2aea90d0bf368bda6cd1c5a86fd84c7051b0e0e
treefadea03e51f6ca0a04829f8f7371bcb926f90065
parent42edc1fca4b5a000e8e2c1e38f4e08a6b9f7bcb7
parent5c8bb71dbdf816f9da7447557070d344edca8942
Merge branch 'ocelot-phylink-fixes'

Vladimir Oltean says:

====================
Ocelot phylink fixes

This series addresses a regression reported by Horatiu which introduced
by the ocelot conversion to phylink: there are broken device trees in
the wild, and the driver fails to probe the entire switch when a port
fails to probe, which it previously did not do.

Continue probing even when some ports fail to initialize properly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>