netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Heiner Kallweit <hkallweit1@gmail.com>
Cc: andrew@lunn.ch, linux@armlinux.org.uk, kuba@kernel.org,
	pabeni@redhat.com, davem@davemloft.net, edumazet@google.com,
	daniel@makrotopia.org, dqfext@gmail.com,
	SkyLake.Huang@mediatek.com, matthias.bgg@gmail.com,
	angelogioacchino.delregno@collabora.com,
	richardcochran@gmail.com, netdev@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	linux-arm-msm@vger.kernel.org, robimarko@gmail.com,
	kory.maincent@bootlin.com, rosenp@gmail.com
Subject: Re: [PATCH net-next v3 0/8] net: phy: move PHY package code to its own source file
Date: Thu, 06 Mar 2025 03:20:34 +0000	[thread overview]
Message-ID: <174123123425.1112346.6998420178306205592.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <5c5e60b3-0378-4960-8cf0-07ce0e219c68@gmail.com>

Hello:

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

On Mon, 3 Mar 2025 21:13:05 +0100 you wrote:
> This series contributes to cleaning up phylib by moving PHY package
> related code to its own source file.
> 
> v2:
> - rename the getters
> - add a new header file phylib.h, which is used by PHY drivers only
> v3:
> - include phylib.h in bcm54140.c
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/8] net: phy: move PHY package code from phy_device.c to own source file
    https://git.kernel.org/netdev/net-next/c/61dc9cae8727
  - [net-next,v3,2/8] net: phy: add getters for public members in struct phy_package_shared
    https://git.kernel.org/netdev/net-next/c/2c8cd9783f46
  - [net-next,v3,3/8] net: phy: qca807x: use new phy_package_shared getters
    https://git.kernel.org/netdev/net-next/c/947030f3c32b
  - [net-next,v3,4/8] net: phy: micrel: use new phy_package_shared getters
    https://git.kernel.org/netdev/net-next/c/890fe6841d81
  - [net-next,v3,5/8] net: phy: mediatek: use new phy_package_shared getters
    https://git.kernel.org/netdev/net-next/c/dc5a6164feda
  - [net-next,v3,6/8] net: phy: mscc: use new phy_package_shared getters
    https://git.kernel.org/netdev/net-next/c/e0327e9f8597
  - [net-next,v3,7/8] net: phy: move PHY package related code from phy.h to phy_package.c
    https://git.kernel.org/netdev/net-next/c/e7f984e925d2
  - [net-next,v3,8/8] net: phy: remove remaining PHY package related definitions from phy.h
    https://git.kernel.org/netdev/net-next/c/a40028497769

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



      parent reply	other threads:[~2025-03-06  3:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 20:13 [PATCH net-next v3 0/8] net: phy: move PHY package code to its own source file Heiner Kallweit
2025-03-03 20:14 ` [PATCH net-next v3 1/8] net: phy: move PHY package code from phy_device.c to " Heiner Kallweit
2025-03-03 20:15 ` [PATCH net-next v3 2/8] net: phy: add getters for public members in struct phy_package_shared Heiner Kallweit
2025-03-03 20:16 ` [PATCH net-next v3 3/8] net: phy: qca807x: use new phy_package_shared getters Heiner Kallweit
2025-03-03 20:16 ` [PATCH net-next v3 4/8] net: phy: micrel: " Heiner Kallweit
2025-03-03 20:17 ` [PATCH net-next v3 5/8] net: phy: mediatek: " Heiner Kallweit
2025-03-03 20:17 ` [PATCH net-next v3 6/8] net: phy: mscc: " Heiner Kallweit
2025-03-03 20:18 ` [PATCH net-next v3 7/8] net: phy: move PHY package related code from phy.h to phy_package.c Heiner Kallweit
2025-03-03 20:19 ` [PATCH net-next v3 8/8] net: phy: remove remaining PHY package related definitions from phy.h Heiner Kallweit
2025-03-06  3:20 ` 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=174123123425.1112346.6998420178306205592.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=SkyLake.Huang@mediatek.com \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=dqfext@gmail.com \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=kory.maincent@bootlin.com \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=matthias.bgg@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=richardcochran@gmail.com \
    --cc=robimarko@gmail.com \
    --cc=rosenp@gmail.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).