All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Kongyang Liu <seashell11234455@gmail.com>
Cc: <u-boot@lists.denx.de>, Baruch Siach <baruch@tkos.co.il>,
	Joe Hershberger <joe.hershberger@ni.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Kever Yang <kever.yang@rock-chips.com>,
	Nils Le Roux <gilbsgilbert@gmail.com>,
	"Ramon Fried" <rfried.dev@gmail.com>,
	Sean Anderson <seanga2@gmail.com>, Simon Glass <sjg@chromium.org>,
	Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 1/3] board: milkv_duo: Add init code for Milk-V Duo ethernet
Date: Tue, 12 Mar 2024 17:50:36 +0800	[thread overview]
Message-ID: <ZfAlbKQhdUiT0VgB@swlinux02> (raw)
In-Reply-To: <20240310055816.11575-2-seashell11234455@gmail.com>

On Sun, Mar 10, 2024 at 01:56:44PM +0800, Kongyang Liu wrote:
> Initialize register in cv1800b ethernet phy to make it compatible with
> generic phy driver
> 
> Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
> ---
> 
>  board/sophgo/milkv_duo/Makefile   |  3 +-
>  board/sophgo/milkv_duo/board.c    |  4 ++
>  board/sophgo/milkv_duo/ethernet.c | 79 +++++++++++++++++++++++++++++++
>  board/sophgo/milkv_duo/ethernet.h | 11 +++++
>  drivers/net/designware.c          |  1 +
>  5 files changed, 97 insertions(+), 1 deletion(-)
>  create mode 100644 board/sophgo/milkv_duo/ethernet.c
>  create mode 100644 board/sophgo/milkv_duo/ethernet.h

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

  reply	other threads:[~2024-03-12  9:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-10  5:56 [PATCH 0/3] board: sophgo: milkv_duo: Add ethernet support for Milk-V Duo board Kongyang Liu
2024-03-10  5:56 ` [PATCH 1/3] board: milkv_duo: Add init code for Milk-V Duo ethernet Kongyang Liu
2024-03-12  9:50   ` Leo Liang [this message]
2024-03-10  5:56 ` [PATCH 2/3] riscv: dts: sophgo: Add ethernet node Kongyang Liu
2024-03-12  9:59   ` Leo Liang
2024-03-12 13:20     ` Conor Dooley
2024-03-15  2:18       ` Kongyang Liu
2024-03-15  2:06     ` Kongyang Liu
2024-03-10  5:56 ` [PATCH 3/3] configs: milkv_duo: Add ethernet configs Kongyang Liu
2024-03-12 10:00   ` 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=ZfAlbKQhdUiT0VgB@swlinux02 \
    --to=ycliang@andestech.com \
    --cc=baruch@tkos.co.il \
    --cc=gilbsgilbert@gmail.com \
    --cc=joe.hershberger@ni.com \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=rfried.dev@gmail.com \
    --cc=seanga2@gmail.com \
    --cc=seashell11234455@gmail.com \
    --cc=sjg@chromium.org \
    --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 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.