aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Vasut1-2/+2
2023-04-07net: phy: Re-inline phy_drv_reloc()Marek Vasut1-24/+18
2023-04-07net: phy: Drop unused phy_register()Marek Vasut1-8/+0
2023-04-07net: phy: Drop static phy_drivers listMarek Vasut1-24/+2
2023-04-07net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-2/+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 Vasut2-11/+1
2023-04-07net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-10/+1
2023-04-07net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-10/+1
2023-04-07net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-23/+7
2023-04-07net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-12/+1
2023-04-07net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-35/+13
2023-04-07net: phy: ti: Convert to U_BOOT_PHY_DRIVER()Marek Vasut5-49/+10
2023-04-07net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-21/+6
2023-04-07net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-19/+5
2023-04-07net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-13/+2
2023-04-07net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-10/+1
2023-04-07net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-15/+3
2023-04-07net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-14/+3
2023-04-07net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-24/+8
2023-04-07net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-31/+11
2023-04-07net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-15/+3
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-12/+2
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-12/+2
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-17/+4
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-15/+3
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-27/+9
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut2-11/+1
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut1-0/+15
2023-04-07net: phy: Factor manual relocation into separate functionMarek Vasut1-16/+23
2023-04-07net: phy: teranetics: Staticize PHY driver entriesMarek Vasut1-1/+1
2023-04-07net: phy: cortina: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: ca_phy: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: aquantia: Staticize PHY driver entriesMarek Vasut1-9/+9
2023-04-06serial-uclass: drop redundant code in serial_check_stdout()Rasmus Villemoes1-14/+10
2023-04-06ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt2-2/+10
2023-04-06ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt1-0/+1
2023-04-06spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entryCorentin Guillevic1-0/+1
2023-04-05blk: blkmap: Add linear device mapping supportTobias Waldekranz1-0/+71
2023-04-05blk: blkmap: Add memory mapping supportTobias Waldekranz1-0/+105
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz4-0/+363
2023-04-04drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih1-0/+8