mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
This patch
- makes mdio_device.c part of libphy
- makes mdio_device_(un)register_reset() static
- moves mdiobus_(un)register_device() from mdio_bus.c to mdio_device.c,
stops exporting both functions and makes them private to phylib
This further decouples the MDIO consumer functionality from libphy.
Note: This makes MDIO driver registration part of phylib, therefore
adjust Kconfig dependencies where needed.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/c6dbf9b3-3ca0-434b-ad3a-71fe602ab809@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| phy-bcm-cygnus-pcie.c | ||
| phy-bcm-kona-usb2.c | ||
| phy-bcm-ns-usb2.c | ||
| phy-bcm-ns-usb3.c | ||
| phy-bcm-ns2-pcie.c | ||
| phy-bcm-ns2-usbdrd.c | ||
| phy-bcm-sr-pcie.c | ||
| phy-bcm-sr-usb.c | ||
| phy-bcm63xx-usbh.c | ||
| phy-brcm-sata.c | ||
| phy-brcm-usb-init-synopsys.c | ||
| phy-brcm-usb-init.c | ||
| phy-brcm-usb-init.h | ||
| phy-brcm-usb.c | ||