summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
...
* macb: fix gem_recv circular buffer handlingJean-Christophe PLAGNIOL-VILLARD2013-03-151-16/+16
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
* macb: add cadence Gigabit GEM supportJean-Christophe PLAGNIOL-VILLARD2013-02-111-41/+209
* macb: fix tx ring sizeJean-Christophe PLAGNIOL-VILLARD2013-02-111-15/+33
* net macb: reset the IP at initJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+23
* net macb: enable Tramsmit and Receive at openJean-Christophe PLAGNIOL-VILLARD2013-02-111-2/+3
* net macb: use the macro as in linux for tx/rx buffer ring sizeJean-Christophe PLAGNIOL-VILLARD2013-02-111-16/+17
* net macb: sync remaining define with linuxJean-Christophe PLAGNIOL-VILLARD2013-02-111-49/+22
* net macb: call macb_init at probe explicitlyJean-Christophe PLAGNIOL-VILLARD2013-02-111-5/+3
* macb: drop non used defineJean-Christophe PLAGNIOL-VILLARD2013-02-081-4/+0
* macb: report timeout on sendJean-Christophe PLAGNIOL-VILLARD2013-02-081-3/+5
* macb: use dev_xx messageJean-Christophe PLAGNIOL-VILLARD2013-02-081-14/+18
* macb: allow to pass the phy interfaceJean-Christophe PLAGNIOL-VILLARD2013-01-291-3/+3
* macb: sync register access and clock with the kernelJean-Christophe PLAGNIOL-VILLARD2013-01-291-36/+27
* macb/ether: split flags for drivers and phylibJean-Christophe PLAGNIOL-VILLARD2012-11-191-3/+2
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-33/+46
|/
* macb: fix mmu supportJean-Christophe PLAGNIOL-VILLARD2012-03-061-3/+5
* macb: add timeout on sendJean-Christophe PLAGNIOL-VILLARD2012-03-061-0/+5
* 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