]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: phy: fixed_phy: remove fixed_phy_add
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 30 Oct 2025 21:46:32 +0000 (22:46 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 02:46:14 +0000 (18:46 -0800)
commit5de9ea1c50f061892625388880e83fdc50a4ef66
tree39fd79f43414e14725178436fd1a1ebf441d6dbb
parent458639c42b7e6927a746bbbf0954ce3dd738c468
net: phy: fixed_phy: remove fixed_phy_add

fixed_phy_add() has a number of problems/disadvantages:
- It uses phy address 0 w/o checking whether a fixed phy with this
  address exists already.
- A subsequent call to fixed_phy_register() would also use phy address 0,
  because fixed_phy_add() doesn't mark it as used.
- fixed_phy_add() is used from platform code, therefore requires that
  fixed_phy code is built-in.

Now that for the only two users (coldfire/5272 and bcm47xx) fixed_phy
creation has been moved to the respective ethernet driver (fec, b44),
we can remove fixed_phy_add().

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/bee046a1-1e77-4057-8b04-fdb2a1bbbd08@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/fixed_phy.c
include/linux/phy_fixed.h