mirror of
https://github.com/torvalds/linux.git
synced 2026-08-09 08:57:10 +02:00
This converts users of mdiobus to mdiodev using the following semantic patch: @@ identifier mdiodev; expression regnum; @@ - mdiobus_read(mdiodev->bus, mdiodev->addr, regnum) + mdiodev_read(mdiodev, regnum) @@ identifier mdiodev; expression regnum, val; @@ - mdiobus_write(mdiodev->bus, mdiodev->addr, regnum, val) + mdiodev_write(mdiodev, regnum, val) Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| 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 | ||