aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-07net: phy: Synchronize PHY interface modes with LinuxMarek Vasut
2023-04-07net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUIMarek Vasut
2023-04-07net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 supportMarek Vasut
2023-04-07net: phy: Only call phy_init() on systems needing manual relocationMarek Vasut
2023-04-07net: phy: Re-inline phy_drv_reloc()Marek Vasut
2023-04-07net: phy: Drop unused phy_register()Marek Vasut
2023-04-07net: phy: Drop static phy_drivers listMarek Vasut
2023-04-07net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: genphy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut
2023-04-07net: phy: Factor manual relocation into separate functionMarek Vasut
2023-04-07net: phy: teranetics: Staticize PHY driver entriesMarek Vasut
2023-04-07net: phy: cortina: Staticize PHY driver entriesMarek Vasut
2023-04-07net: phy: ca_phy: Staticize PHY driver entriesMarek Vasut
2023-04-07net: phy: aquantia: Staticize PHY driver entriesMarek Vasut
2023-04-06cmd: Add 2048 gameSimon Glass
2023-04-06serial-uclass: drop redundant code in serial_check_stdout()Rasmus Villemoes
2023-04-06cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSIHeinrich Schuchardt
2023-04-06ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt
2023-04-06ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt
2023-04-06spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entryCorentin Guillevic