[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <eec346a4-e903-48af-8150-0191932a7a0b@gmail.com>
Date: Thu, 12 Jun 2025 23:25:00 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Andrew Lunn <andrew+netdev@...n.ch>, Paolo Abeni <pabeni@...hat.com>,
Jakub Kicinski <kuba@...nel.org>, David Miller <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Andrew Lunn <andrew@...n.ch>,
Russell King - ARM Linux <linux@...linux.org.uk>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
linux-arm-msm@...r.kernel.org,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, linux-mediatek@...ts.infradead.org
Subject: [PATCH net-next 0/3] net: phy: make phy_package a separate module
Only a handful of PHY drivers needs the PHY package functionality,
therefore make it a separate module which is built only if needed.
Heiner Kallweit (3):
net: phy: move __phy_package_[read|write]_mmd to phy_package.c
net: phy: make phy_package a separate module
net: phy: add Kconfig symbol PHY_PACKAGE
drivers/net/phy/Kconfig | 6 +++
drivers/net/phy/Makefile | 3 +-
drivers/net/phy/mediatek/Kconfig | 1 +
drivers/net/phy/phy-core.c | 75 +++----------------------------
drivers/net/phy/phy_package.c | 71 ++++++++++++++++++++++++++++-
drivers/net/phy/phylib-internal.h | 6 ++-
drivers/net/phy/qcom/Kconfig | 1 +
7 files changed, 91 insertions(+), 72 deletions(-)
--
2.49.0
Powered by blists - more mailing lists