summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-14dm: 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-23Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom 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
2020-10-21net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara1-26/+30
2020-10-21net: sun8i_emac: Fix MAC soft resetAndre Przywara1-14/+7
2020-10-21net: sun8i_emac: Fix overlong linesAndre Przywara1-12/+10
2020-10-21net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara1-19/+14
2020-10-21net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara1-3/+0
2020-10-21net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara1-2/+2
2020-10-21net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara1-4/+9
2020-10-21net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara1-52/+61
2020-10-21net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara1-46/+16
2020-10-21net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara1-41/+22
2020-10-21net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara1-1/+1
2020-10-21net: sun8i-emac: Bail out on PHY errorAndre Przywara1-1/+4
2020-10-16net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini28-0/+11149
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2-0/+11
2020-10-14net: Add NIC controller driver for OcteonTX2Suneel Garapati16-0/+4493
2020-10-14net: Add NIC controller driver for OcteonTXSuneel Garapati14-0/+6656
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+2
2020-10-05Merge branch 'next'Tom Rini25-167/+2976
2020-10-01Revert "net: smc911x: Automatically Update ethaddr with MAC"Tom Rini1-3/+0
2020-10-01Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini1-2/+0
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay1-4/+3