summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-18net: stmmac: dwmac-dwc-qos-eth: use devm_stmmac_probe_config_dt()Jisheng Zhang1-12/+3
2023-08-11net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang1-1/+1
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-14net: stmmac: replace the tso_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski1-1/+1
2023-05-10net: stmmac: dwmac-dwc-qos-eth: Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-02-14net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return voidUwe Kleine-König1-12/+5
2023-02-14net: 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-08net: stmmac: dwc-qos: Disable split header for Tegra194Jon Hunter1-0/+1
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2020-11-12net: stmmac: dwc-qos: Change the dwc_eth_dwmac_data's .probe prototypeJisheng Zhang1-27/+19
2019-12-18net: stmmac: dwc-qos: avoid clk and reset for acpi deviceAjay Gupta1-0/+5
2019-12-18net: 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-31net: 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-13net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding1-0/+247
2017-03-13net: 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