summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/davinci_emac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk2019-06-161-2/+2
|/
* net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-061-10/+6Star
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-15/+1Star
* davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1Star
* net: davinci_emac: use nvmem_get_mac_address()Bartosz Golaszewski2018-12-041-5/+9
* net: ethernet: ti: davinci_emac: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
* net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski2018-06-211-0/+4
* net: ethernet: fix suspend/resume in davinci_emacBartosz Golaszewski2018-06-201-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-10/+12
|\
| * net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter2018-05-311-10/+12
* | net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli2018-05-211-2/+2
|/
* 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
|\