summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-12ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach1-0/+12
2016-06-08net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-10net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes1-28/+21
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-05-04net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König1-2/+8
2016-04-18fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-03-31fec: Do not access unexisting register in ColdfireFabio Estevam1-1/+1
2016-03-07net: fec: Rename "phy-reset-active-low" propertyBernhard Walle1-4/+4
2016-02-16net: fec: Add "phy-reset-active-low" property to DTBernhard Walle1-2/+6
2016-02-11net: fec: improve error handlingTroy Kisky1-4/+7
2016-02-11net: fec: don't transfer ownership until descriptor write is completeTroy Kisky1-1/+13
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky1-1/+1
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky1-20/+24
2016-02-11net: fec: add struct bufdesc_propTroy Kisky1-170/+118
2016-02-11net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky1-1/+1
2016-02-11net: fec: fix rx error countsTroy Kisky1-21/+15
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky1-0/+1
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg1-2/+1
2016-01-25net: fec: make driver endian-safeJohannes Berg1-61/+69
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-5/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-14/+2
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+1
2015-11-25net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar1-7/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-11-01fec: Use gpio_set_value_cansleep()Fabio Estevam1-1/+1
2015-09-29net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-10net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-06net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero1-1/+3
2015-09-03net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-26net: fec: use reinit_completion() in mdio accessor functionsRussell King1-2/+2
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-08-13net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam1-3/+3
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-07net: fec: fix initial runtime PM refcountLucas Stach1-0/+1
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-27net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach1-3/+2
2015-07-27net: fec: use managed DMA API functions to allocate BD ringLucas Stach1-2/+2
2015-07-16Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam1-75/+13
2015-07-09net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+75
2015-06-29net: fec: don't access RACC register when not availableGreg Ungerer1-13/+17
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy1-1/+3
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes1-0/+78
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-03-29net: fec: setup right value for mdio hold timeUwe Kleine-König1-3/+27
2015-03-13Revert "net: fec: fix the warning found by dma debug"Fabio Estevam1-23/+11
2015-03-10net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy1-2/+1
2015-03-06net: fec: fix unbalanced clk disable on driver unbindStefan Agner1-1/+0