aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-11net: macb: Fix build warningSoren Brinkmann1-1/+1
2013-12-10net: macb: Adjust tx_clk when link speed changesSoren Brinkmann1-0/+64
2013-12-10net: macb: Use devm_request_irq()Soren Brinkmann1-5/+3
2013-12-10net: macb: Use devm_ioremap()Soren Brinkmann1-5/+3
2013-12-10net: macb: Migrate to devm clock interfaceSoren Brinkmann1-12/+20
2013-12-10net: macb: Migrate to dev_pm_opsSoren Brinkmann1-7/+7
2013-08-30net: macb: use dev_get_platdata()Jingoo Han1-3/+3
2013-08-29net/cadence/macb: fix invalid 0 return if no phy is discovered on mii initBoris BREZILLON1-3/+3
2013-08-26net/cadence/macb: add support for dt phy definitionBoris BREZILLON1-7/+34
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1
2013-06-06net/macb: change RX path for GEMNicolas Ferre1-49/+259
2013-06-06net/macb: increase RX buffer size for GEMNicolas Ferre1-8/+37
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-14net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre1-2/+16
2013-04-15net/macb: fix error return code in macb_probe()Nicolas Ferre1-2/+2
2013-04-02net/cadence/macb: Simplify OF dependenciesGuenter Roeck1-37/+6
2013-03-28net/macb: make clk_enable atomicSteffen Trumtrar1-10/+10
2013-03-28net/macb: force endian_swp_pkt_en to offSteffen Trumtrar1-0/+1
2013-03-28net/macb: clear tx/rx completion flags in ISRSteffen Trumtrar1-0/+3
2013-03-05net: macb: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-0/+5
2013-02-13net/macb: fix race with RX interrupt while doing NAPINicolas Ferre1-0/+5
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2012-12-03net/cadence: remove __dev* attributesBill Pemberton1-4/+4
2012-11-23net/macb: GEM DMA configuration register updateNicolas Ferre1-2/+8
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood1-3/+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 Eastwood1-0/+8
2012-11-14net/macb: add support for phy irq via gpio pinJoachim Eastwood1-1/+11
2012-11-07net/at91_ether: use stat function from macbJoachim Eastwood1-1/+2
2012-11-07net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood1-3/+5
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-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 Ferre1-54/+112
2012-11-01net/macb: ethtool interface: add register dump featureNicolas Ferre1-0/+40
2012-11-01net/macb: clean up ring buffer logicHavard Skinnemoen1-63/+109
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 Vilchez1-3/+12
2012-10-23net/macb: fix truncate warningsJoachim Eastwood1-4/+4
2012-10-19net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood1-1/+2
2012-10-19net/macb: export some symbols for at91_etherJoachim Eastwood1-3/+6
2012-07-09net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre1-2/+11
2012-04-04macb: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1