summaryrefslogtreecommitdiffstats
path: root/drivers/net/designware.c
Commit message (Expand)AuthorAgeFilesLines
* net/designware: add explicit reset of {tx|rx}_currdescnumIan Abbott2016-11-091-0/+2
* net: designware: Respect "bus mode" register contents on SW resetIan Abbott2016-11-091-1/+1
* net/designware: Do not select MIIPORT for RGMII interfaceIan Abbott2016-11-091-1/+3
* net/designware: Consecutive writes to the same register to be avoidedIan Abbott2016-11-091-2/+2
* include: Move designware eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* net: designware: Don't hang in reset with powered down phyTrent Piepho2015-11-131-1/+24
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-2/+2
* Merge branch 'for-next/streaming-dma'Sascha Hauer2015-03-091-10/+16
|\
| * net: designware: convert to streaming DMA opsLucas Stach2015-03-061-8/+11
| * ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-0/+1
| * ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-2/+4
* | net: designware: don't depend on CONFIG_OFTREELucas Stach2015-03-021-0/+3
|/
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+4
* treewide: remove address of the Free Software FoundationAntony Pavlov2014-06-111-4/+0
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* drivers: treewide: Kill empty remove() implementationsAlexander Shiyan2014-04-021-5/+0
* net: designware: remove backspaces from codeSascha Hauer2013-09-091-4/+4
* net: designware: Add decvicetree supportSascha Hauer2013-09-091-9/+45
* net: designware: make alt/enhanced descriptor runtime configurableSascha Hauer2013-09-091-30/+34
* net: designware: use dma_alloc for descriptorsSascha Hauer2013-09-091-2/+2
* net: designware: Fix broken cache invalidateSascha Hauer2013-09-091-2/+3
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* designware: set parent for eth_device and miibusJean-Christophe PLAGNIOL-VILLARD2012-10-151-0/+2
* net:designware: allow to pass the phy interfaceJean-Christophe PLAGNIOL-VILLARD2012-10-151-1/+3
* designware: fix 100mps phy supportJean-Christophe PLAGNIOL-VILLARD2012-10-151-0/+10
* net/designware: fix phylib supportJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+2
* net/designware: update version display to print user ID and Synosys IDJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+10
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-29/+33
* drivers/net: add designware driverJohannes Stezenbach2012-06-261-0/+436