summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
AgeCommit message (Expand)Author
2020-03-09net: stmmac: Integrate it with DesignWare XPCSJose Abreu
2019-11-11net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacksJose Abreu
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding
2019-07-08net: stmmac: enable clause 45 mdio supportKweh Hock Leong
2019-07-02net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl
2019-06-19net: stmmac: initialize the reset delay arrayMartin Blumenstingl
2019-06-18net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl
2019-06-16net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl
2019-06-16net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner
2019-05-22net: stmmac: fix reset gpio free missingJisheng Zhang
2018-10-31net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel
2018-08-09net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier
2017-08-11net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier
2017-02-15net: stmmac: reduce indentation by adding a continueLABBE Corentin
2017-02-15net: stmmac: remove useless parenthesisLABBE Corentin
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin
2017-02-08net: stmmac: fix some code style problemLABBE Corentin
2017-02-08net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin
2017-02-08net: stmmac: fix some typos in commentsLABBE Corentin
2016-12-27net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong
2016-12-23stmmac: CSR clock configuration fixjpinto
2016-12-03net: stmmac: unify mdio functionsLABBE Corentin
2016-12-03net: stmmac: avoid Camelcase namingLABBE Corentin
2016-11-17net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin
2016-05-25net: stmmac: Fix incorrect memcpy source memoryMarek Vasut
2016-04-29net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO
2016-03-18net: stmmac: Don't search for phys if mdio node is defined.Phil Reid
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-12-15stmmac: create of compatible mdio bus for stmmac driverPhil Reid
2015-11-30stmmac: fix PHY reset during resumeGiuseppe CAVALLARO
2015-09-15net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-25stmmac: simple cleanupsPavel Machek
2014-04-30net: stmmac: set phy to use polling by defaultDinh Nguyen
2014-01-16net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla