aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Convert CONFIG_MII_INIT to KconfigTom Rini1-3/+1
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini2-1/+9
2022-03-25Convert CONFIG_LPC32XX_ETH to KconfigTom Rini1-0/+5
2022-03-25Convert CONFIG_RMII to KconfigTom Rini1-0/+5
2022-03-18net: fec_mxc: Drop CONFIG_FEC_XCV_TYPETom Rini1-7/+3
2022-03-18net: fec_mxc: Remove non-DM_ETH codeTom Rini1-245/+0
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek4-0/+83
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek1-3/+3
2022-02-25net: ravb: Add tx/rx delay flag checks and support for rgmii-rxidAdam Ford1-3/+31
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-2/+2
2022-02-03net: ti: am65-cpsw: Cleanup resources before jump to kernelVignesh Raghavendra1-1/+1
2022-02-01net: xilinx: fix the wrong dma base address issueGreentime Hu1-2/+2
2022-01-28net: ti: am65-cpsw-nuss: Fix err msg for port bind failuresVignesh Raghavendra1-1/+1
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini1-2/+1
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini12-23/+23
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek BehĂșn1-2/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt12-23/+23
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini1-5/+55
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung1-0/+1
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung1-5/+15
2022-01-17Merge branch '2022-01-15-TI-platform-updates'WIP/17Jan2022Tom Rini2-27/+52
2022-01-17Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini9-10/+523
2022-01-17net: gem: Workaround gmii2rgmii bridge DT node issueAshok Reddy Soma1-1/+2
2022-01-17Revert "net: gem: Disable broadcast setting"Michal Simek1-2/+0
2022-01-15net: fsl: Fix busy flag polling registerMarkus Koch2-3/+3
2022-01-15net: eth-phy: Demote missing phy-handle log message to debugMarek Vasut1-1/+1
2022-01-15net: phy: add TI DP83869HM ethernet driverDominic Rath5-0/+519
2022-01-15net: dsa: sja1105: fix device id detectionVladimir Oltean1-6/+0
2022-01-15net: ti: am65-cpsw: Add support for multi port independent MAC modeVignesh Raghavendra2-27/+52
2022-01-13drivers/net/fec_mxc.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-05net: gem: Reduce timeout of mdio phy idle status checkAshok Reddy Soma1-2/+4
2022-01-05net: zynq: Add support for PHY configuration in SGMII modeMichal Simek1-0/+20
2022-01-05net: zynq: Add support for GEM resetMichal Simek1-0/+26
2022-01-05net: zynq: Add support for mdio bus address decodingMichal Simek1-0/+3
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini4-11/+27
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini4-28/+24
2021-12-13net: ravb: Support multiple clocksAdam Ford1-5/+5
2021-12-03Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/03Dec2021Tom Rini1-11/+7
2021-12-02net: macb: Remove Microchip compatible stringPadmarao Begari1-11/+7
2021-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut1-11/+11
2021-12-02net: eth-phy: Handle gpio_request_by_name() return valueMarek Vasut1-1/+1
2021-12-02net: brcm: netXtreme driverBharat Gooty8-0/+3537
2021-12-02driver: net: Makefile: order file alphabeticallyRamon Fried1-39/+39
2021-12-02drivers: net: Soft reset felix switch coreRadu Bulie1-1/+12
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-0/+2
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland2-36/+43
2021-11-23drivers: net: add Aspeed MDIO driverDylan Hung3-0/+136
2021-11-23net: tsec: Make redundant_init() staticBin Meng1-1/+1
2021-11-23net: fec_mxc: Declare 'promisc' as boolBin Meng1-1/+1
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes1-1/+1