[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy
From: |
Guenter Roeck |
Subject: |
Re: [PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy |
Date: |
Mon, 4 Nov 2024 07:35:26 -0800 |
On Sat, Nov 02, 2024 at 01:57:20PM +0100, Bernhard Beschow wrote:
> A very similar implementation of the same device exists in imx_fec. Prepare
> for
> a common implementation by extracting a device model into its own files.
>
> Some migration state has been moved into the new device model which breaks
> migration compatibility for the following machines:
> * smdkc210
> * realview-*
> * vexpress-*
> * kzm
> * mps2-*
>
> While breaking migration ABI, fix the size of the MII registers to be 16 bit,
> as defined by IEEE 802.3u.
>
> 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
- [PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy, Bernhard Beschow, 2024/11/02
- Re: [PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy,
Guenter Roeck <=
- [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