summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
...
* net drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* net macb: remove unused variableSascha Hauer2011-12-071-1/+0
* remove irq support fragmentsSascha Hauer2011-11-281-13/+0
* introduce io.hSascha Hauer2011-09-221-1/+1
* macb: handle clk_get errorHubert Feurstein2011-09-121-0/+6
* macb: whitespace cleanupHubert Feurstein2011-09-121-6/+6
* 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
* atmel/drivers: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* macb: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-2/+2
* macb: add support for board specific get_ethaddr functionHubert Feurstein2011-06-201-1/+1
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-17/+16
* at91: implement clock frameworkJean-Christophe PLAGNIOL-VILLARD2010-08-061-1/+10
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-2/+2
* at91: add cpu devices common apiJean-Christophe PLAGNIOL-VILLARD2009-10-201-2/+2
* at91sam9: move to at91Jean-Christophe PLAGNIOL-VILLARD2009-10-201-1/+1
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+0
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
* [mac] add force link supportMarc Kleine-Budde2009-05-181-1/+2
* [macb] clear RMII bit when using plain MIIMarc Kleine-Budde2009-05-181-0/+2
* [macb] use phy_addr supplied by platform dataMarc Kleine-Budde2009-01-131-3/+1
* macb eth driver: remove barrier() definitionSascha Hauer2008-08-261-2/+0
* at91sam ether: Make more configurable via platform_dataSascha Hauer2008-08-011-18/+28
* add macb ethernet driverSascha Hauer2008-06-061-0/+477