summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
...
* net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood2012-11-202-6/+0Star
* net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre2012-11-191-10/+7Star
* net/macb: clear unused address registerJoachim Eastwood2012-11-152-0/+14
* net/macb: add support for phy irq via gpio pinJoachim Eastwood2012-11-151-1/+11
* net/at91_ether: fix comment and style issuesJoachim Eastwood2012-11-071-60/+51Star
* net/at91_ether: clean up print outsJoachim Eastwood2012-11-071-10/+7Star
* net/at91_ether: drop board_data private struct memberJoachim Eastwood2012-11-072-8/+1Star
* net/at91_ether: use stat function from macbJoachim Eastwood2012-11-073-42/+11Star
* net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood2012-11-071-109/+3Star
* net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood2012-11-072-3/+7
* net/macb: support reversed hw addrJoachim Eastwood2012-11-071-6/+18
* net/macb: check all address registers setsJoachim Eastwood2012-11-071-15/+20
* net: at91_ether: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-11-061-0/+11
* net: at91_ether: add dt supportJean-Christophe PLAGNIOL-VILLARD2012-11-061-7/+66
* macb: Keep driver's speed/duplex in sync with actual NCFGRVitalii Demianets2012-11-031-0/+2
* net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD2012-11-011-0/+11
* net/macb: Offset first RX buffer by two bytesHavard Skinnemoen2012-11-011-7/+16
* net/macb: better manage tx errorsNicolas Ferre2012-11-012-54/+113
* net/macb: ethtool interface: add register dump featureNicolas Ferre2012-11-012-0/+43
* net/macb: clean up ring buffer logicHavard Skinnemoen2012-11-013-73/+127
* net/macb: tx status is more than 8 bits nowNicolas Ferre2012-11-011-1/+1
* net/macb: remove macb_get_drvinfo()Nicolas Ferre2012-11-011-11/+0Star
* net/macb: change debugging messagesHavard Skinnemoen2012-11-011-10/+12
* net/macb: memory barriers cleanupHavard Skinnemoen2012-11-011-4/+14
* net/macb: Add support for Gigabit Ethernet modePatrice Vilchez2012-11-012-3/+16
* net/cadence: depend on HAS_IOMEMJoachim Eastwood2012-10-311-0/+1
* net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood2012-10-232-4/+2Star
* net/at91_ether: select MACB in KconfigJoachim Eastwood2012-10-232-2/+2
* net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood2012-10-231-5/+0Star
* net/macb: fix truncate warningsJoachim Eastwood2012-10-231-4/+4
* net/at91_ether: convert to devm_* functionsJoachim Eastwood2012-10-191-18/+7Star
* net/at91_ether: clean up rx buffer handlingJoachim Eastwood2012-10-192-51/+68
* net/at91_ether: use macb dma description structJoachim Eastwood2012-10-192-9/+4Star
* net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood2012-10-193-107/+4Star
* net/at91_ether: use ethtool and mdio from macbJoachim Eastwood2012-10-193-673/+31Star
* net/at91_ether: compile macb for exported functionsJoachim Eastwood2012-10-192-2/+2
* net/macb: export some symbols for at91_etherJoachim Eastwood2012-10-192-3/+11
* net/at91_ether: use pclk member instead of ether_clkJoachim Eastwood2012-10-192-13/+12Star
* net/at91_ether/macb: absorb at91_private in to macb private structJoachim Eastwood2012-10-193-79/+71Star
* net/at91_ether: use macb defs for rx dma buffersJoachim Eastwood2012-10-192-11/+4Star
* net/at91_ether: use macb access functionsJoachim Eastwood2012-10-192-82/+64Star
* net/at91_ether: use macb register definitionsJoachim Eastwood2012-10-191-80/+84
* net/macb: add AT91RM9200 specific registers and bits to headerJoachim Eastwood2012-10-191-0/+6
* at91ether: return PTR_ERR if call to clk_get failsDevendra Naga2012-09-211-1/+1
* net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre2012-07-091-2/+11
* net/at91_ether: use gpio_to_irq for phy IRQ lineNicolas Ferre2012-04-291-4/+4
* AT91: Remove fixed mapping for AT91RM9200 ethernetAndrew Victor2012-04-292-243/+285
* macb: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+1