summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: enable clause 45 mdio supportKweh Hock Leong2019-07-091-8/+35
* net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl2019-07-031-10/+3Star
* net: stmmac: initialize the reset delay arrayMartin Blumenstingl2019-06-191-1/+1
* net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King2019-06-191-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-11/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-051-11/+1Star
* | net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl2019-06-161-6/+0Star
* | net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl2019-06-161-7/+8
* | net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl2019-06-161-20/+9Star
* | net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl2019-06-161-5/+4Star
* | net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl2019-06-161-3/+0Star
* | net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl2019-06-151-14/+13Star
|/
* net: stmmac: fix reset gpio free missingJisheng Zhang2019-05-231-1/+2
* net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel2018-11-011-1/+1
* net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu2018-08-091-4/+129
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-4/+1Star
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-051-16/+0Star
* net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier2017-08-111-5/+4Star
* net: stmmac: reduce indentation by adding a continueLABBE Corentin2017-02-151-42/+40Star
* net: stmmac: remove useless parenthesisLABBE Corentin2017-02-151-1/+1
* net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin2017-02-081-22/+11Star
* net: stmmac: fix some code style problemLABBE Corentin2017-02-081-3/+4
* net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin2017-02-081-3/+3
* net: stmmac: remove freesoftware addressLABBE Corentin2017-02-081-4/+0Star
* net: stmmac: fix some typos in commentsLABBE Corentin2017-02-081-1/+1
* net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong2016-12-271-1/+3
* stmmac: CSR clock configuration fixjpinto2016-12-231-4/+4
* net: stmmac: unify mdio functionsLABBE Corentin2016-12-031-98/+23Star
* net: stmmac: avoid Camelcase namingLABBE Corentin2016-12-031-3/+3
* net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin2016-11-171-7/+7
* net: stmmac: Fix incorrect memcpy source memoryMarek Vasut2016-05-261-1/+1
* net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE2016-04-291-4/+98
* stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-18/+1Star
* Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-011-1/+10
* net: stmmac: Don't search for phys if mdio node is defined.Phil Reid2016-03-181-0/+4
* stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez2016-03-031-10/+1Star
* stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier2016-01-111-3/+5
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-10/+4Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* stmmac: create of compatible mdio bus for stmmac driverPhil Reid2015-12-161-3/+23
* stmmac: fix PHY reset during resumeGiuseppe CAVALLARO2015-11-301-15/+13Star
* net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons2015-09-161-3/+8
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-1/+1
* stmmac: simple cleanupsPavel Machek2014-08-261-1/+1
* net: stmmac: set phy to use polling by defaultDinh Nguyen2014-04-301-2/+5
* net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2014-01-171-1/+1
* net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla2014-01-171-1/+0Star
* dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla2013-07-041-2/+46
* stmmac: code tidy-upGiuseppe CAVALLARO2013-04-081-1/+1