summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05net: stmmac: Add DW XPCS specified via "pcs-handle" supportSerge Semin1-4/+9
2024-07-05net: stmmac: Create DW XPCS device with particular addressSerge Semin1-13/+6
2024-05-14net: stmmac: introduce pcs_init/pcs_exit stmmac operationsRussell King (Oracle)1-1/+7
2024-05-14net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin1-12/+18
2024-05-14net: stmmac: Add dedicated XPCS cleanup methodSerge Semin1-3/+11
2023-12-14net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2023-08-26net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)1-1/+2
2023-08-02net: stmmac: XGMAC support for mdio C22 addr > 3Rohan G Thomas1-12/+24
2023-06-07net: stmmac: make the pcs_lynx cleanup sequence specific to dwmac_socfpgaMaxime Chevallier1-3/+0
2023-06-05net: stmmac: dwmac-sogfpga: use the lynx pcs driverMaxime Chevallier1-0/+3
2023-05-30net: stmmac: use xpcs_create_mdiodev()Russell King (Oracle)1-12/+3
2023-04-13net: stmmac: Remove unnecessary if statement bracketsAndrew Halaney1-2/+1
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn1-3/+0
2023-01-14net: stmmac: Separate C22 and C45 transactions for xgmacAndrew Lunn1-62/+138
2023-01-14net: stmmac: Separate C22 and C45 transactions for xgmac2Andrew Lunn1-50/+81
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-12net: 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-09net: 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-29net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean1-6/+15
2021-03-16net: stmmac: add clocks management for gmac driverJoakim Zhang1-26/+85
2020-12-10net: stmmac: allow stmmac to probe for C45 PHY devicesWong Vee Khee1-0/+3
2020-03-10net: stmmac: Integrate it with DesignWare XPCSJose Abreu1-0/+27
2019-11-12net: 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-09net: stmmac: enable clause 45 mdio supportKweh Hock Leong1-8/+35
2019-07-03net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl1-10/+3
2019-06-20net: stmmac: initialize the reset delay arrayMartin Blumenstingl1-1/+1
2019-06-19net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King1-3/+10
2019-06-18Merge 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-15net: 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-23net: stmmac: fix reset gpio free missingJisheng Zhang1-1/+2
2018-11-01net: 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-06net: stmmac: Delete dead code for MDIO registrationRomain Perier1-16/+0
2017-08-12net: 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