[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate
From: |
Guenter Roeck |
Subject: |
Re: [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations |
Date: |
Mon, 4 Nov 2024 07:35:39 -0800 |
On Sat, Nov 02, 2024 at 01:57:21PM +0100, Bernhard Beschow wrote:
> imx_fec models the same PHY as lan9118_phy. The code is almost the same with
> imx_fec having more logging and tracing. Merge these improvements into
> lan9118_phy and reuse in imx_fec to fix the code duplication.
>
> Some migration state how resides in the new device model which breaks
> migration
> compatibility for the following machines:
> * imx25-pdk
> * sabrelite
> * mcimx7d-sabre
> * mcimx6ul-evk
>
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
- [PATCH v3 0/5] Consolidate lan9118 phy implementations, Bernhard Beschow, 2024/11/02
- [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations, Bernhard Beschow, 2024/11/02
- Re: [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations,
Guenter Roeck <=
- [PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy, Bernhard Beschow, 2024/11/02
- [PATCH v3 3/5] hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR register, Bernhard Beschow, 2024/11/02
- [PATCH v3 5/5] hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement, Bernhard Beschow, 2024/11/02
- [PATCH v3 4/5] hw/net/lan9118_phy: Reuse MII constants, Bernhard Beschow, 2024/11/02