aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-03-30net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/PlusMarek Vasut1-0/+4
2023-03-30net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/PlusMarek Vasut1-0/+32
2023-03-30net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M PlusMarek Vasut1-0/+4
2023-03-30net: dwc_eth_qos: Add i.MX8M Plus RMII supportMarek Vasut1-11/+18
2023-03-30net: dwc_eth_qos: Add DM CLK support for i.MX8M PlusMarek Vasut1-10/+121
2023-03-30net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MACMarek Vasut1-0/+6
2023-03-30net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()Marek Vasut1-1/+1
2023-03-30net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32Marek Vasut1-4/+1
2023-03-30net: dwc_eth_qos: Drop bogus return after gotoMarek Vasut1-1/+0
2023-03-30net: Pull board_interface_eth_init() into common codeMarek Vasut1-7/+0
2023-03-18net: ravb: Support fixed PHY in R-CarMikhail Lappo1-4/+2
2023-03-09arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependenciesAlgapally Santosh Sagar1-1/+1
2023-03-03net: Add an SPL config for atherosSimon Glass1-0/+3
2023-03-02Correct SPL uses of PHY_FIXEDSimon Glass1-2/+2
2023-02-17cpsw_mdio.c: Use correct reg in cpsw_mdio_get_aliveUlf Samuelsson1-3/+3
2023-02-10net: ftmac100: add mii read and write callbacksSergei Antonov3-0/+113
2023-02-10net: ftmac100: simplify priv->iobase castingSergei Antonov1-7/+7
2023-02-10net: ftmac100: change driver name from nds32_mac to ftmac100Sergei Antonov1-1/+1
2023-02-10net: dwc_eth_qos: Add Qcom ethernet driver glue layerSumit Garg5-0/+630
2023-02-10net: dwc_eth_qos: Allow platform to override tx/rx_fifo_szSumit Garg2-6/+14
2023-02-10net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optionalSumit Garg1-3/+6
2023-02-10Correct SPL uses of IMX_MODULE_FUSESimon Glass1-1/+1
2023-02-02drivers: net: fsl_ls_mdio: prevent a NULL pointer dereferenceIoana Ciornei1-0/+3
2023-02-02drivers: net: fsl-mc: do not use multiple blank linesIoana Ciornei1-2/+0
2023-02-02drivers: net: fsl-mc: align parameters to the open paranthesisIoana Ciornei1-7/+5