summaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
Commit message (Expand)AuthorAgeLines
* net: dwc: Make the cache handling less crypticMarek Vasut2014-10-06-25/+23
* net: dwc: Fix cache alignment issuesMarek Vasut2014-10-06-2/+4
* net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell2014-05-25-1/+1
* net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGNIan Campbell2014-05-25-5/+13
* net/designware: ensure device private data is DMA aligned.Ian Campbell2014-05-25-1/+2
* net/designware: call phy_connect_dev() to properly setup phylib deviceIan Campbell2014-05-12-0/+2
* net/designware: make driver compatible with data cacheAlexey Brodkin2014-02-07-3/+50
* net/designware - switch driver to phylib usageAlexey Brodkin2014-02-07-311/+149
* net/designware: add explicit reset of {tx|rx}_currdescnumAlexey Brodkin2014-02-07-0/+2
* net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin2013-11-22-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* net/designware: Do not select MIIPORT for RGMII interfaceVipin Kumar2013-06-24-1/+3
* net/designware: Consecutive writes to the same register to be avoidedDinh Nguyen2012-07-11-2/+2
* net: Multiple updates/enhancements to designware.cStefan Roese2012-07-07-69/+49
* SPEAr: Add interface information in initializationVipin Kumar2012-07-07-1/+9
* net: Fix remaining API interface breakageJoe Hershberger2012-05-23-3/+2
* net/designware: Change timeout loop implementationAmit Virdi2012-04-04-16/+38
* net/designware: Set ANAR to 0x1e1Armando Visconti2012-04-04-0/+3
* net/designware: Program phy registers when auto-negotiation is ONVikas Manocha2012-04-04-14/+29
* net/designware: Try configuring phy on each dw_eth_initVipin Kumar2012-04-04-21/+29
* net/designware: Consecutive writes must have delayArmando Visconti2012-04-04-2/+1
* net/designware: Phy address fixVipin KUMAR2012-04-04-1/+1
* net/designware: Fix to restore hw mac addressVipin KUMAR2012-04-04-1/+6
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-08-1/+1
* net: designware: fix uninitialized phy_addr usageMike Frysinger2011-07-25-0/+2
* net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabledMike Frysinger2011-07-25-1/+3
* miiphy: convert to linux/mii.hMike Frysinger2011-01-09-27/+27
* miiphy: constify device nameMike Frysinger2010-08-09-2/+2
* SPEAr : Network driver support addedVipin KUMAR2010-07-12-0/+531