summaryrefslogtreecommitdiff
path: root/drivers/net/designware.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-1/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+3
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-15net: designware: add clock supportPatrice Chotard1-0/+4
2017-01-12net: designware: Export the operation functionsSimon Glass1-0/+9
2017-01-12net: designware: Export various functions/struct to allow subclassingSjoerd Simons1-0/+4
2016-07-06net: designware: Make driver independent from DM_GPIO againAlexey Brodkin1-1/+6
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini1-0/+10
2016-05-27net: designware: fix descriptor layout and warnings on 64-bit archsBeniamino Galvani1-2/+2
2016-05-27net: designware: support phy reset device-tree bindingsSjoerd Simons1-0/+10
2016-01-28net/designware: add support of max-speed device tree propertyAlexey Brodkin1-0/+1
2015-04-18dm: net: Adjust designware driver to support driver modelSimon Glass1-1/+2
2015-03-05net: configure DWMAC DMA by default AXI burst lengthSonic Zhang1-1/+3
2014-05-25net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell1-6/+6
2014-05-25net/designware: reorder struct dw_eth_dev to pack more efficiently.Ian Campbell1-6/+5
2014-03-28net/designware: align DMA buffer descriptors to D$ lineAlexey Brodkin1-1/+1
2014-02-07net/designware - switch driver to phylib usageAlexey Brodkin1-16/+2
2013-11-23net: designware: Fix alignment of buffer descriptorsAlexey Brodkin1-4/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-07-07net: Multiple updates/enhancements to designware.cStefan Roese1-0/+1
2012-07-07SPEAr: Add interface information in initializationVipin Kumar1-0/+1
2012-04-04net/designware: Try configuring phy on each dw_eth_initVipin Kumar1-0/+1
2012-04-04net/designware: Fix the max frame length sizeVipin KUMAR1-1/+1
2010-07-12SPEAr : Network driver support addedVipin KUMAR1-0/+264