Message ID | 20230201182331.943411-1-bjorn@mork.no (mailing list archive) |
---|---|
Headers | show |
Series | fixes for mtk_eth_soc | expand |
On Wed, Feb 01, 2023 at 07:23:28PM +0100, Bjørn Mork wrote: > Changes since v4: > - use same field order for kernel-doc and code in patch 1 > - cc'ing full maintainer list from get_maintainer.pl > > Changes since v3: > - fill hole in struct mtk_pcs with new interface field > - improved patch 2 commit message > - added fixes tags > - updated review tags > > Changes since v2: > - use "true" for boolean > - fix SoB typo > - updated tags > > Changes since v1: > - only power down on changes, fix from Russel > - dropped bogus uncondional in-band patch > - added pcs poll patch from Alexander > - updated tags > > > Fix mtk_eth_soc sgmii configuration. > > This has been tested on a MT7986 with a Maxlinear GPY211C phy > permanently attached to the second SoC mac. for the whole series: Acked-by: Daniel Golle <daniel@makrotopia.org> Tested-by: Daniel Golle <daniel@makrotopia.org> > > > Alexander Couzens (2): > net: mediatek: sgmii: ensure the SGMII PHY is powered down on > configuration > mtk_sgmii: enable PCS polling to allow SFP work > > Bjørn Mork (1): > net: mediatek: sgmii: fix duplex configuration > > drivers/net/ethernet/mediatek/mtk_eth_soc.h | 4 +- > drivers/net/ethernet/mediatek/mtk_sgmii.c | 46 ++++++++++++++------- > 2 files changed, 35 insertions(+), 15 deletions(-) > > -- > 2.30.2 >
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 1 Feb 2023 19:23:28 +0100 you wrote: > Changes since v4: > - use same field order for kernel-doc and code in patch 1 > - cc'ing full maintainer list from get_maintainer.pl > > Changes since v3: > - fill hole in struct mtk_pcs with new interface field > - improved patch 2 commit message > - added fixes tags > - updated review tags > > [...] Here is the summary with links: - [v5,net,1/3] net: mediatek: sgmii: ensure the SGMII PHY is powered down on configuration https://git.kernel.org/netdev/net/c/7ff82416de82 - [v5,net,2/3] net: mediatek: sgmii: fix duplex configuration https://git.kernel.org/netdev/net/c/9d32637122de - [v5,net,3/3] mtk_sgmii: enable PCS polling to allow SFP work https://git.kernel.org/netdev/net/c/3337a6e04ddf You are awesome, thank you!