From: Leo Liang <ycliang@andestech.com>
To: Yao Zi <ziyao@disroot.org>
Cc: Tom Rini <trini@konsulko.com>, Rick Chen <rick@andestech.com>,
Wei Fu <wefu@redhat.com>, Yixun Lan <dlan@gentoo.org>,
Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>,
Joe Hershberger <joe.hershberger@ni.com>,
Ramon Fried <rfried.dev@gmail.com>,
Maksim Kiselev <bigunclemax@gmail.com>,
Jaehoon Chung <jh80.chung@samsung.com>, <u-boot@lists.denx.de>,
Han Gao <rabenda.cn@gmail.com>, Han Gao <gaohan@iscas.ac.cn>
Subject: Re: [PATCH 3/5] drivers: net: Add T-Head DWMAC glue layer
Date: Thu, 17 Jul 2025 13:52:09 +0800 [thread overview]
Message-ID: <aHiPid4fJ3B7BTSz@swlinux02> (raw)
In-Reply-To: <20250710034201.39901-4-ziyao@disroot.org>
On Thu, Jul 10, 2025 at 03:41:59AM +0000, Yao Zi wrote:
> The Designware IP integrated in TH1520 SoC requires extra clock
> configuration to operate correctly. The Linux kernel's T-Head DWMAC glue
> driver is ported and adapted to U-Boot's API.
>
> Signed-off-by: Yao Zi <ziyao@disroot.org>
> ---
> MAINTAINERS | 1 +
> drivers/net/Kconfig | 8 ++
> drivers/net/Makefile | 1 +
> drivers/net/dwmac_thead.c | 288 ++++++++++++++++++++++++++++++++++++++
> 4 files changed, 298 insertions(+)
> create mode 100644 drivers/net/dwmac_thead.c
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
next prev parent reply other threads:[~2025-07-17 5:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 3:41 [PATCH 0/5] Add support for TH1520-integrated GMACs Yao Zi
2025-07-10 3:41 ` [PATCH 1/5] clk: thead: th1520-ap: Correctly handle flags for dividers Yao Zi
2025-07-17 5:44 ` Leo Liang
2025-07-10 3:41 ` [PATCH 2/5] riscv: cpu: th1520: Limit upper RAM boundary to 4 GiB Yao Zi
2025-07-17 5:51 ` Leo Liang
2025-07-10 3:41 ` [PATCH 3/5] drivers: net: Add T-Head DWMAC glue layer Yao Zi
2025-07-17 5:52 ` Leo Liang [this message]
2025-07-10 3:42 ` [PATCH 4/5] riscv: dts: th1520: Describe GMACs and enable them on Lichee Pi 4A Yao Zi
2025-07-17 5:53 ` Leo Liang
2025-07-10 3:42 ` [PATCH 5/5] configs: th1520_lpi4a: Enable network support Yao Zi
2025-07-17 5:55 ` Leo Liang
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=aHiPid4fJ3B7BTSz@swlinux02 \
--to=ycliang@andestech.com \
--cc=bigunclemax@gmail.com \
--cc=dlan@gentoo.org \
--cc=gaohan@iscas.ac.cn \
--cc=jh80.chung@samsung.com \
--cc=joe.hershberger@ni.com \
--cc=lukma@denx.de \
--cc=rabenda.cn@gmail.com \
--cc=rfried.dev@gmail.com \
--cc=rick@andestech.com \
--cc=seanga2@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=wefu@redhat.com \
--cc=ziyao@disroot.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.