summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: extend support to Microchip SAMA5D2Ahmad Fatoum2019-08-161-0/+1
* net: macb: init multiple dummy TX queuesOleksij Rempel2019-08-161-6/+26
* net: macb: dma_sync_* receive buffersLadislav Michl2019-06-041-7/+20
* Merge branch 'for-next/ultrascale'Sascha Hauer2019-01-151-0/+1
|\
| * zynqmp: enable macb Ethernet supportThomas Hämmerle2019-01-091-0/+1
* | macb: disable second priority queue for zynqmp gem supportThomas Hämmerle2019-01-091-0/+21
* | macb: fix memory leakage due to double allocation of rx_bufferThomas Hämmerle2019-01-091-2/+0
* | macb: fix check if hw is gemThomas Hämmerle2019-01-091-1/+1
* | macb: fix format specifiers for debug outputThomas Hämmerle2019-01-091-1/+1
|/
* drivers: net: convert drivers to spdxOleksij Rempel2018-12-061-11/+1
* net: macb: Add compatible for atmel,sama5d3-gemSascha Hauer2018-11-021-0/+1
* net: macb: add remove callbackSascha Hauer2018-11-021-0/+8
* net: macb: simplify private data allocationSascha Hauer2018-11-021-3/+4
* net: macb: remove unused variableSascha Hauer2018-11-021-2/+1
* net: macb: no need for coherent memory for receive bufferSascha Hauer2018-11-021-2/+1
* macb: fix clock probing with DTSam Ravnborg2017-07-201-2/+2
* net: macb: Add DT supportAndrey Smirnov2017-03-301-14/+42
* 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