net: phy: move PHY package code from phy_device.c to own source file
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 3 Mar 2025 20:14:02 +0000 (21:14 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Mar 2025 03:13:52 +0000 (19:13 -0800)
commit61dc9cae8727ea422e1fcbcc37a3d9ba2ff51c91
treeaa5228b9d40597c17fa2c1159431f25c7de2402d
parent89b12ca6950204c3d2199dfab2e0e28ab3259013
net: phy: move PHY package code from phy_device.c to own source file

This patch is the first step in moving the PHY package related code
to its own source file. No functional change intended.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/57df5c19-fbcd-45a7-9afd-cd4f74d7fa76@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/Makefile
drivers/net/phy/phy_device.c
drivers/net/phy/phy_package.c [new file with mode: 0644]