summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah2023-12-141-0/+10
* net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang2023-08-101-1/+1
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_refAndrew Halaney2023-07-271-0/+18
* net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski2023-07-131-1/+1
* net: stmmac: replace the tso_en field with a flagBartosz Golaszewski2023-07-131-1/+2
* net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski2023-07-131-1/+2
* net: stmmac: dwmac-qcom-ethqos: Log more errors in probeAndrew Halaney2023-07-121-4/+10
* net: stmmac: dwmac-qcom-ethqos: Use dev_err_probe()Andrew Halaney2023-07-121-2/+2
* net: stmmac: dwmac-qcom-ethqos: Use of_get_phy_mode() over device_get_phy_mode()Andrew Halaney2023-07-121-5/+5
* net: stmmac: dwmac-qcom-ethqos: use devm_stmmac_pltfr_probe()Bartosz Golaszewski2023-06-241-2/+1
* net: stmmac: dwmac-qco-ethqos: use devm_stmmac_probe_config_dt()Bartosz Golaszewski2023-06-241-34/+15
* net: stmmac: dwmac-qcom-ethqos: add support for emac4 on sa8775p platformsBartosz Golaszewski2023-06-201-14/+51
* net: stmmac: dwmac-qcom-ethqos: add support for SGMIIBartosz Golaszewski2023-06-201-0/+37
* net: stmmac: dwmac-qcom-ethqos: prepare the driver for more PHY modesBartosz Golaszewski2023-06-201-5/+26
* net: stmmac: dwmac-qcom-ethqos: add support for the phyaux clockBartosz Golaszewski2023-06-201-15/+16
* net: stmmac: dwmac-qcom-ethqos: add support for the optional serdes phyBartosz Golaszewski2023-06-201-0/+37
* net: stmmac: dwmac-qcom-ethqos: remove stray spaceBartosz Golaszewski2023-06-201-1/+1
* net: stmmac: dwmac-qcom-ethqos: add a newline between headersBartosz Golaszewski2023-06-201-0/+1
* net: stmmac: dwmac-qcom-ethqos: add missing includeBartosz Golaszewski2023-06-201-0/+1
* net: stmmac: dwmac-qcom-ethqos: use a helper variable for &pdev->devBartosz Golaszewski2023-06-201-23/+26
* net: stmmac: dwmac-qcom-ethqos: tweak the order of local variablesBartosz Golaszewski2023-06-201-1/+1
* net: stmmac: dwmac-qcom-ethqos: rename a label in probe()Bartosz Golaszewski2023-06-201-7/+7
* net: stmmac: dwmac-qcom-ethqos: shrink clock code with devresBartosz Golaszewski2023-06-201-13/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-1/+2
|\
| * net: stmmac: dwmac-qcom-ethqos: fix a regression on EMAC < 3Bartosz Golaszewski2023-06-051-1/+2
* | net: stmmac: dwmac-qcom-ethqos: Convert to platform remove callback returning...Uwe Kleine-König2023-05-091-4/+2
* | net: stmmac: dwmac-qcom-ethqos: Drop an if with an always false conditionUwe Kleine-König2023-05-091-5/+1
* | net: stmmac: Make stmmac_pltfr_remove() return voidUwe Kleine-König2023-05-091-3/+2
|/
* net: stmmac: dwmac-qcom-ethqos: Add EMAC3 supportAndrew Halaney2023-04-131-21/+101
* net: stmmac: dwmac-qcom-ethqos: Use loopback_en for all speedsAndrew Halaney2023-04-131-19/+17
* net: stmmac: dwmac-qcom-ethqos: Respect phy-mode and TX delayAndrew Halaney2023-04-131-5/+15
* net: stmmac: qcom: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov2023-01-301-0/+2
* net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resumeBjorn Andersson2022-03-241-0/+7
* net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platformBjorn Andersson2022-03-031-4/+18
* net: stmmac: Add support for SM8150Vinod Koul2022-03-031-0/+15
* net: stmmac: Add platform level debug register dump featureBhupesh Sharma2021-11-301-3/+4
* net: stmmac: dwmac-qcom-ethqos: add platform level clocks managementBhupesh Sharma2021-11-181-3/+23
* net: stmmac: Use devm_platform_ioremap_resource_byname()Yang Yingliang2021-06-091-3/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: stmmac: remove redundant dev_err call in qcom_ethqos_probe()Guobin Huang2021-03-291-1/+0
* net: stmmac: fix num_por initializationVinod Koul2020-05-141-2/+15
* net: stmmac: fix a possible endless loopDejin Zheng2020-02-071-0/+1
* net: stmmac: Fix return value check in qcom_ethqos_probe()Wei Yongjun2019-01-241-2/+2
* net: stmmac: Add driver for Qualcomm ethqosVinod Koul2019-01-221-0/+545