aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-17net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong1-0/+14
2022-06-02net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes1-1/+1
2022-04-11net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-16/+8
2021-06-11net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setupVladimir Oltean1-3/+3
2021-06-11net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean1-1/+1
2021-06-08net: stmmac: split xPCS setup from mdio registerVoon Weifeng1-29/+35
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean1-12/+4
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean1-16/+23
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean1-1/+1
2021-05-28net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean1-6/+15
2021-03-15net: stmmac: add clocks management for gmac driverJoakim Zhang1-26/+85
2020-12-09net: stmmac: allow stmmac to probe for C45 PHY devicesWong Vee Khee1-0/+3
2020-03-09net: stmmac: Integrate it with DesignWare XPCSJose Abreu1-0/+27
2019-11-11net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacksJose Abreu1-10/+48
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding1-1/+3
2019-07-08net: stmmac: enable clause 45 mdio supportKweh Hock Leong1-8/+35
2019-07-02net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl1-10/+3
2019-06-19net: stmmac: initialize the reset delay arrayMartin Blumenstingl1-1/+1
2019-06-18net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King1-3/+10
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+1
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl1-6/+0
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl1-7/+8
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl1-20/+9
2019-06-16net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl1-5/+4
2019-06-16net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl1-3/+0
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl1-14/+13
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2019-05-22net: stmmac: fix reset gpio free missingJisheng Zhang1-1/+2
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