Re: [PATCH v5 net-next 0/9] Convert Felix DSA switch to PHYLINK
From: David Miller <davem@davemloft.net>
Date: 2020-01-06 07:23:01
From: David Miller <davem@davemloft.net>
Date: 2020-01-06 07:23:01
From: Vladimir Oltean <olteanv@gmail.com> Date: Mon, 6 Jan 2020 03:34:08 +0200
Unlike most other conversions, this one is not by far a trivial one, and should be seen as "Layerscape PCS meets PHYLINK". Actually, the PCS doesn't need a lot of hand-holding and most of our other devices 'just work' (this one included) without any sort of operating system awareness, just an initialization procedure done typically in the bootloader. Our issues start when the PCS stops from "just working", and that is where PHYLINK comes in handy.
... Series applied, thanks Vladimir.