summaryrefslogtreecommitdiffstats
path: root/drivers/net/davinci_emac.c
Commit message (Expand)AuthorAgeFilesLines
* net: davinci-emac: switch to device tree supportHeinrich Toews2018-12-141-69/+85
* net: davinci-emac: Add timeout to polling loopSascha Hauer2018-12-141-9/+38
* net: davinci-emac: fix buggy channel tear downHeinrich Toews2018-12-131-0/+11
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-18/+1
* include: Move davinci emac 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-4/+20
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: davinci_emac: convert to streaming DMA opsLucas Stach2015-03-061-4/+5
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
* davinci_emac: fix comment for the _send functionAntony Pavlov2012-10-051-2/+2
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* davinci_emac: get rid of mdio wrapper functionsJan Luebbe2012-09-291-32/+19
* davinci_emac: adjust to new phylib frameworkJan Luebbe2012-09-291-33/+46
* davinci_emac: return 0 on successful transmitJan Luebbe2012-09-291-2/+2
* drivers/net: add driver for the EMAC device found in some TI SoCsJan Luebbe2012-09-171-0/+618