summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_removeJisheng Zhang2023-09-181-1/+1
* net: stmmac: dwmac-ipq806x: use devm_stmmac_probe_config_dt()Jisheng Zhang2023-09-181-20/+9
* net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang2023-08-101-1/+1
* net: stmmac: Make stmmac_pltfr_remove() return voidUwe Kleine-König2023-05-091-1/+1
* net: ethernet: stmmac: reset force speed bit for ipq806xChristian 'Ansuel' Marangi2022-06-161-0/+64
* net: ethernet: stmmac: add missing sgmii configure for ipq806xChristian 'Ansuel' Marangi2022-06-161-16/+77
* net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor2021-08-071-10/+8
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: stmmac: Set FIFO sizes for ipq806xJonathan McDowell2021-03-131-0/+2
* net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
* net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell2020-05-221-0/+13
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-2/+3
* net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()Dan Carpenter2019-09-271-1/+1
* net: ethernet: stmmac: Clean up dead codeChristos Gkekas2017-10-081-13/+1
* net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-021-6/+19
* stmmac: ipq806x: Return error values instead of pointersStephen Boyd2015-12-031-13/+11
* stmmac: avoid ipq806x constant overflow warningArnd Bergmann2015-11-121-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-2/+2
|\
| * stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari2015-08-071-2/+2
* | stmmac: dwmac-ipq806x: turn setup callback into a probe functionJoachim Eastwood2015-07-291-15/+23
* | stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed functionJoachim Eastwood2015-07-291-7/+7
|/
* stmmac: add ipq806x glue layerMathieu Olivari2015-05-301-0/+365