aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2016-12-02net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold1-4/+8
2016-12-02net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold1-1/+10
2016-11-06stmmac: dwmac-sti: remove unused priv dev memberJoachim Eastwood1-2/+0
2016-11-06stmmac: dwmac-sti: clean up and rename sti_dwmac_initJoachim Eastwood1-6/+4
2016-11-06stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handlingJoachim Eastwood1-4/+15
2016-11-06stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_dataJoachim Eastwood1-3/+3
2016-11-06stmmac: dwmac-sti: add PM ops and resume functionJoachim Eastwood1-10/+37
2016-11-06stmmac: dwmac-sti: remove clk NULL checksJoachim Eastwood1-6/+4
2016-11-06stmmac: dwmac-sti: remove useless of_node checkJoachim Eastwood1-3/+0
2015-11-30stmmac: dwmac-sti: fix st,tx-retime-src checkGiuseppe CAVALLARO1-6/+7
2015-07-29stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood1-31/+12
2015-07-29stmmac: dwmac-sti: use custom of match structureJoachim Eastwood1-3/+8
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood1-0/+10
2015-07-29stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood1-9/+22
2015-05-15stmmac: convert dwmac-sti to platform driverJoachim Eastwood1-2/+27
2015-01-11stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property.Peter Griffin1-6/+7
2014-12-15net: stmmac: sti: Fix uninitialized pointer dereference if !OFGeert Uytterhoeven1-5/+5
2014-11-19stmmac: review driver when run kernel-docGiuseppe CAVALLARO1-9/+6
2014-11-07stmmac: platform: fix sparse warningsAndy Shevchenko1-0/+2
2014-10-14stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCsGiuseppe CAVALLARO1-169/+205
2014-02-13net: stmmac:sti: Add STi SOC glue driver.Srinivas Kandagatla1-0/+330