summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/davinci_emac.c
AgeCommit message (Expand)Author
2021-05-22net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King
2020-05-10net: ethernet: davinci_emac: Fix platform_data overwriteNeil Armstrong
2020-05-10net: ethernet: davinci_emac: Fix devioctl while in fixed linkNeil Armstrong
2018-09-19ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...Peter Chen
2018-08-24net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski
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
2013-12-05net: davinci_emac: Fix platform data handling and make usable for am3517Tony Lindgren
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-30net: davinci_emac: use dev_get_platdata()Jingoo Han
2013-08-03net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N
2013-07-02net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun
2013-06-25net: davinci_emac: simplify the OF parser codeLad, Prabhakar
2013-06-25net: davinci: emac: Convert to devm_* apiLad, Prabhakar
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N
2013-03-26net/davinci_emac: use devres APIsSekhar Nori
2013-03-20net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun
2013-03-17drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de...Mugunthan V N
2013-02-12driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N
2013-01-21net: ethernet: davinci: Fix build breakageThierry Reding
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-12-03net/davinci_emac: remove __dev* attributesBill Pemberton
2012-07-22net: ethernet: davinci_emac: add pm_runtime supportMark A. Greer
2012-07-22net: ethernet: davinci_emac: Remove unnecessary #includeMark A. Greer
2012-07-18net: ethernet: davinci_emac: add OF supportHeiko Schocher
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings