summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-08-011-0/+12
|\
| * Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2016-07-051-0/+12
| |\
| | * ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach2016-06-121-0/+12
* | | net: fec: use a more proper compatible string for i.MX6UL type deviceFugang Duan2016-06-271-0/+8
* | | net: fec: add interrupt coalesc quirk flagFugang Duan2016-06-271-10/+9
* | | net: fec: handle small PHY reset durations more preciselyStefan Wahren2016-06-121-1/+6
|/ /
* | net: fec: fix spelling mistakes and add missing newlineColin Ian King2016-06-071-4/+4
* | net: fec: update dirty_tx even if no skbTroy Kisky2016-05-311-5/+3
|/
* net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-101-24/+2
* net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes2016-05-101-28/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-2/+8
|\
| * net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König2016-05-041-2/+8
* | fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-04-181-8/+8
|/
* fec: Do not access unexisting register in ColdfireFabio Estevam2016-03-311-1/+1
* net: fec: Rename "phy-reset-active-low" propertyBernhard Walle2016-03-061-4/+4
* net: fec: Add "phy-reset-active-low" property to DTBernhard Walle2016-02-161-2/+6
* net: fec: improve error handlingTroy Kisky2016-02-111-4/+7
* net: fec: don't transfer ownership until descriptor write is completeTroy Kisky2016-02-111-1/+13
* net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky2016-02-111-1/+1
* net: fec: add variable reg_desc_active to speed things upTroy Kisky2016-02-111-20/+24
* net: fec: add struct bufdesc_propTroy Kisky2016-02-111-170/+118
* net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky2016-02-111-1/+1
* net: fec: fix rx error countsTroy Kisky2016-02-111-21/+15
* net: fec: stop the "rcv is not +last, " error messagesTroy Kisky2016-02-111-0/+1
* net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2016-01-251-2/+1
* net: fec: make driver endian-safeJohannes Berg2016-01-251-61/+69
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-5/+2
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-14/+2
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar2015-11-241-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-1/+1
|\
| * fec: Use gpio_set_value_cansleep()Fabio Estevam2015-11-011-1/+1
* | net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam2015-09-281-2/+1
|/
* net: fec: add netif status check before set mac addressNimrod Andy2015-09-091-0/+8
* net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-051-1/+3
* net: fec: clear receive interrupts before processing a packetRussell King2015-09-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-2/+2
|\
| * net: fec: use reinit_completion() in mdio accessor functionsRussell King2015-08-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-0/+1
|\|
| * net: fec: fix initial runtime PM refcountLucas Stach2015-08-061-0/+1
* | net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam2015-08-121-3/+3
* | net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao2015-08-101-15/+20
|/
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
* net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-261-3/+2
* net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-261-2/+2
* Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam2015-07-151-75/+13
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-081-13/+75
* net: fec: don't access RACC register when not availableGreg Ungerer2015-06-281-13/+17
* net: fec: init MAC prior to mii bus probeNimrod Andy2015-06-231-1/+3
* net: fec: add support of ethtool get_regsPhilippe Reynes2015-05-111-0/+78