summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwmac-sti: use devm_stmmac_probe_config_dt()Jisheng Zhang2023-09-181-9/+5
* net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang2023-08-101-4/+4
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* net: stmmac: dwmac-sti: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
* net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127Alain Volmat2023-04-181-59/+1
* net: stmmac: Make stmmac_dvr_remove() return voidUwe Kleine-König2023-02-131-2/+3
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-2/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-4/+9
|\
| * net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-021-4/+8
| * net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold2016-12-021-1/+10
* | stmmac: dwmac-sti: remove unused priv dev memberJoachim Eastwood2016-11-061-2/+0
* | stmmac: dwmac-sti: clean up and rename sti_dwmac_initJoachim Eastwood2016-11-061-6/+4
* | stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handlingJoachim Eastwood2016-11-061-4/+15
* | stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_dataJoachim Eastwood2016-11-061-3/+3
* | stmmac: dwmac-sti: add PM ops and resume functionJoachim Eastwood2016-11-061-10/+37
* | stmmac: dwmac-sti: remove clk NULL checksJoachim Eastwood2016-11-061-6/+4
* | stmmac: dwmac-sti: remove useless of_node checkJoachim Eastwood2016-11-061-3/+0
|/
* stmmac: dwmac-sti: fix st,tx-retime-src checkGiuseppe CAVALLARO2015-11-301-6/+7
* stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood2015-07-291-31/+12
* stmmac: dwmac-sti: use custom of match structureJoachim Eastwood2015-07-291-3/+8
* stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood2015-07-291-0/+10
* stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood2015-07-291-9/+22
* stmmac: convert dwmac-sti to platform driverJoachim Eastwood2015-05-151-2/+27
* stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property.Peter Griffin2015-01-111-6/+7
* net: stmmac: sti: Fix uninitialized pointer dereference if !OFGeert Uytterhoeven2014-12-151-5/+5
* stmmac: review driver when run kernel-docGiuseppe CAVALLARO2014-11-191-9/+6
* stmmac: platform: fix sparse warningsAndy Shevchenko2014-11-071-0/+2
* stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCsGiuseppe CAVALLARO2014-10-141-169/+205
* net: stmmac:sti: Add STi SOC glue driver.Srinivas Kandagatla2014-02-131-0/+330