netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, andrew@lunn.ch, vivien.didelot@gmail.com,
	f.fainelli@gmail.com, olteanv@gmail.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux@rempel-privat.de,
	ansuelsmth@gmail.com, john@phrozen.org, kurt@linutronix.de,
	mans@mansr.com, arun.ramadoss@microchip.com,
	woojung.huh@microchip.com, UNGLinuxDriver@microchip.com,
	claudiu.manoil@nxp.com, alexandre.belloni@bootlin.com,
	george.mccollister@gmail.com, dqfext@gmail.com,
	sean.wang@mediatek.com, Landen.Chao@mediatek.com,
	matthias.bgg@gmail.com, hauke@hauke-m.de,
	martin.blumenstingl@googlemail.com, olek2@wp.pl,
	alsi@bang-olufsen.dk, luizluca@gmail.com,
	linus.walleij@linaro.org, paweldembicki@gmail.com,
	clement.leger@bootlin.com, geert+renesas@glider.be,
	rmk+kernel@armlinux.org.uk, kabel@kernel.org, mw@semihalf.com,
	marex@denx.de, linux-renesas-soc@vger.kernel.org,
	linux@rasmusvillemoes.dk, frowand.list@gmail.com
Subject: Re: [PATCH v4 net-next 00/10] Validate OF nodes for DSA shared ports
Date: Tue, 23 Aug 2022 01:00:20 +0000	[thread overview]
Message-ID: <166121642039.14563.11985389088566730617.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220818115500.2592578-1-vladimir.oltean@nxp.com>

Hello:

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

On Thu, 18 Aug 2022 14:54:50 +0300 you wrote:
> This is the first set of measures taken so that more drivers can be
> transitioned towards phylink on shared (CPU and DSA) ports some time in
> the future. It consists of:
> 
> - expanding the DT schema for DSA and related drivers to clarify the new
>   requirements.
> 
> [...]

Here is the summary with links:
  - [v4,net-next,01/10] dt-bindings: net: dsa: xrs700x: add missing CPU port phy-mode to example
    https://git.kernel.org/netdev/net-next/c/b237676039d9
  - [v4,net-next,02/10] dt-bindings: net: dsa: hellcreek: add missing CPU port phy-mode/fixed-link to example
    https://git.kernel.org/netdev/net-next/c/b975b73425cd
  - [v4,net-next,03/10] dt-bindings: net: dsa: b53: add missing CPU port phy-mode to example
    https://git.kernel.org/netdev/net-next/c/526512f675c8
  - [v4,net-next,04/10] dt-bindings: net: dsa: microchip: add missing CPU port phy-mode to example
    https://git.kernel.org/netdev/net-next/c/2401bd9532fe
  - [v4,net-next,05/10] dt-bindings: net: dsa: rzn1-a5psw: add missing CPU port phy-mode to example
    https://git.kernel.org/netdev/net-next/c/f3c8168fdd02
  - [v4,net-next,06/10] dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports
    https://git.kernel.org/netdev/net-next/c/2ec2fb8331af
  - [v4,net-next,07/10] of: base: export of_device_compatible_match() for use in modules
    https://git.kernel.org/netdev/net-next/c/df55e317805f
  - [v4,net-next,08/10] net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform data
    https://git.kernel.org/netdev/net-next/c/da2c398e59d6
  - [v4,net-next,09/10] net: dsa: rename dsa_port_link_{,un}register_of
    https://git.kernel.org/netdev/net-next/c/770375ff3311
  - [v4,net-next,10/10] net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports
    https://git.kernel.org/netdev/net-next/c/e09e9873152e

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



      parent reply	other threads:[~2022-08-23  1:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 11:54 [PATCH v4 net-next 00/10] Validate OF nodes for DSA shared ports Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 01/10] dt-bindings: net: dsa: xrs700x: add missing CPU port phy-mode to example Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 02/10] dt-bindings: net: dsa: hellcreek: add missing CPU port phy-mode/fixed-link " Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 03/10] dt-bindings: net: dsa: b53: add missing CPU port phy-mode " Vladimir Oltean
2022-08-20  2:54   ` Florian Fainelli
2022-08-18 11:54 ` [PATCH v4 net-next 04/10] dt-bindings: net: dsa: microchip: " Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 05/10] dt-bindings: net: dsa: rzn1-a5psw: " Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 06/10] dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 07/10] of: base: export of_device_compatible_match() for use in modules Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 08/10] net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform data Vladimir Oltean
2022-08-18 11:54 ` [PATCH v4 net-next 09/10] net: dsa: rename dsa_port_link_{,un}register_of Vladimir Oltean
2022-08-18 11:55 ` [PATCH v4 net-next 10/10] net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports Vladimir Oltean
2022-08-23  1:00 ` 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=166121642039.14563.11985389088566730617.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Landen.Chao@mediatek.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alsi@bang-olufsen.dk \
    --cc=andrew@lunn.ch \
    --cc=ansuelsmth@gmail.com \
    --cc=arun.ramadoss@microchip.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=clement.leger@bootlin.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dqfext@gmail.com \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=frowand.list@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=george.mccollister@gmail.com \
    --cc=hauke@hauke-m.de \
    --cc=john@phrozen.org \
    --cc=kabel@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=kurt@linutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=linux@rempel-privat.de \
    --cc=luizluca@gmail.com \
    --cc=mans@mansr.com \
    --cc=marex@denx.de \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mw@semihalf.com \
    --cc=netdev@vger.kernel.org \
    --cc=olek2@wp.pl \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=paweldembicki@gmail.com \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=robh+dt@kernel.org \
    --cc=sean.wang@mediatek.com \
    --cc=vivien.didelot@gmail.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=woojung.huh@microchip.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).