Re: [PATCH 0/4] Consolidate lan9118 phy implementations

2024-10-12 Thread Bernhard Beschow
Am 5. Oktober 2024 20:57:44 UTC schrieb 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 rea

[PATCH 0/4] Consolidate lan9118 phy implementations

2024-10-05 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