aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/at91_ether.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-12net/at91_ether: fix error return code in at91ether_probe()Wei Yongjun1-1/+2
2013-04-02net/cadence/at91_ether: Simplify OF dependenciesGuenter Roeck1-38/+6
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-11/+8
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-1/+0
2013-03-05net: at91_ether: use module_platform_driver_probe()Jingoo Han1-12/+1
2012-12-03net/cadence: remove __dev* attributesBill Pemberton1-2/+2
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood1-3/+0
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 Eastwood1-2/+0
2012-11-07net/at91_ether: use stat function from macbJoachim Eastwood1-41/+8
2012-11-07net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood1-109/+3
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-01net/macb: clean up ring buffer logicHavard Skinnemoen1-3/+3
2012-10-23net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood1-3/+2
2012-10-19net/at91_ether: convert to devm_* functionsJoachim Eastwood1-18/+7
2012-10-19net/at91_ether: clean up rx buffer handlingJoachim Eastwood1-38/+68
2012-10-19net/at91_ether: use macb dma description structJoachim Eastwood1-3/+3
2012-10-19net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood1-106/+1
2012-10-19net/at91_ether: use ethtool and mdio from macbJoachim Eastwood1-605/+31
2012-10-19net/at91_ether: use pclk member instead of ether_clkJoachim Eastwood1-12/+12
2012-10-19net/at91_ether/macb: absorb at91_private in to macb private structJoachim Eastwood1-35/+35
2012-10-19net/at91_ether: use macb defs for rx dma buffersJoachim Eastwood1-4/+4
2012-10-19net/at91_ether: use macb access functionsJoachim Eastwood1-81/+63
2012-10-19net/at91_ether: use macb register definitionsJoachim Eastwood1-80/+84
2012-09-20at91ether: return PTR_ERR if call to clk_get failsDevendra Naga1-1/+1
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 Victor1-243/+284
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2011-12-16net/at91_ether: use gpio_is_valid for phy IRQ lineNicolas Ferre1-10/+13
2011-11-22macb: unify at91 and avr32 platform dataJamie Iles1-1/+2
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12macb: Move the Atmel driverJeff Kirsher1-0/+1254