summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean4-0/+428
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+15
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+31
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean1-1/+2
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass2-2/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini33-2/+34
2021-02-15sh: Remove sh7757lcr boardTom Rini1-4/+0
2021-02-15sh: Remove r7780mp boardTom Rini3-211/+0
2021-02-08net: eqos: Reduce the MDIO wait timeYe Li1-1/+1
2021-02-08net: memac_phy: add a timeout to MDIO operationsIoana Ciornei1-18/+58
2021-02-03net: ftmac100: Cast priv->iobase with uintptr_tBin Meng1-5/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass33-2/+34
2021-02-01net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20
2021-02-01net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara1-18/+13
2021-01-27net: phy: micrel: Try default PHY ofnode firstMarek Vasut1-2/+7
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang4-0/+144
2021-01-27net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng4-0/+1512
2021-01-27net: e1000: Add missing address translationsStefan Roese1-5/+5
2021-01-27net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese1-7/+1
2021-01-27net: e1000: Remove unused bus_to_phys() macroStefan Roese1-2/+0
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+3
2021-01-26net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara1-0/+3
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini3-0/+1235
2021-01-25Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2-15/+150
2021-01-24net: add ethernet driver for MediaTek MT7620 SoCWeijie Gao3-0/+1235
2021-01-22net: macb: take into account all RGMII interface typesClaudiu Beznea1-1/+4
2021-01-22net: macb: add support for sama7g5 emacClaudiu Beznea1-0/+9
2021-01-22net: macb: add support for sama7g5 gmacClaudiu Beznea1-0/+33
2021-01-22net: macb: check clk_set_rate return value to be negativeClaudiu Beznea1-1/+1
2021-01-22net: macb: add user io config data structureClaudiu Beznea1-12/+41
2021-01-19net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut1-78/+51
2021-01-19net: ks8851: Reset internal RXFC count on bad packetMarek Vasut1-1/+2
2021-01-19net: ftgmac100: Read and retain MAC addressHongwei Zhang1-0/+32
2021-01-19net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray1-3/+14
2021-01-19net: phy: micrel: fix typoClaudiu Beznea1-1/+1
2021-01-19net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea1-1/+62
2021-01-18net: macb: Add phy address to read it from device treePadmarao Begari1-0/+13
2021-01-18net: macb: Add DMA 64-bit address support for macbPadmarao Begari2-17/+120
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-1/+3
2021-01-15net: designware: socfpga: Add ATF support for MAC driverChee Hong Ang1-6/+31
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini15-45/+92
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini5-10/+60
2021-01-05dm: core: Access device ofnode through functionsSimon Glass8-14/+15
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass9-31/+77
2020-12-19net: Update to use new sequence numbersSimon Glass1-1/+1
2020-12-19octeon: Don't attempt to set the sequence numberSimon Glass1-1/+0
2020-12-19dm: Avoid accessing seq directlySimon Glass13-20/+22
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-21/+21
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass35-80/+80
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass61-166/+166