aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/25Jan2021Tom Rini1-0/+3
2021-01-25net: 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-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini15-45/+92
2021-01-05Merge 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-18net: Update to use new sequence numbersSimon Glass1-1/+1
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass1-1/+0
2020-12-18dm: Avoid accessing seq directlySimon Glass13-20/+22
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass4-21/+21
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass35-80/+80
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass61-166/+166
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass62-67/+67
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass76-140/+140
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-2/+2
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-12-10net: pfe_eth: read PFE ESBC header flash with spi_flash_read APIBiwen Li1-4/+44
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal2-2/+3
2020-12-10drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal2-4/+13
2020-11-09net: ks8851: Implement EEPROM MAC address readoutMarek Vasut1-0/+29
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-2/+2
2020-10-23net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan1-2/+2
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini1-251/+206
2020-10-22net: Add IPQ40xx MDIO driverRobert Marko3-0/+154
2020-10-21net: sun8i-emac: Lower MDIO frequencyAndre Przywara1-0/+17
2020-10-21net: sun8i-emac: Make internal PHY handling more robustAndre Przywara1-32/+15