aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-08-09net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu1-4/+129
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-4/+1
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier1-16/+0
2017-08-11net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier1-5/+4
2017-02-15net: stmmac: reduce indentation by adding a continueLABBE Corentin1-42/+40
2017-02-15net: stmmac: remove useless parenthesisLABBE Corentin1-1/+1
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin1-22/+11
2017-02-08net: stmmac: fix some code style problemLABBE Corentin1-3/+4
2017-02-08net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin1-3/+3
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2017-02-08net: stmmac: fix some typos in commentsLABBE Corentin1-1/+1
2016-12-27net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong1-1/+3
2016-12-23stmmac: CSR clock configuration fixjpinto1-4/+4
2016-12-03net: stmmac: unify mdio functionsLABBE Corentin1-98/+23
2016-12-03net: stmmac: avoid Camelcase namingLABBE Corentin1-3/+3
2016-11-17net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin1-7/+7
2016-05-25net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-04-29net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE1-4/+98
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO1-18/+1
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO1-1/+10
2016-03-18net: stmmac: Don't search for phys if mdio node is defined.Phil Reid1-0/+4
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez1-10/+1
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier1-3/+5
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-10/+4
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-12-15stmmac: create of compatible mdio bus for stmmac driverPhil Reid1-3/+23
2015-11-30stmmac: fix PHY reset during resumeGiuseppe CAVALLARO1-15/+13
2015-09-15net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons1-3/+8
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2014-08-25stmmac: simple cleanupsPavel Machek1-1/+1
2014-04-30net: stmmac: set phy to use polling by defaultDinh Nguyen1-2/+5
2014-01-16net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla1-1/+1
2014-01-16net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla1-1/+0
2013-07-04dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla1-2/+46
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO1-1/+1
2013-02-10stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO1-3/+7
2012-08-31net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla1-5/+3
2012-08-31net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla1-0/+3
2012-04-04stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO1-2/+2
2012-04-04stmmac: extend CSR Clock Range programmingGiuseppe CAVALLARO1-2/+2
2012-04-04stmmac: Replace infinite loops by timeouts in mdio r/wDeepak SIKRI1-7/+25
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini1-1/+1
2012-01-10stmmac: use an unique MDIO bus name.Florian Fainelli1-1/+2
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO1-1/+2
2011-08-11stmmac: Move the STMicroelectronics driverJeff Kirsher1-0/+247