summaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
AgeCommit message (Expand)Author
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28net/designware: add support of max-speed device tree propertyAlexey Brodkin
2016-01-28net/designware: do explicit port selection for 1Gb modeAlexey Brodkin
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2015-12-22net: designware: Zap trailing backslashMarek Vasut
2015-12-22net: eth_designware: select PHYLIB in KconfigThomas Chou
2015-10-29net: designware: Add driver remove supportBin Meng
2015-09-16net: designware: Add support to PCI designware devicesBin Meng
2015-09-09net: designware: Fix build warningsBin Meng
2015-08-08net: designware: Rename the driver var name to eth_designwareMarek Vasut
2015-08-08net: designware: Add SoCFPGA GMAC DT compatible stringMarek Vasut
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-07-08net: designware: Program MAC address to hardware after soft resetBin Meng
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger
2015-04-18dm: net: Adjust designware driver to support driver modelSimon Glass
2015-04-18dm: net: Tidy up designware driver ready for driver modelSimon Glass
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
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