index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
phy.h
Age
Commit message (
Expand
)
Author
2023-09-14
net: phy: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-06-10
net: phy: Unpublish phy_connect_dev()
Marek Vasut
2023-05-05
net: phy: Make phy_interface_is_rgmii a switch statement
Nishanth Menon
2023-05-05
net: phy: Drop phy_interface_is_sgmii
Nishanth Menon
2023-04-07
net: phy: Add phy_read_mmd_poll_timeout() from Linux
Marek Vasut
2023-04-07
net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from Linux
Marek Vasut
2023-04-07
net: phy: Drop unused phy_register()
Marek Vasut
2023-04-07
net: phy: Drop static phy_drivers list
Marek Vasut
2023-04-07
net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: ti: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: b53: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: adin: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
2023-04-07
net: phy: Iterate over both registered PHYs and struct phy_driver linker list
Marek Vasut
2022-12-07
net: phy: Remove non-DM_ETH code
Tom Rini
2022-11-28
phy: add driver for Intel XWAY PHY
Tim Harvey
2022-10-21
net: NC-SI setup and handling
Samuel Mendoza-Jonas
2022-08-08
net: phy: Remove inline definitions from convinience functions
Ramon Fried
2022-04-15
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
2022-04-12
net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver
Michael Trimarchi
2022-04-12
net: phy: Add phy_modify() accessor
Ariel D'Alessandro
2022-04-12
phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific
Ariel D'Alessandro
2022-04-10
phy: adin: add driver for Analog Devices ADIN1300 PHY
Nate Drude
2022-04-10
net: phy: don't require PHY interface mode during PHY creation
Marek BehĂșn
2022-04-10
net: phy: use ->is_c45 instead of is_10g_interface()
Marek BehĂșn
[next]