aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2012-12-03net/cadence: remove __dev* attributesBill Pemberton2-6/+6
2012-11-23net/macb: GEM DMA configuration register updateNicolas Ferre2-2/+19
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood2-6/+0
2012-11-19net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre1-10/+7
2012-11-14net/macb: clear unused address registerJoachim Eastwood2-0/+14
2012-11-14net/macb: add support for phy irq via gpio pinJoachim Eastwood1-1/+11
2012-11-07net/at91_ether: fix comment and style issuesJoachim Eastwood1-60/+51
2012-11-07net/at91_ether: clean up print outsJoachim Eastwood1-10/+7
2012-11-07net/at91_ether: drop board_data private struct memberJoachim Eastwood2-8/+1
2012-11-07net/at91_ether: use stat function from macbJoachim Eastwood3-42/+11
2012-11-07net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood1-109/+3
2012-11-07net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood2-3/+7
2012-11-07net/macb: support reversed hw addrJoachim Eastwood1-6/+18
2012-11-07net/macb: check all address registers setsJoachim Eastwood1-15/+20
2012-11-06net: at91_ether: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD1-0/+11
2012-11-06net: at91_ether: add dt supportJean-Christophe PLAGNIOL-VILLARD1-7/+66
2012-11-03macb: Keep driver's speed/duplex in sync with actual NCFGRVitalii Demianets1-0/+2
2012-11-01net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD1-0/+11
2012-11-01net/macb: Offset first RX buffer by two bytesHavard Skinnemoen1-7/+16
2012-11-01net/macb: better manage tx errorsNicolas Ferre2-54/+113
2012-11-01net/macb: ethtool interface: add register dump featureNicolas Ferre2-0/+43
2012-11-01net/macb: clean up ring buffer logicHavard Skinnemoen3-73/+127
2012-11-01net/macb: tx status is more than 8 bits nowNicolas Ferre1-1/+1
2012-11-01net/macb: remove macb_get_drvinfo()Nicolas Ferre1-11/+0
2012-11-01net/macb: change debugging messagesHavard Skinnemoen1-10/+12
2012-11-01net/macb: memory barriers cleanupHavard Skinnemoen1-4/+14
2012-11-01net/macb: Add support for Gigabit Ethernet modePatrice Vilchez2-3/+16
2012-10-31net/cadence: depend on HAS_IOMEMJoachim Eastwood1-0/+1
2012-10-23net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood2-4/+2
2012-10-23net/at91_ether: select MACB in KconfigJoachim Eastwood2-2/+2
2012-10-23net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood1-5/+0
2012-10-23net/macb: fix truncate warningsJoachim Eastwood1-4/+4
2012-10-19net/at91_ether: convert to devm_* functionsJoachim Eastwood1-18/+7
2012-10-19net/at91_ether: clean up rx buffer handlingJoachim Eastwood2-51/+68
2012-10-19net/at91_ether: use macb dma description structJoachim Eastwood2-9/+4
2012-10-19net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood3-107/+4
2012-10-19net/at91_ether: use ethtool and mdio from macbJoachim Eastwood3-673/+31
2012-10-19net/at91_ether: compile macb for exported functionsJoachim Eastwood2-2/+2
2012-10-19net/macb: export some symbols for at91_etherJoachim Eastwood2-3/+11
2012-10-19net/at91_ether: use pclk member instead of ether_clkJoachim Eastwood2-13/+12
2012-10-19net/at91_ether/macb: absorb at91_private in to macb private structJoachim Eastwood3-79/+71
2012-10-19net/at91_ether: use macb defs for rx dma buffersJoachim Eastwood2-11/+4
2012-10-19net/at91_ether: use macb access functionsJoachim Eastwood2-82/+64
2012-10-19net/at91_ether: use macb register definitionsJoachim Eastwood1-80/+84
2012-10-19net/macb: add AT91RM9200 specific registers and bits to headerJoachim Eastwood1-0/+6
2012-09-20at91ether: return PTR_ERR if call to clk_get failsDevendra Naga1-1/+1
2012-07-09net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre1-2/+11
2012-04-28net/at91_ether: use gpio_to_irq for phy IRQ lineNicolas Ferre1-4/+4
2012-04-28AT91: Remove fixed mapping for AT91RM9200 ethernetAndrew Victor2-243/+285