summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/davinci_emac.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24net: davinci_emac: Add support for fixed-link PHYNeil Armstrong1-2/+6
2015-09-22drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N1-41/+3
2015-08-25net: davinci_emac: fix error return codeJulia Lawall1-1/+3
2015-01-31net: davinci_emac: Get device MAC on 3517Tony Lindgren1-1/+34
2015-01-31net: davinci_emac: Get device dm816x MAC address using the cpsw codeTony Lindgren1-1/+22
2015-01-16net: davinci_emac: Add support for emac on dm816xTony Lindgren1-0/+5
2015-01-16net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren1-3/+12
2015-01-16net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren1-5/+18
2015-01-16net: davinci_emac: Free clock after checking the frequencyTony Lindgren1-0/+1
2015-01-16net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren1-4/+29
2015-01-16net: davinci_emac: Fix hangs with interruptsTony Lindgren1-9/+10
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram1-1/+0
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-03net: davinci_emac: Remove unwanted debug/error messageChristian Riesch1-1/+0
2014-05-22net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori1-4/+2
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch1-15/+29
2014-03-24net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch1-4/+21
2013-12-06net: davinci_emac: Fix platform data handling and make usable for am3517Tony Lindgren1-1/+25
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2013-10-22davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier1-2/+1
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-08-31net: davinci_emac: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-03net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N1-2/+1
2013-07-02net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun1-1/+0
2013-06-26net: davinci_emac: simplify the OF parser codeLad, Prabhakar1-44/+23
2013-06-26net: davinci: emac: Convert to devm_* apiLad, Prabhakar1-40/+9
2013-05-28net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior1-3/+3
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N1-1/+1
2013-03-26net/davinci_emac: use devres APIsSekhar Nori1-30/+16
2013-03-20net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun1-1/+1
2013-03-17drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de...Mugunthan V N1-1/+1
2013-02-13driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N1-3/+3
2013-01-21net: ethernet: davinci: Fix build breakageThierry Reding1-1/+1
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N1-6/+7
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-03net/davinci_emac: remove __dev* attributesBill Pemberton1-3/+3
2012-07-22net: ethernet: davinci_emac: add pm_runtime supportMark A. Greer1-21/+22
2012-07-22net: ethernet: davinci_emac: Remove unnecessary #includeMark A. Greer1-2/+0
2012-07-18net: ethernet: davinci_emac: add OF supportHeiko Schocher1-1/+88
2012-07-11drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-6/+2
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-35/+35
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-24net/davinci_emac: fix failing PHY connect attemptsAnatolij Gustschin1-1/+1
2012-04-04davinci_emac: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4