summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/davinci_emac.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpdma: correct error handling for chan createIvan Khoronzhuk2017-12-131-2/+9
* net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner2017-11-301-7/+2Star
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-2/+2
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold2016-11-301-1/+9
* net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold2016-11-071-4/+6
* net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk2016-08-231-4/+4
* net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-111-7/+7
* ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen2016-08-021-0/+1
* net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König2016-07-261-96/+0Star
* net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-021-37/+2Star
* net: ethernet: davinci_emac: use phydev from struct net_devicePhilippe Reynes2016-07-021-34/+27Star
* net: ethernet: davinci_emac: Fix devioctl while in fixed linkNeil Armstrong2016-04-281-1/+4
* net: ethernet: davinci_emac: Fix platform_data overwriteNeil Armstrong2016-04-211-2/+0Star
* net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enableNeil Armstrong2016-04-211-0/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-4/+1Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* net: davinci_emac: Add support for fixed-link PHYNeil Armstrong2015-09-241-2/+6
* drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N2015-09-221-41/+3Star
* net: davinci_emac: fix error return codeJulia Lawall2015-08-251-1/+3
* net: davinci_emac: Get device MAC on 3517Tony Lindgren2015-01-311-1/+34
* net: davinci_emac: Get device dm816x MAC address using the cpsw codeTony Lindgren2015-01-311-1/+22
* net: davinci_emac: Add support for emac on dm816xTony Lindgren2015-01-161-0/+5
* net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren2015-01-161-3/+12
* net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren2015-01-161-5/+18
* net: davinci_emac: Free clock after checking the frequencyTony Lindgren2015-01-161-0/+1
* net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren2015-01-161-4/+29
* net: davinci_emac: Fix hangs with interruptsTony Lindgren2015-01-161-9/+10
* ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram2014-09-091-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-041-1/+0Star
|\
| * net: davinci_emac: Remove unwanted debug/error messageChristian Riesch2014-06-031-1/+0Star
* | net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori2014-05-221-4/+2Star
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch2014-03-241-15/+29
* net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch2014-03-241-4/+21
* net: davinci_emac: Fix platform data handling and make usable for am3517Tony Lindgren2013-12-061-1/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-2/+1Star
|\
| * davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier2013-10-221-2/+1Star
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/
* net: davinci_emac: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N2013-08-031-2/+1Star
* net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun2013-07-021-1/+0Star
* net: davinci_emac: simplify the OF parser codeLad, Prabhakar2013-06-261-44/+23Star
* net: davinci: emac: Convert to devm_* apiLad, Prabhakar2013-06-261-40/+9Star
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-2/+0Star
* net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior2013-04-251-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+1
|\
| * drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N2013-03-271-1/+1
* | net/davinci_emac: use devres APIsSekhar Nori2013-03-261-30/+16Star
* | net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun2013-03-201-1/+1
|/