Re: [PATCH net-next v6 5/9] net: fman: memac: Use lynx pcs driver

2022-10-04 Thread Sean Anderson
On 9/30/22 4:09 PM, Sean Anderson wrote: > Although not stated in the datasheet, as far as I can tell PCS for mEMACs > is a "Lynx." By reusing the existing driver, we can remove the PCS > management code from the memac driver. This requires calling some PCS > functions manually which phylink wou

[PATCH net-next v6 5/9] net: fman: memac: Use lynx pcs driver

2022-09-30 Thread Sean Anderson
Although not stated in the datasheet, as far as I can tell PCS for mEMACs is a "Lynx." By reusing the existing driver, we can remove the PCS management code from the memac driver. This requires calling some PCS functions manually which phylink would usually do for us, but we will let it do that soo