public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Luiz Angelo Daros de Luca <luizluca@gmail•com>
Cc: netdev@vger•kernel.org, linus.walleij@linaro•org, andrew@lunn•ch,
	vivien.didelot@gmail•com, f.fainelli@gmail•com,
	olteanv@gmail•com, alsi@bang-olufsen•dk, arinc.unal@arinc9•com,
	frank-w@public-files•de, davem@davemloft•net, kuba@kernel•org
Subject: Re: [PATCH net-next v6 00/13] net: dsa: realtek: MDIO interface and RTL8367S,RTL8367RB-VB
Date: Fri, 28 Jan 2022 15:10:17 +0000	[thread overview]
Message-ID: <164338261712.2420.7704268434103008092.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220128060509.13800-1-luizluca@gmail.com>

Hello:

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

On Fri, 28 Jan 2022 03:04:56 -0300 you wrote:
> The old realtek-smi driver was linking subdrivers into a single
> realtek-smi.ko After this series, each subdriver will be an independent
> module required by either realtek-smi (platform driver) or the new
> realtek-mdio (mdio driver). Both interface drivers (SMI or MDIO) are
> independent, and they might even work side-by-side, although it will be
> difficult to find such device. The subdriver can be individually
> selected but only at buildtime, saving some storage space for custom
> embedded systems.
> 
> [...]

Here is the summary with links:
  - [net-next,v6,01/13] net: dsa: realtek-smi: fix kdoc warnings
    https://git.kernel.org/netdev/net-next/c/0f0c6da03ba3
  - [net-next,v6,02/13] net: dsa: realtek-smi: move to subdirectory
    https://git.kernel.org/netdev/net-next/c/319a70a5fea9
  - [net-next,v6,03/13] net: dsa: realtek: rename realtek_smi to realtek_priv
    https://git.kernel.org/netdev/net-next/c/f5f119077b1c
  - [net-next,v6,04/13] net: dsa: realtek: remove direct calls to realtek-smi
    https://git.kernel.org/netdev/net-next/c/cd645dc556e2
  - [net-next,v6,05/13] net: dsa: realtek: convert subdrivers into modules
    https://git.kernel.org/netdev/net-next/c/765c39a4fafe
  - [net-next,v6,06/13] net: dsa: realtek: add new mdio interface for drivers
    https://git.kernel.org/netdev/net-next/c/aac94001067d
  - [net-next,v6,07/13] net: dsa: realtek: rtl8365mb: rename extport to extint
    https://git.kernel.org/netdev/net-next/c/d18b59f48b31
  - [net-next,v6,08/13] net: dsa: realtek: rtl8365mb: use GENMASK(n-1,0) instead of BIT(n)-1
    https://git.kernel.org/netdev/net-next/c/c45e0fef9f89
  - [net-next,v6,09/13] net: dsa: realtek: rtl8365mb: use DSA CPU port
    https://git.kernel.org/netdev/net-next/c/7fa8af30ecdf
  - [net-next,v6,10/13] net: dsa: realtek: rtl8365mb: add RTL8367S support
    https://git.kernel.org/netdev/net-next/c/d40f607c181f
  - [net-next,v6,11/13] net: dsa: realtek: rtl8365mb: add RTL8367RB-VB support
    https://git.kernel.org/netdev/net-next/c/84a10aecdcc0
  - [net-next,v6,12/13] net: dsa: realtek: rtl8365mb: allow non-cpu extint ports
    https://git.kernel.org/netdev/net-next/c/6147631c079f
  - [net-next,v6,13/13] net: dsa: realtek: rtl8365mb: fix trap_door > 7
    https://git.kernel.org/netdev/net-next/c/078ae1bdd32d

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-01-28 15:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28  6:04 [PATCH net-next v6 00/13] net: dsa: realtek: MDIO interface and RTL8367S,RTL8367RB-VB Luiz Angelo Daros de Luca
2022-01-28  6:04 ` [PATCH net-next v6 01/13] net: dsa: realtek-smi: fix kdoc warnings Luiz Angelo Daros de Luca
2022-01-28 16:04   ` Florian Fainelli
2022-01-28  6:04 ` [PATCH net-next v6 02/13] net: dsa: realtek-smi: move to subdirectory Luiz Angelo Daros de Luca
2022-01-28  6:04 ` [PATCH net-next v6 03/13] net: dsa: realtek: rename realtek_smi to realtek_priv Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 04/13] net: dsa: realtek: remove direct calls to realtek-smi Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 05/13] net: dsa: realtek: convert subdrivers into modules Luiz Angelo Daros de Luca
2022-02-04  1:58   ` Jakub Kicinski
2022-02-04  7:57     ` Arınç ÜNAL
2022-02-04 15:53       ` Jakub Kicinski
2022-01-28  6:05 ` [PATCH net-next v6 06/13] net: dsa: realtek: add new mdio interface for drivers Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 07/13] net: dsa: realtek: rtl8365mb: rename extport to extint Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 08/13] net: dsa: realtek: rtl8365mb: use GENMASK(n-1,0) instead of BIT(n)-1 Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 09/13] net: dsa: realtek: rtl8365mb: use DSA CPU port Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 10/13] net: dsa: realtek: rtl8365mb: add RTL8367S support Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 11/13] net: dsa: realtek: rtl8365mb: add RTL8367RB-VB support Luiz Angelo Daros de Luca
2022-01-28  9:44   ` Arınç ÜNAL
2022-01-28 15:57     ` Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 12/13] net: dsa: realtek: rtl8365mb: allow non-cpu extint ports Luiz Angelo Daros de Luca
2022-01-28  6:05 ` [PATCH net-next v6 13/13] net: dsa: realtek: rtl8365mb: fix trap_door > 7 Luiz Angelo Daros de Luca
2022-01-28 15:10 ` 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=164338261712.2420.7704268434103008092.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=alsi@bang-olufsen$(echo .)dk \
    --cc=andrew@lunn$(echo .)ch \
    --cc=arinc.unal@arinc9$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=frank-w@public-files$(echo .)de \
    --cc=kuba@kernel$(echo .)org \
    --cc=linus.walleij@linaro$(echo .)org \
    --cc=luizluca@gmail$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=olteanv@gmail$(echo .)com \
    --cc=vivien.didelot@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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