aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-24net/designware: Do not select MIIPORT for RGMII interfaceVipin Kumar1-1/+3
2012-07-11net/designware: Consecutive writes to the same register to be avoidedDinh Nguyen1-2/+2
2012-07-07net: Multiple updates/enhancements to designware.cStefan Roese1-69/+49
2012-07-07SPEAr: Add interface information in initializationVipin Kumar1-1/+9
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-3/+2
2012-04-04net/designware: Change timeout loop implementationAmit Virdi1-16/+38
2012-04-04net/designware: Set ANAR to 0x1e1Armando Visconti1-0/+3
2012-04-04net/designware: Program phy registers when auto-negotiation is ONVikas Manocha1-14/+29
2012-04-04net/designware: Try configuring phy on each dw_eth_initVipin Kumar1-21/+29
2012-04-04net/designware: Consecutive writes must have delayArmando Visconti1-2/+1
2012-04-04net/designware: Phy address fixVipin KUMAR1-1/+1
2012-04-04net/designware: Fix to restore hw mac addressVipin KUMAR1-1/+6
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-1/+1
2011-07-25net: designware: fix uninitialized phy_addr usageMike Frysinger1-0/+2
2011-07-25net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabledMike Frysinger1-1/+3
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-27/+27
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-07-12SPEAr : Network driver support addedVipin KUMAR1-0/+531