[PATCH net-next v2 0/8] net: phy: move PHY package code to its own source file
Heiner Kallweit
hkallweit1 at gmail.com
Fri Feb 28 13:44:50 PST 2025
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
Heiner Kallweit (8):
net: phy: move PHY package code from phy_device.c to own source file
net: phy: add getters for public members in struct phy_package_shared
net: phy: qca807x: use new phy_package_shared getters
net: phy: micrel: use new phy_package_shared getters
net: phy: mediatek: use new phy_package_shared getters
net: phy: mscc: use new phy_package_shared getters
net: phy: move PHY package related code from phy.h to phy_package.c
net: phy: remove remaining PHY package related definitions from phy.h
drivers/net/phy/Makefile | 3 +-
drivers/net/phy/mediatek/mtk-ge-soc.c | 7 +-
drivers/net/phy/micrel.c | 9 +-
drivers/net/phy/mscc/mscc_main.c | 2 +
drivers/net/phy/mscc/mscc_ptp.c | 14 +-
drivers/net/phy/phy-core.c | 1 +
drivers/net/phy/phy_device.c | 237 -----------------
drivers/net/phy/phy_package.c | 350 ++++++++++++++++++++++++++
drivers/net/phy/phylib-internal.h | 2 +
drivers/net/phy/phylib.h | 28 +++
drivers/net/phy/qcom/qca807x.c | 16 +-
include/linux/phy.h | 124 ---------
12 files changed, 409 insertions(+), 384 deletions(-)
create mode 100644 drivers/net/phy/phy_package.c
create mode 100644 drivers/net/phy/phylib.h
--
2.48.1
More information about the linux-arm-kernel
mailing list