mbox series

[net-next,0/4] net: phy: clean up phy.h

Message ID d14f8a69-dc21-4ff7-8401-574ffe2f4bc5@gmail.com (mailing list archive)
Headers show
Series net: phy: clean up phy.h | expand

Message

Heiner Kallweit Feb. 13, 2025, 9:47 p.m. UTC
This series is a starting point to clean up phy.h and remove
definitions which are phylib-internal.

Heiner Kallweit (4):
  net: phy: remove fixup-related definitions from phy.h which are not
    used outside phylib
  net: phy: stop exporting feature arrays which aren't used outside
    phylib
  net: phy: stop exporting phy_queue_state_machine
  net: phy: remove helper phy_is_internal

 drivers/net/phy/phy.c        |  6 +++---
 drivers/net/phy/phy_device.c | 40 ++++++++++++++++++------------------
 include/linux/phy.h          | 29 --------------------------
 3 files changed, 23 insertions(+), 52 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 15, 2025, 1:20 a.m. UTC | #1
Hello:

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

On Thu, 13 Feb 2025 22:47:04 +0100 you wrote:
> This series is a starting point to clean up phy.h and remove
> definitions which are phylib-internal.
> 
> Heiner Kallweit (4):
>   net: phy: remove fixup-related definitions from phy.h which are not
>     used outside phylib
>   net: phy: stop exporting feature arrays which aren't used outside
>     phylib
>   net: phy: stop exporting phy_queue_state_machine
>   net: phy: remove helper phy_is_internal
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: phy: remove fixup-related definitions from phy.h which are not used outside phylib
    https://git.kernel.org/netdev/net-next/c/ea47e70e476f
  - [net-next,2/4] net: phy: stop exporting feature arrays which aren't used outside phylib
    https://git.kernel.org/netdev/net-next/c/d3a0e217f850
  - [net-next,3/4] net: phy: stop exporting phy_queue_state_machine
    https://git.kernel.org/netdev/net-next/c/ef6249e37df5
  - [net-next,4/4] net: phy: remove helper phy_is_internal
    https://git.kernel.org/netdev/net-next/c/6b2edfba7469

You are awesome, thank you!