Re: [PATCH v3 0/5] Consolidate lan9118 phy implementations

2024-12-03 Thread Peter Maydell
On Sat, 2 Nov 2024 at 12:57, Bernhard Beschow wrote: > > hw/net/imx_fec and hw/net/lan9118 implement the same Ethernet PHY with similar > but not quite the same code. This series consolidates the implementations into > one to fix code duplication. It then continues to make the code more readable

[PATCH v3 0/5] Consolidate lan9118 phy implementations

2024-11-02 Thread Bernhard Beschow
hw/net/imx_fec and hw/net/lan9118 implement the same Ethernet PHY with similar but not quite the same code. This series consolidates the implementations into one to fix code duplication. It then continues to make the code more readable by reusing some existing constants. Having a dedicated module