aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-07Merge branch '2023-04-06-assorted-updates'Tom Rini21-31/+489
2023-04-07gpio: renesas: Add R-Car Gen4 supportHai Pham1-0/+1
2023-04-07ARM: rmobile: Add R-Car Generation 4 supportHai Pham12-9/+129
2023-04-07phy: Add .set_mode and .set_speed callbacksMarek Vasut2-0/+99
2023-04-07phy: Fix kerneldoc alignmentMarek Vasut1-54/+54
2023-04-07phy: Add empty generic_phy_configure() implementation for PHY disabled caseMarek Vasut1-0/+5
2023-04-07net: phy: marvell10g: Adapt Marvell 10G PHY driver from LinuxMarek Vasut3-0/+611
2023-04-07net: phy: Add MDIO PCS 2.5G and 5G speed macros from LinuxMarek Vasut1-0/+18
2023-04-07net: phy: Add phy_read_mmd_poll_timeout() from LinuxMarek Vasut1-0/+31
2023-04-07net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from LinuxMarek Vasut2-0/+58
2023-04-07net: phy: marvell: Import and use marvell_phy.h from LinuxMarek Vasut2-22/+70
2023-04-07net: phy: Synchronize PHY interface modes with LinuxMarek Vasut2-19/+53
2023-04-07net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUIMarek Vasut2-2/+8
2023-04-07net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 supportMarek Vasut1-53/+0
2023-04-07net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut2-3/+3
2023-04-07net: phy: Re-inline phy_drv_reloc()Marek Vasut1-24/+18
2023-04-07net: phy: Drop unused phy_register()Marek Vasut2-9/+0
2023-04-07net: phy: Drop static phy_drivers listMarek Vasut2-26/+2
2023-04-07net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-6/+2
2023-04-07net: phy: genphy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut1-9/+2
2023-04-07net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-13/+1
2023-04-07net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-11/+1
2023-04-07net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-11/+1
2023-04-07net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-24/+7
2023-04-07net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-13/+1
2023-04-07net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-36/+13
2023-04-07net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut6-50/+10
2023-04-07net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-22/+6
2023-04-07net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-20/+5
2023-04-07net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-14/+2
2023-04-07net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-11/+1
2023-04-07net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-16/+3
2023-04-07net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-15/+3
2023-04-07net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-25/+8
2023-04-07net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-32/+11
2023-04-07net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-16/+3
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-13/+2
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-13/+2
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-18/+4
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-16/+3
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-28/+9
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut2-0/+22