aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/davinci_emac.c
AgeCommit message (Expand)Author
2020-03-17net: davinci_emac: reject unsupported coalescing paramsJakub Kicinski
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-16net: ethernet: ti: davinci_cpdma: use idled submitIvan Khoronzhuk
2019-05-05net: davinci: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko
2019-03-07davinci_emac: always build in CONFIG_OF codeArnd Bergmann
2018-12-03net: davinci_emac: use nvmem_get_mac_address()Bartosz Golaszewski
2018-10-21net: ethernet: ti: davinci_emac: simplify getting .driver_dataWolfram Sang
2018-06-21net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski
2018-06-20net: ethernet: fix suspend/resume in davinci_emacBartosz Golaszewski
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter
2018-05-21net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli
2017-12-13net: ethernet: ti: cpdma: correct error handling for chan createIvan Khoronzhuk
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-29net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold
2016-11-07net: ethernet: ti: davinci_emac: fix device reference leakJohan Hovold
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina
2016-08-01ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen
2016-07-25net: davinci_cpdma: remove excessive dump of register values to kernel logUwe Kleine-König
2016-07-02net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-02net: ethernet: davinci_emac: use phydev from struct net_devicePhilippe Reynes
2016-04-28net: ethernet: davinci_emac: Fix devioctl while in fixed linkNeil Armstrong
2016-04-21net: ethernet: davinci_emac: Fix platform_data overwriteNeil Armstrong
2016-04-21net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enableNeil Armstrong
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-09-23net: davinci_emac: Add support for fixed-link PHYNeil Armstrong
2015-09-21drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N
2015-08-25net: davinci_emac: fix error return codeJulia Lawall
2015-01-30net: davinci_emac: Get device MAC on 3517Tony Lindgren
2015-01-30net: davinci_emac: Get device dm816x MAC address using the cpsw codeTony Lindgren
2015-01-16net: davinci_emac: Add support for emac on dm816xTony Lindgren
2015-01-16net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren
2015-01-16net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren
2015-01-16net: davinci_emac: Free clock after checking the frequencyTony Lindgren
2015-01-16net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren
2015-01-16net: davinci_emac: Fix hangs with interruptsTony Lindgren
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02net: davinci_emac: Remove unwanted debug/error messageChristian Riesch
2014-05-22net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch
2014-03-24net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch