summaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
AgeCommit message (Expand)Author
2015-03-05net: Support DMA threshold mode in DWMAC driverSonic Zhang
2015-03-05net: configure DWMAC DMA by default AXI burst lengthSonic Zhang
2015-01-30net/designware: add error message on DMA reset timeoutAlexey Brodkin
2014-10-06net: dwc: Make the cache handling less crypticMarek Vasut
2014-10-06net: dwc: Fix cache alignment issuesMarek Vasut
2014-05-25net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell
2014-05-25net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGNIan Campbell
2014-05-25net/designware: ensure device private data is DMA aligned.Ian Campbell
2014-05-12net/designware: call phy_connect_dev() to properly setup phylib deviceIan Campbell
2014-02-07net/designware: make driver compatible with data cacheAlexey Brodkin
2014-02-07net/designware - switch driver to phylib usageAlexey Brodkin
2014-02-07net/designware: add explicit reset of {tx|rx}_currdescnumAlexey Brodkin
2013-11-22net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-24net/designware: Do not select MIIPORT for RGMII interfaceVipin Kumar
2012-07-11net/designware: Consecutive writes to the same register to be avoidedDinh Nguyen
2012-07-07net: Multiple updates/enhancements to designware.cStefan Roese
2012-07-07SPEAr: Add interface information in initializationVipin Kumar
2012-05-23net: Fix remaining API interface breakageJoe Hershberger
2012-04-04net/designware: Change timeout loop implementationAmit Virdi
2012-04-04net/designware: Set ANAR to 0x1e1Armando Visconti
2012-04-04net/designware: Program phy registers when auto-negotiation is ONVikas Manocha
2012-04-04net/designware: Try configuring phy on each dw_eth_initVipin Kumar
2012-04-04net/designware: Consecutive writes must have delayArmando Visconti
2012-04-04net/designware: Phy address fixVipin KUMAR
2012-04-04net/designware: Fix to restore hw mac addressVipin KUMAR
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass
2011-07-25net: designware: fix uninitialized phy_addr usageMike Frysinger
2011-07-25net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabledMike Frysinger
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-08-09miiphy: constify device nameMike Frysinger
2010-07-12SPEAr : Network driver support addedVipin KUMAR