Message ID | 20241004102413.5838-1-SkyLake.Huang@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: mediatek: Introduce mtk-phy-lib which integrates common part of MediaTek's internal ethernet PHYs | expand |
On Fri, 4 Oct 2024 18:24:04 +0800 Sky Huang wrote:
> Subject: [PATCH net-next 0/9] net: phy: mediatek: Introduce mtk-phy-lib which integrates common part of MediaTek's internal ethernet PHYs
When you repost please shorten this subject.
On Fri, 2024-10-04 at 15:43 -0700, Jakub Kicinski wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Fri, 4 Oct 2024 18:24:04 +0800 Sky Huang wrote: > > Subject: [PATCH net-next 0/9] net: phy: mediatek: Introduce mtk- > phy-lib which integrates common part of MediaTek's internal ethernet > PHYs > > When you repost please shorten this subject. I'll change it to "net: phy: mediatek: Introduce mtk-phy-lib for MT7531/MT7981/MT7988" BRs, Sky
Hi Sky, On Fri, Oct 04, 2024 at 06:24:04PM +0800, Sky Huang wrote: > From: "SkyLake.Huang" <skylake.huang@mediatek.com> > > This patchset is derived from patch[01/13]-patch[9/13] of Message ID: > 20240701105417.19941-1-SkyLake.Huang@mediatek.com. This integrates > MediaTek's built-in Ethernet PHY helper functions into mtk-phy-lib > and add more functions into it. I've imported the series to OpenWrt and have heavily tested it on various boards by now. Hence for the whole series: Tested-by: Daniel Golle <daniel@makrotopia.org> As already discussed off-list I've noticed that [PATCH 6/9] Hook LED helper functions in mtk-ge.c does NOT work as expected as it seems to be impossible to control the PHY LEDs of the MT7531 switch individually -- all changes to *any* of the MMD registers always affects *all* PHYs. Hence, if you repost the series, I would recommend to drop 6/9 for now until a solution for this has been found (such as controlling LEDs switch-wide using the built-in GPIO controller, or somehow de-coupling them and allow access to the individual LED registers like on MT7988) After taking care of the minor corrections which have already been pointed out by Andrew Lunn you may add Acked-by: Daniel Golle <daniel@makrotopia.org> to all patches except for 6/9. Cheers Daniel