Re: [PATCH v6] net: mv643xx_eth: support MII/GMII/RGMII modes for Kirkwood

From: Jakub Kicinski
Date: Mon Oct 03 2022 - 20:13:29 EST


On Sun, 2 Oct 2022 01:45:23 +0800 David Yang wrote:
> Subject: [PATCH v6] net: mv643xx_eth: support MII/GMII/RGMII modes for Kirkwood
> Date: Sun, 2 Oct 2022 01:45:23 +0800
> X-Mailer: git-send-email 2.35.1
>
> Support mode switch properly, which is not available before.
>
> If SoC has two Ethernet controllers, by setting both of them into MII
> mode, the first controller enters GMII mode, while the second
> controller is effectively disabled. This requires configuring (and
> maybe enabling) the second controller in the device tree, even though
> it cannot be used.
>
> Signed-off-by: David Yang <mmyangfl@xxxxxxxxx>
> ---
> v2: clarify modes work on controllers, read default value from PSC1
> v3: Kirkwood only
> v4: cleanup
> v5: test on 88f6282

I don't see any of the versions before v5, you should restart numbering
when you post something to the list for the first time.

Regardless, the merge window has now started (after Linus tagged 6.0)
and will last until he tags 6.1-rc1 (two weeks from now). During this
time we'll not be taking any patches adding new features/support so
please repost in around 2 weeks.

Thanks!