All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Colin Foster <colin.foster@in-advantage.com>
Cc: linux-renesas-soc@vger.kernel.org,
	linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	netdev@vger.kernel.org, john@phrozen.org,
	alexandre.belloni@bootlin.com, claudiu.manoil@nxp.com,
	marex@denx.de, sean.wang@mediatek.com, dqfext@gmail.com,
	Landen.Chao@mediatek.com, arinc.unal@arinc9.com,
	clement.leger@bootlin.com, alsi@bang-olufsen.dk,
	linus.walleij@linaro.org, UNGLinuxDriver@microchip.com,
	woojung.huh@microchip.com, matthias.bgg@gmail.com,
	kurt@linutronix.de, robh+dt@kernel.org, pabeni@redhat.com,
	kuba@kernel.org, edumazet@google.com, davem@davemloft.net,
	olteanv@gmail.com, f.fainelli@gmail.com, andrew@lunn.ch,
	george.mccollister@gmail.com
Subject: Re: [PATCH v7 net-next 00/10] dt-binding preparation for ocelot switches
Date: Mon, 16 Jan 2023 18:50:18 +0000	[thread overview]
Message-ID: <167389501875.8578.15890444041722037565.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230112175613.18211-1-colin.foster@in-advantage.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 12 Jan 2023 07:56:03 -1000 you wrote:
> Ocelot switches have the abilitiy to be used internally via
> memory-mapped IO or externally via SPI or PCIe. This brings up issues
> for documentation, where the same chip might be accessed internally in a
> switchdev manner, or externally in a DSA configuration. This patch set
> is perparation to bring DSA functionality to the VSC7512, utilizing as
> much as possible with an almost identical VSC7514 chip.
> 
> [...]

Here is the summary with links:
  - [v7,net-next,01/10] dt-bindings: dsa: sync with maintainers
    https://git.kernel.org/netdev/net-next/c/4015dfce2fe7
  - [v7,net-next,02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation
    https://git.kernel.org/netdev/net-next/c/afdc0aab4972
  - [v7,net-next,03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node
    https://git.kernel.org/netdev/net-next/c/54890925f2a4
  - [v7,net-next,04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
    https://git.kernel.org/netdev/net-next/c/3cec368a8bec
  - [v7,net-next,05/10] dt-bindings: net: dsa: allow additional ethernet-port properties
    https://git.kernel.org/netdev/net-next/c/16401cdb08f0
  - [v7,net-next,06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
    https://git.kernel.org/netdev/net-next/c/956826446e3a
  - [v7,net-next,07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
    https://git.kernel.org/netdev/net-next/c/000bd2af9dce
  - [v7,net-next,08/10] dt-bindings: net: add generic ethernet-switch
    https://git.kernel.org/netdev/net-next/c/7f5bccc8b6f8
  - [v7,net-next,09/10] dt-bindings: net: add generic ethernet-switch-port binding
    https://git.kernel.org/netdev/net-next/c/68e3e3be66bc
  - [v7,net-next,10/10] dt-bindings: net: mscc,vsc7514-switch: utilize generic ethernet-switch.yaml
    https://git.kernel.org/netdev/net-next/c/1f4d4ad677c4

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




WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Colin Foster <colin.foster@in-advantage.com>
Cc: linux-renesas-soc@vger.kernel.org,
	linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	netdev@vger.kernel.org, john@phrozen.org,
	alexandre.belloni@bootlin.com, claudiu.manoil@nxp.com,
	marex@denx.de, sean.wang@mediatek.com, dqfext@gmail.com,
	Landen.Chao@mediatek.com, arinc.unal@arinc9.com,
	clement.leger@bootlin.com, alsi@bang-olufsen.dk,
	linus.walleij@linaro.org, UNGLinuxDriver@microchip.com,
	woojung.huh@microchip.com, matthias.bgg@gmail.com,
	kurt@linutronix.de, robh+dt@kernel.org, pabeni@redhat.com,
	kuba@kernel.org, edumazet@google.com, davem@davemloft.net,
	olteanv@gmail.com, f.fainelli@gmail.com, andrew@lunn.ch,
	george.mccollister@gmail.com
Subject: Re: [PATCH v7 net-next 00/10] dt-binding preparation for ocelot switches
Date: Mon, 16 Jan 2023 18:50:18 +0000	[thread overview]
Message-ID: <167389501875.8578.15890444041722037565.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230112175613.18211-1-colin.foster@in-advantage.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 12 Jan 2023 07:56:03 -1000 you wrote:
> Ocelot switches have the abilitiy to be used internally via
> memory-mapped IO or externally via SPI or PCIe. This brings up issues
> for documentation, where the same chip might be accessed internally in a
> switchdev manner, or externally in a DSA configuration. This patch set
> is perparation to bring DSA functionality to the VSC7512, utilizing as
> much as possible with an almost identical VSC7514 chip.
> 
> [...]

Here is the summary with links:
  - [v7,net-next,01/10] dt-bindings: dsa: sync with maintainers
    https://git.kernel.org/netdev/net-next/c/4015dfce2fe7
  - [v7,net-next,02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation
    https://git.kernel.org/netdev/net-next/c/afdc0aab4972
  - [v7,net-next,03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node
    https://git.kernel.org/netdev/net-next/c/54890925f2a4
  - [v7,net-next,04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
    https://git.kernel.org/netdev/net-next/c/3cec368a8bec
  - [v7,net-next,05/10] dt-bindings: net: dsa: allow additional ethernet-port properties
    https://git.kernel.org/netdev/net-next/c/16401cdb08f0
  - [v7,net-next,06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
    https://git.kernel.org/netdev/net-next/c/956826446e3a
  - [v7,net-next,07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
    https://git.kernel.org/netdev/net-next/c/000bd2af9dce
  - [v7,net-next,08/10] dt-bindings: net: add generic ethernet-switch
    https://git.kernel.org/netdev/net-next/c/7f5bccc8b6f8
  - [v7,net-next,09/10] dt-bindings: net: add generic ethernet-switch-port binding
    https://git.kernel.org/netdev/net-next/c/68e3e3be66bc
  - [v7,net-next,10/10] dt-bindings: net: mscc,vsc7514-switch: utilize generic ethernet-switch.yaml
    https://git.kernel.org/netdev/net-next/c/1f4d4ad677c4

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-01-16 18:50 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12 17:56 [PATCH v7 net-next 00/10] dt-binding preparation for ocelot switches Colin Foster
2023-01-12 17:56 ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 01/10] dt-bindings: dsa: sync with maintainers Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 05/10] dt-bindings: net: dsa: allow additional ethernet-port properties Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 08/10] dt-bindings: net: add generic ethernet-switch Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 09/10] dt-bindings: net: add generic ethernet-switch-port binding Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-12 17:56 ` [PATCH v7 net-next 10/10] dt-bindings: net: mscc,vsc7514-switch: utilize generic ethernet-switch.yaml Colin Foster
2023-01-12 17:56   ` Colin Foster
2023-01-16 17:47 ` [PATCH v7 net-next 00/10] dt-binding preparation for ocelot switches Colin Foster
2023-01-16 17:47   ` Colin Foster
2023-01-16 18:50 ` patchwork-bot+netdevbpf [this message]
2023-01-16 18:50   ` patchwork-bot+netdevbpf
2023-01-16 18:54   ` Colin Foster
2023-01-16 18:54     ` Colin Foster

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=167389501875.8578.15890444041722037565.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=arinc.unal@arinc9.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=clement.leger@bootlin.com \
    --cc=colin.foster@in-advantage.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dqfext@gmail.com \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=george.mccollister@gmail.com \
    --cc=john@phrozen.org \
    --cc=kuba@kernel.org \
    --cc=kurt@linutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=matthias.bgg@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=robh+dt@kernel.org \
    --cc=sean.wang@mediatek.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 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.