summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Remove unnecessary if statement bracketsAndrew Halaney2023-04-131-2/+1
* net: phy: Remove probe_capabilitiesAndrew Lunn2023-01-191-3/+0
* net: stmmac: Separate C22 and C45 transactions for xgmacAndrew Lunn2023-01-131-62/+138
* net: stmmac: Separate C22 and C45 transactions for xgmac2Andrew Lunn2023-01-131-50/+81
* net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong2022-06-171-0/+14
* net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2022-06-021-1/+1
* net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-111-16/+8
* net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setupVladimir Oltean2021-06-111-3/+3
* net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean2021-06-111-1/+1
* net: stmmac: split xPCS setup from mdio registerVoon Weifeng2021-06-081-29/+35
* net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean2021-06-031-12/+4
* net: pcs: xpcs: convert to mdio_deviceVladimir Oltean2021-06-031-16/+23
* net: pcs: xpcs: export xpcs_probeVladimir Oltean2021-06-031-1/+1
* net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean2021-05-281-6/+15
* net: stmmac: add clocks management for gmac driverJoakim Zhang2021-03-151-26/+85
* net: stmmac: allow stmmac to probe for C45 PHY devicesWong Vee Khee2020-12-091-0/+3
* net: stmmac: Integrate it with DesignWare XPCSJose Abreu2020-03-091-0/+27
* net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacksJose Abreu2019-11-111-10/+48
* net: stmmac: Make MDIO bus reset optionalThierry Reding2019-07-271-1/+3
* net: stmmac: enable clause 45 mdio supportKweh Hock Leong2019-07-081-8/+35
* net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl2019-07-021-10/+3
* 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-181-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-11/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-051-11/+1
* | net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl2019-06-161-6/+0
* | 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/+9
* | net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl2019-06-161-5/+4
* | net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl2019-06-161-3/+0
* | net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl2019-06-141-14/+13
|/
* net: stmmac: fix reset gpio free missingJisheng Zhang2019-05-221-1/+2
* net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel2018-10-311-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/+1
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-051-16/+0
* net: stmmac: Use the right logging function in stmmac_mdio_registerRomain Perier2017-08-111-5/+4
* net: stmmac: reduce indentation by adding a continueLABBE Corentin2017-02-151-42/+40
* 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/+11
* 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/+0
* 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/+23
* 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-251-1/+1