summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net: macb: convert to streaming DMA opsLucas Stach2015-03-061-2/+6
* 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-4/+6
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-021-0/+2
|\
| * resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* | net: macb: enable GEM with only FE featureBo Shen2014-09-241-2/+4
|/
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-2/+2
* macb: add support to read the mac address from registerJean-Christophe PLAGNIOL-VILLARD2013-10-061-0/+22
* net: macb: turn off endian_swp_pkt_enSteffen Trumtrar2013-04-031-0/+1
* macb: rename platform dataJosh Cartwright2013-04-031-2/+2
* 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