devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Arun Ramadoss <arun.ramadoss@microchip.com>
Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, bpf@vger.kernel.org,
	woojung.huh@microchip.com, UNGLinuxDriver@microchip.com,
	andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com,
	olteanv@gmail.com, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux@armlinux.org.uk,
	ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
	kafai@fb.com, songliubraving@fb.com, yhs@fb.com,
	john.fastabend@gmail.com, kpsingh@kernel.org
Subject: Re: [Patch net-next v15 00/13] net: dsa: microchip: DSA Driver support for LAN937x
Date: Sat, 02 Jul 2022 15:40:15 +0000	[thread overview]
Message-ID: <165677641570.21073.132055092852251986.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220701144652.10526-1-arun.ramadoss@microchip.com>

Hello:

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

On Fri, 1 Jul 2022 20:16:39 +0530 you wrote:
> LAN937x is a Multi-Port 100BASE-T1 Ethernet Physical Layer switch
> compliant with the IEEE 802.3bw-2015 specification. The device provides
> 100 Mbit/s transmit and receive capability over a single Unshielded
> Twisted Pair (UTP) cable. LAN937x is successive revision of KSZ series
> switch.
> This series of patches provide the DSA driver support for
> Microchip LAN937X switch through MII/RMII interface. The RGMII interface
> support will be added in the follow up series.  LAN937x uses the most of
> functionality of KSZ9477.
> 
> [...]

Here is the summary with links:
  - [net-next,v15,01/13] dt-bindings: net: make internal-delay-ps based on phy-mode
    https://git.kernel.org/netdev/net-next/c/528f7f1fadf1
  - [net-next,v15,02/13] dt-bindings: net: dsa: dt bindings for microchip lan937x
    https://git.kernel.org/netdev/net-next/c/8926d94e5c50
  - [net-next,v15,03/13] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
    https://git.kernel.org/netdev/net-next/c/092f875131dc
  - [net-next,v15,04/13] net: dsa: microchip: generic access to ksz9477 static and reserved table
    https://git.kernel.org/netdev/net-next/c/457c182af597
  - [net-next,v15,05/13] net: dsa: microchip: add DSA support for microchip LAN937x
    https://git.kernel.org/netdev/net-next/c/55ab6ffaf378
  - [net-next,v15,06/13] net: dsa: microchip: lan937x: add dsa_tag_protocol
    https://git.kernel.org/netdev/net-next/c/99b16df0cd52
  - [net-next,v15,07/13] net: dsa: microchip: lan937x: add phy read and write support
    https://git.kernel.org/netdev/net-next/c/ffaf1de2f62d
  - [net-next,v15,08/13] net: dsa: microchip: lan937x: register mdio-bus
    https://git.kernel.org/netdev/net-next/c/a50b35366c64
  - [net-next,v15,09/13] net: dsa: microchip: lan937x: add MTU and fast_age support
    https://git.kernel.org/netdev/net-next/c/ab8823688f9e
  - [net-next,v15,10/13] net: dsa: microchip: lan937x: add phylink_get_caps support
    https://git.kernel.org/netdev/net-next/c/c14e878d4a4f
  - [net-next,v15,11/13] net: dsa: microchip: lan937x: add phylink_mac_link_up support
    https://git.kernel.org/netdev/net-next/c/f597d3ad75b8
  - [net-next,v15,12/13] net: dsa: microchip: lan937x: add phylink_mac_config support
    https://git.kernel.org/netdev/net-next/c/a0cb1aa43825
  - [net-next,v15,13/13] net: dsa: microchip: add LAN937x in the ksz spi probe
    https://git.kernel.org/netdev/net-next/c/c8fac9d0aa5a

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-07-02 15:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01 14:46 [Patch net-next v15 00/13] net: dsa: microchip: DSA Driver support for LAN937x Arun Ramadoss
2022-07-01 14:46 ` [Patch net-next v15 01/13] dt-bindings: net: make internal-delay-ps based on phy-mode Arun Ramadoss
2022-07-01 14:57 ` [Patch net-next v15 02/13] dt-bindings: net: dsa: dt bindings for microchip lan937x Arun Ramadoss
2022-07-01 15:00 ` [Patch net-next v15 03/13] net: dsa: tag_ksz: add tag handling for Microchip LAN937x Arun Ramadoss
2022-07-01 15:01 ` [Patch net-next v15 04/13] net: dsa: microchip: generic access to ksz9477 static and reserved table Arun Ramadoss
2022-07-01 15:01 ` [Patch net-next v15 05/13] net: dsa: microchip: add DSA support for microchip LAN937x Arun Ramadoss
2022-07-01 15:02 ` [Patch net-next v15 06/13] net: dsa: microchip: lan937x: add dsa_tag_protocol Arun Ramadoss
2022-07-01 15:06 ` [Patch net-next v15 07/13] net: dsa: microchip: lan937x: add phy read and write support Arun Ramadoss
2022-07-01 15:07 ` [Patch net-next v15 08/13] net: dsa: microchip: lan937x: register mdio-bus Arun Ramadoss
2022-07-01 15:09 ` [Patch net-next v15 09/13] net: dsa: microchip: lan937x: add MTU and fast_age support Arun Ramadoss
2022-07-01 15:10 ` [Patch net-next v15 10/13] net: dsa: microchip: lan937x: add phylink_get_caps support Arun Ramadoss
2022-07-01 15:11 ` [Patch net-next v15 11/13] net: dsa: microchip: lan937x: add phylink_mac_link_up support Arun Ramadoss
2022-07-01 15:12 ` [Patch net-next v15 12/13] net: dsa: microchip: lan937x: add phylink_mac_config support Arun Ramadoss
2022-07-01 15:16 ` [Patch net-next v15 13/13] net: dsa: microchip: add LAN937x in the ksz spi probe Arun Ramadoss
2022-07-02 15: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=165677641570.21073.132055092852251986.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=andrii@kernel.org \
    --cc=arun.ramadoss@microchip.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=robh+dt@kernel.org \
    --cc=songliubraving@fb.com \
    --cc=vivien.didelot@gmail.com \
    --cc=woojung.huh@microchip.com \
    --cc=yhs@fb.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).