aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-23net: stmmac: dwc-qos: calibrate tegra with mdio bus idleRussell King (Oracle)1-2/+10
2025-04-17net: stmmac: dwc-qos: use PHY clock-stop capabilityRussell King (Oracle)1-1/+2
2025-04-14net: stmmac: dwc-qos: remove tegra_eqos_init()Russell King (Oracle)1-23/+1
2025-04-10net: stmmac: dwc-qos: use stmmac_pltfr_find_clk()Russell King (Oracle)1-14/+4
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2025-03-19net: stmmac: dwc-qos-eth: use devm_kzalloc() for AXI dataRussell King (Oracle)1-1/+3
2025-03-06net: stmmac: dwc-qos: Add FSD EQoS supportSwathi K S1-1/+7
2025-02-28net: stmmac: dwc-qos: use generic stmmac_set_clk_tx_rate()Russell King (Oracle)1-8/+2
2025-02-25net: stmmac: dwc-qos: clean up clock initialisationRussell King (Oracle)1-14/+19
2025-02-25net: stmmac: dwc-qos: name struct plat_stmmacenet_data consistentlyRussell King (Oracle)1-16/+16
2025-02-19net: stmmac: "speed" passed to fix_mac_speed is an intRussell King (Oracle)1-2/+2
2025-02-14net: stmmac: refactor clock management in EQoS driverSwathi K S1-99/+32
2024-12-09net: dwmac-dwc-qos-eth: Use helper rgmii_clockJan Petrous (OSS)1-8/+3
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-09-18net: stmmac: dwmac-dwc-qos-eth: use devm_stmmac_probe_config_dt()Jisheng Zhang1-12/+3
2023-08-10net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang1-1/+1
2023-07-27net: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-13net: stmmac: replace the tso_en field with a flagBartosz Golaszewski1-1/+1
2023-07-13net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski1-1/+1
2023-05-09net: stmmac: dwmac-dwc-qos-eth: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-13net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return voidUwe Kleine-König1-12/+5
2023-02-13net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König1-3/+1
2022-09-21net: stmmac: dwc-qos: Switch to use dev_err_probe() helperYang Yingliang1-3/+1
2022-07-07net: stmmac: dwc-qos: Disable split header for Tegra194Jon Hunter1-0/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2020-11-11net: stmmac: dwc-qos: Change the dwc_eth_dwmac_data's .probe prototypeJisheng Zhang1-27/+19
2019-12-17net: stmmac: dwc-qos: avoid clk and reset for acpi deviceAjay Gupta1-0/+5
2019-12-17net: stmmac: dwc-qos: use generic device apiAjay Gupta1-9/+10
2019-08-21net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+1
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding1-0/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner1-7/+1
2019-05-28net: stmmac: Do not output error on deferred probeThierry Reding1-1/+5
2017-10-27net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu1-1/+1
2017-09-28net: stmmac: dwc-qos: Add suspend / resume supportEd Blake1-0/+1
2017-03-12net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding1-0/+247
2017-03-12net: stmmac: dwc-qos: Split out ->probe() and ->remove()Thierry Reding1-26/+98
2017-01-09stmmac: adding new glue driver dwmac-dwc-qos-ethjpinto1-0/+202