summaryrefslogtreecommitdiffstats
path: root/drivers/net/ep93xx.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-16/+1
* include: Move ep93xx eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
* EP93xx eth: allow passing of phy config via platform dataAlexander Kurz2016-02-251-2/+12
* net ep93xx mii: do not supress MII preamble transmissionAlexander Kurz2016-02-241-6/+2
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* 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
* 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-15/+20
* net drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* introduce io.hSascha Hauer2011-09-221-1/+1
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-151-0/+1
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* ep93xx net driver: Fix compilationSascha Hauer2010-10-021-4/+6
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-22/+15
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-2/+2
* ep93xx eth driver: dump_xxx() cleanupMatthias Kaehlcke2010-02-031-27/+27
* ep93xx eth driver: Remove unnecessary parentheses in constant definitionsMatthias Kaehlcke2010-02-031-2/+2
* ep93xx eth driver: Reorder functions to eliminate need for prototypesMatthias Kaehlcke2010-02-021-121/+117
* ep93xx eth driver: Fix dump_xxx_queue() parameter listMatthias Kaehlcke2010-02-021-16/+16
* Add EP93xx ethernet driverMatthias Kaehlcke2010-01-141-0/+676