Linux-Renesas-SoC Archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Romain Gantois <romain.gantois@bootlin.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, robh@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	geert+renesas@glider.be, magnus.damm@gmail.com,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	mcoquelin.stm32@gmail.com, linux@armlinux.org.uk,
	clement.leger@bootlin.com, fancer.lancer@gmail.com,
	thomas.petazzoni@bootlin.com, netdev@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org, rmk+kernel@armlinux.org.uk,
	maxime.chevallier@bootlin.com
Subject: Re: [PATCH net-next v7 0/7] net: stmmac: Add support for RZN1 GMAC devices
Date: Tue, 14 May 2024 00:40:30 +0000	[thread overview]
Message-ID: <171564723087.24946.4336582223559029417.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240513-rzn1-gmac1-v7-0-6acf58b5440d@bootlin.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 13 May 2024 09:25:11 +0200 you wrote:
> Hello everyone,
> 
> This is version seven of my series that adds support for a Gigabit Ethernet
> controller featured in the Renesas r9a06g032 SoC, of the RZ/N1 family. This
> GMAC device is based on a Synopsys IP and is compatible with the stmmac driver.
> 
> My former colleague Clément Léger originally sent a series for this driver,
> but an issue in bringing up the PCS clock had blocked the upstreaming
> process. This issue has since been resolved by the following series:
> 
> [...]

Here is the summary with links:
  - [net-next,v7,1/7] dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support
    https://git.kernel.org/netdev/net-next/c/ab5588703981
  - [net-next,v7,2/7] net: stmmac: Add dedicated XPCS cleanup method
    https://git.kernel.org/netdev/net-next/c/d5c50937d50f
  - [net-next,v7,3/7] net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devices
    https://git.kernel.org/netdev/net-next/c/f9cdff1bdacc
  - [net-next,v7,4/7] net: stmmac: introduce pcs_init/pcs_exit stmmac operations
    https://git.kernel.org/netdev/net-next/c/f0ef433fc264
  - [net-next,v7,5/7] net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit
    https://git.kernel.org/netdev/net-next/c/81b418a65657
  - [net-next,v7,6/7] net: stmmac: add support for RZ/N1 GMAC
    https://git.kernel.org/netdev/net-next/c/f360446ec1d0
  - [net-next,v7,7/7] ARM: dts: r9a06g032: describe GMAC1
    (no matching commit)

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



      parent reply	other threads:[~2024-05-14  0:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  7:25 [PATCH net-next v7 0/7] net: stmmac: Add support for RZN1 GMAC devices Romain Gantois
2024-05-13  7:25 ` [PATCH net-next v7 1/7] dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support Romain Gantois
2024-05-13  7:25 ` [PATCH net-next v7 2/7] net: stmmac: Add dedicated XPCS cleanup method Romain Gantois
2024-05-13 10:13   ` Hariprasad Kelam
2024-05-13 11:12   ` Serge Semin
2024-05-13  7:25 ` [PATCH net-next v7 3/7] net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devices Romain Gantois
2024-05-13 10:20   ` Hariprasad Kelam
2024-05-13 11:18   ` Serge Semin
2024-05-13  7:25 ` [PATCH net-next v7 4/7] net: stmmac: introduce pcs_init/pcs_exit stmmac operations Romain Gantois
2024-05-13 10:21   ` Hariprasad Kelam
2024-05-13  7:25 ` [PATCH net-next v7 5/7] net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit Romain Gantois
2024-05-13 10:10   ` Hariprasad Kelam
2024-05-13  7:25 ` [PATCH net-next v7 6/7] net: stmmac: add support for RZ/N1 GMAC Romain Gantois
2024-05-13 10:08   ` Hariprasad Kelam
2024-05-13  7:25 ` [PATCH net-next v7 7/7] ARM: dts: r9a06g032: describe GMAC1 Romain Gantois
2024-05-27  9:39   ` Geert Uytterhoeven
2024-05-14  0:40 ` patchwork-bot+netdevbpf [this message]

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=171564723087.24946.4336582223559029417.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=clement.leger@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=fancer.lancer@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=joabreu@synopsys.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=magnus.damm@gmail.com \
    --cc=maxime.chevallier@bootlin.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=robh@kernel.org \
    --cc=romain.gantois@bootlin.com \
    --cc=thomas.petazzoni@bootlin.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 read-only IMAP folder(s) and NNTP newsgroup(s).