devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Samin Guo <samin.guo@starfivetech.com>
Cc: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org,
	devicetree@vger.kernel.org, netdev@vger.kernel.org,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, kernel@esmil.dk,
	pmmoreir@synopsys.com, richardcochran@gmail.com,
	conor@kernel.org, paul.walmsley@sifive.com, palmer@dabbelt.com,
	aou@eecs.berkeley.edu, andrew@lunn.ch, hkallweit1@gmail.com,
	pgwipeout@gmail.com, yanhong.wang@starfivetech.com,
	tomm.merciai@gmail.com
Subject: Re: [-net-next v12 0/6] Add Ethernet driver for StarFive JH7110 SoC
Date: Tue, 18 Apr 2023 11:30:20 +0000	[thread overview]
Message-ID: <168181742075.8442.13068337635820008574.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230417100251.11871-1-samin.guo@starfivetech.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 17 Apr 2023 18:02:45 +0800 you wrote:
> This series adds ethernet support for the StarFive JH7110 RISC-V SoC,
> which includes a dwmac-5.20 MAC driver (from Synopsys DesignWare).
> This series has been tested and works fine on VisionFive-2 v1.2A and
> v1.3B SBC boards.
> 
> For more information and support, you can visit RVspace wiki[1].
> You can simply review or test the patches at the link [2].
> This patchset should be applied after the patchset [3] [4].
> 
> [...]

Here is the summary with links:
  - [-net-next,v12,1/6] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
    https://git.kernel.org/netdev/net-next/c/13f9351180aa
  - [-net-next,v12,2/6] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
    https://git.kernel.org/netdev/net-next/c/65a1d72f0c7c
  - [-net-next,v12,3/6] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name
    https://git.kernel.org/netdev/net-next/c/843f603762a5
  - [-net-next,v12,4/6] dt-bindings: net: Add support StarFive dwmac
    https://git.kernel.org/netdev/net-next/c/b76eaf7d7ede
  - [-net-next,v12,5/6] net: stmmac: Add glue layer for StarFive JH7110 SoC
    https://git.kernel.org/netdev/net-next/c/4bd3bb7b4526
  - [-net-next,v12,6/6] net: stmmac: dwmac-starfive: Add phy interface settings
    https://git.kernel.org/netdev/net-next/c/b4a5afa51cee

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  parent reply	other threads:[~2023-04-18 11:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-17 10:02 [-net-next v12 0/6] Add Ethernet driver for StarFive JH7110 SoC Samin Guo
2023-04-17 10:02 ` [-net-next v12 1/6] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version Samin Guo
2023-04-17 10:02 ` [-net-next v12 2/6] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string Samin Guo
2023-04-17 10:02 ` [-net-next v12 3/6] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name Samin Guo
2023-04-17 10:02 ` [-net-next v12 4/6] dt-bindings: net: Add support StarFive dwmac Samin Guo
2023-04-17 10:02 ` [-net-next v12 5/6] net: stmmac: Add glue layer for StarFive JH7110 SoC Samin Guo
2023-04-17 10:02 ` [-net-next v12 6/6] net: stmmac: dwmac-starfive: Add phy interface settings Samin Guo
2023-04-18 11:30 ` patchwork-bot+netdevbpf [this message]
2023-04-18 13:34   ` [-net-next v12 0/6] Add Ethernet driver for StarFive JH7110 SoC Guo Samin

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=168181742075.8442.13068337635820008574.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=aou@eecs.berkeley.edu \
    --cc=conor@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=kernel@esmil.dk \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pgwipeout@gmail.com \
    --cc=pmmoreir@synopsys.com \
    --cc=richardcochran@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=samin.guo@starfivetech.com \
    --cc=tomm.merciai@gmail.com \
    --cc=yanhong.wang@starfivetech.com \
    /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;
as well as URLs for NNTP newsgroup(s).