summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
AgeCommit message (Expand)Author
2024-07-05net: stmmac: Add DW XPCS specified via "pcs-handle" supportSerge Semin
2024-07-05net: stmmac: Create DW XPCS device with particular addressSerge Semin
2024-05-13net: stmmac: introduce pcs_init/pcs_exit stmmac operationsRussell King (Oracle)
2024-05-13net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin
2024-05-13net: stmmac: Add dedicated XPCS cleanup methodSerge Semin
2023-12-14net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney
2023-08-25net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)
2023-08-02net: stmmac: XGMAC support for mdio C22 addr > 3Rohan G Thomas
2023-06-07net: stmmac: make the pcs_lynx cleanup sequence specific to dwmac_socfpgaMaxime Chevallier
2023-06-05net: stmmac: dwmac-sogfpga: use the lynx pcs driverMaxime Chevallier
2023-05-29net: stmmac: use xpcs_create_mdiodev()Russell King (Oracle)
2023-04-13net: stmmac: Remove unnecessary if statement bracketsAndrew Halaney
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn
2023-01-13net: stmmac: Separate C22 and C45 transactions for xgmacAndrew Lunn
2023-01-13net: stmmac: Separate C22 and C45 transactions for xgmac2Andrew Lunn
2022-06-17net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong
2022-06-02net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes
2022-04-11net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2021-06-11net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setupVladimir Oltean
2021-06-11net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean
2021-06-08net: stmmac: split xPCS setup from mdio registerVoon Weifeng
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean
2021-05-28net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean
2021-03-15net: stmmac: add clocks management for gmac driverJoakim Zhang
2020-12-09net: stmmac: allow stmmac to probe for C45 PHY devicesWong Vee Khee
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