Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Michael Walle <michael@walle.cc>
Cc: andrew@lunn.ch, Shyam-sundar.S-k@amd.com,
	jesse.brandeburg@intel.com, edumazet@google.com,
	anthony.l.nguyen@intel.com, f.fainelli@gmail.com,
	linux@armlinux.org.uk, intel-wired-lan@lists.osuosl.org,
	kuba@kernel.org, pabeni@redhat.com, yisen.zhuang@huawei.com,
	thomas.lendacky@amd.com, Landen.Chao@mediatek.com,
	bh74.an@samsung.com, linux-kernel@vger.kernel.org,
	sean.wang@mediatek.com, dqfext@gmail.com,
	linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com,
	linux-arm-kernel@lists.infradead.org, salil.mehta@huawei.com,
	s.shtylyov@omp.ru, netdev@vger.kernel.org,
	nicolas.ferre@microchip.com, davem@davemloft.net,
	linux-renesas-soc@vger.kernel.org, olteanv@gmail.com,
	claudiu.beznea@microchip.com
Subject: Re: [Intel-wired-lan] [PATCH net-next 00/12] net: mdio: Continue separating C22 and C45
Date: Wed, 18 Jan 2023 03:40:18 +0000	[thread overview]
Message-ID: <167401321873.20942.13534371074632308788.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230116-net-next-c45-seperation-part-3-v1-0-0c53afa56aad@walle.cc>

Hello:

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

On Tue, 17 Jan 2023 00:52:16 +0100 you wrote:
> I've picked this older series from Andrew up and rebased it onto
> the latest net-next.
> 
> This is the third (and hopefully last) patch set in the series which
> separates the C22 and C45 MDIO bus transactions at the API level to the
> MDIO bus drivers.
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] net: dsa: mt7530: Separate C22 and C45 MDIO bus transactions
    https://git.kernel.org/netdev/net-next/c/defa2e541894
  - [net-next,02/12] net: sxgbe: Separate C22 and C45 transactions
    https://git.kernel.org/netdev/net-next/c/e078c8b5eab7
  - [net-next,03/12] net: nixge: Separate C22 and C45 transactions
    https://git.kernel.org/netdev/net-next/c/064a6a887f95
  - [net-next,04/12] net: macb: Separate C22 and C45 transactions
    https://git.kernel.org/netdev/net-next/c/a4d65b1de2a2
  - [net-next,05/12] ixgbe: Separate C22 and C45 transactions
    https://git.kernel.org/netdev/net-next/c/308c8ffd5a7d
  - [net-next,06/12] ixgbe: Use C45 mdiobus accessors
    https://git.kernel.org/netdev/net-next/c/ab2960f0fdfe
  - [net-next,07/12] net: hns: Separate C22 and C45 transactions
    https://git.kernel.org/netdev/net-next/c/41799a77f4bb
  - [net-next,08/12] amd-xgbe: Separate C22 and C45 transactions
    https://git.kernel.org/netdev/net-next/c/070f6186a2f1
  - [net-next,09/12] amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45
    https://git.kernel.org/netdev/net-next/c/47e61593f367
  - [net-next,10/12] net: dsa: sja1105: C45 only transactions for PCS
    https://git.kernel.org/netdev/net-next/c/ae271547bba6
  - [net-next,11/12] net: dsa: sja1105: Separate C22 and C45 transactions for T1 MDIO bus
    https://git.kernel.org/netdev/net-next/c/c708e1350370
  - [net-next,12/12] net: ethernet: renesas: rswitch: C45 only transactions
    https://git.kernel.org/netdev/net-next/c/95331514d95f

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


_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

      parent reply	other threads:[~2023-01-18  3:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 23:52 [Intel-wired-lan] [PATCH net-next 00/12] net: mdio: Continue separating C22 and C45 Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 01/12] net: dsa: mt7530: Separate C22 and C45 MDIO bus transactions Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 02/12] net: sxgbe: Separate C22 and C45 transactions Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 03/12] net: nixge: " Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 04/12] net: macb: " Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 05/12] ixgbe: " Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 06/12] ixgbe: Use C45 mdiobus accessors Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 07/12] net: hns: Separate C22 and C45 transactions Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 08/12] amd-xgbe: " Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 09/12] amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45 Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 10/12] net: dsa: sja1105: C45 only transactions for PCS Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 11/12] net: dsa: sja1105: Separate C22 and C45 transactions for T1 MDIO bus Michael Walle
2023-01-16 23:52 ` [Intel-wired-lan] [PATCH net-next 12/12] net: ethernet: renesas: rswitch: C45 only transactions Michael Walle
2023-01-18  3: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=167401321873.20942.13534371074632308788.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Landen.Chao@mediatek.com \
    --cc=Shyam-sundar.S-k@amd.com \
    --cc=andrew@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=bh74.an@samsung.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=davem@davemloft.net \
    --cc=dqfext@gmail.com \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jesse.brandeburg@intel.com \
    --cc=kuba@kernel.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=linux@armlinux.org.uk \
    --cc=matthias.bgg@gmail.com \
    --cc=michael@walle.cc \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=s.shtylyov@omp.ru \
    --cc=salil.mehta@huawei.com \
    --cc=sean.wang@mediatek.com \
    --cc=thomas.lendacky@amd.com \
    --cc=yisen.zhuang@huawei.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