aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-16net: bcm6368: fix restart flow issuesÁlvaro Fernández Rojas1-47/+62
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan1-1/+1
2018-12-26phy: Fix u-boot coruption when fixed-phy is usedMichal Simek1-1/+2
2018-12-19net: add support for bcm6368-enetÁlvaro Fernández Rojas3-0/+634
2018-12-19net: add support for bcm6348-enetÁlvaro Fernández Rojas3-0/+548
2018-12-10Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini3-4/+209
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-12-06armv8: lx2160a: Add LX2160A SoC SupportPriyanka Jain2-1/+109
2018-12-06net: fm: add TFABOOT supportRajesh Bhagat1-3/+100
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini1-1/+1
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-3/+0
2018-12-05sandbox: net: Correct name copy in eth_raw_bus_post_bind()Simon Glass1-1/+1
2018-12-03Merge tag 'xilinx-for-v2019.01' of git://git.denx.de/u-boot-microblazeTom Rini1-10/+77
2018-12-03net: zynq_gem: Add check for 64-bit dma support by hardwareSiva Durga Prasad Paladugu1-1/+23
2018-12-03net: zynq_gem: Added 64-bit addressing supportVipul Kumar1-9/+54
2018-11-29Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogicTom Rini1-0/+2
2018-11-27spi: Remove unused spi_initJagan Teki1-3/+0
2018-11-26net: designware: add meson meson axg compatibleNeil Armstrong1-0/+1
2018-11-26net: designware: add meson meson gxbb compatibleNeil Armstrong1-0/+1
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng1-3/+31
2018-11-05driver: net: ti: keystone_net: switch to use common mdio libGrygorii Strashko2-102/+18
2018-11-05driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko1-128/+6
2018-11-05driver: net: ti: introduce common mdio support libraryGrygorii Strashko3-1/+222
2018-11-05driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko1-10/+2
2018-11-05drivers: net: keystone_net: drop non dm codeGrygorii Strashko1-286/+1
2018-11-05configs: net: convert DRIVER_TI_KEYSTONE_NET kconfigGrygorii Strashko1-0/+5
2018-11-05driver: net: consolidate ti's code in separate folderGrygorii Strashko9-14/+24
2018-11-05net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-0/+420
2018-11-05net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz1-17/+39
2018-11-05net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+553
2018-11-05net: ftgmac100: Add support for the Aspeed SoCCédric Le Goater1-4/+27
2018-11-05net: ftgmac100: add clock supportCédric Le Goater1-1/+14
2018-11-05net: ftgmac100: handle timeouts when transmittingCédric Le Goater1-0/+24
2018-11-05net: ftgmac100: convert the RX/TX descriptor arraysCédric Le Goater1-77/+64
2018-11-05net: ftgmac100: add MDIO bus and phylib supportCédric Le Goater1-220/+160
2018-11-05net: ftgmac100: use setbits_le32() in the reset methodCédric Le Goater1-1/+1
2018-11-05net: ftgmac100: convert to driver modelCédric Le Goater2-92/+157
2018-11-05net: ftgmac100: use the aligned() macroCédric Le Goater1-2/+2
2018-11-05net: ftgmac100: use the BIT() macroCédric Le Goater1-77/+77
2018-11-05net: Add MT7628 ethernet driverStefan Roese3-0/+652
2018-10-29powerpc: t1040: Correct RCW EC2 settingsBin Meng1-3/+0
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+2
2018-10-24net: fec_mxc: add support for i.MX8XAnatolij Gustschin3-4/+61
2018-10-24net: mvpp2: increase PHY reset pulseBaruch Siach1-1/+1
2018-10-24net: mvpp2: fix polarity of PHY reset signalBaruch Siach1-2/+2
2018-10-24net: dm: fec: Obtain the transceiver type from the DTMartin Fuzzey1-1/+20
2018-10-24net: dm: fec: Support the phy-supply bindingMartin Fuzzey2-0/+23
2018-10-24net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey1-11/+8
2018-10-24net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey1-1/+1