From: Weijie Gao <weijie.gao@mediatek.com>
To: <u-boot@lists.denx.de>
Cc: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
Joe Hershberger <joe.hershberger@ni.com>,
Ramon Fried <rfried.dev@gmail.com>, Tom Rini <trini@konsulko.com>,
Christian Marangi <ansuelsmth@gmail.com>,
Weijie Gao <weijie.gao@mediatek.com>
Subject: [PATCH 00/10] Cumulative fixes and updates for MediaTek ethernet driver
Date: Tue, 17 Dec 2024 16:38:53 +0800 [thread overview]
Message-ID: <cover.1734406967.git.weijie.gao@mediatek.com> (raw)
This patch series contains fixes and updates for mtk_eth driver.
Weijie Gao (10):
clk: mediatek: mt7629: fix parent clock of some top clock muxes
arm: dts: mt7629: fix sgmii clock selection for ethernet
net: mediatek: use correct register field for SGMII speed selection
net: mediatek: correct register name of ethsys syscfg1
net: mediatek: fix sgmii selection for mt7622
net: mediatek: fix gmac2 usability for mt7629
net: mediatek: add support for 10GBASE-R
net: mediatek: make sgmii/usxgmii optional
net: mediatek: don't enable GDMA cpu bridge unconditionally for
NETSYSv3
net: mediatek: fix usability with wget command
arch/arm/dts/mt7629.dtsi | 4 +-
drivers/clk/mediatek/clk-mt7629.c | 6 +-
drivers/net/Kconfig | 12 ++
drivers/net/mtk_eth.c | 175 +++++++++++++++++++++++++-----
drivers/net/mtk_eth.h | 26 +++--
5 files changed, 184 insertions(+), 39 deletions(-)
--
2.34.1
next reply other threads:[~2024-12-17 8:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 8:38 Weijie Gao [this message]
2024-12-17 8:39 ` [PATCH 01/10] clk: mediatek: mt7629: fix parent clock of some top clock muxes Weijie Gao
2024-12-17 8:39 ` [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet Weijie Gao
2024-12-17 15:55 ` Tom Rini
2024-12-19 1:05 ` Weijie Gao (高惟杰)
2024-12-19 1:36 ` Tom Rini
2024-12-17 8:39 ` [PATCH 03/10] net: mediatek: use correct register field for SGMII speed selection Weijie Gao
2024-12-17 8:39 ` [PATCH 04/10] net: mediatek: correct register name of ethsys syscfg1 Weijie Gao
2024-12-17 8:39 ` [PATCH 05/10] net: mediatek: fix sgmii selection for mt7622 Weijie Gao
2024-12-17 8:39 ` [PATCH 06/10] net: mediatek: fix gmac2 usability for mt7629 Weijie Gao
2024-12-17 8:39 ` [PATCH 07/10] net: mediatek: add support for 10GBASE-R Weijie Gao
2024-12-17 8:39 ` [PATCH 08/10] net: mediatek: make sgmii/usxgmii optional Weijie Gao
2024-12-17 8:39 ` [PATCH 09/10] net: mediatek: don't enable GDMA cpu bridge unconditionally for NETSYSv3 Weijie Gao
2024-12-17 8:40 ` [PATCH 10/10] net: mediatek: fix usability with wget command Weijie Gao
2024-12-31 21:17 ` [PATCH 00/10] Cumulative fixes and updates for MediaTek ethernet driver Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1734406967.git.weijie.gao@mediatek.com \
--to=weijie.gao@mediatek.com \
--cc=GSS_MTK_Uboot_upstream@mediatek.com \
--cc=ansuelsmth@gmail.com \
--cc=joe.hershberger@ni.com \
--cc=rfried.dev@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox