aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai1-1/+5
2015-12-05stmmac: fix resource management when resumeGiuseppe CAVALLARO1-3/+6
2015-11-30stmmac: fix oversized frame receptionGiuseppe CAVALLARO1-0/+6
2015-11-30stmmac: fix PHY reset during resumeGiuseppe CAVALLARO1-15/+13
2015-11-30stmmac: dwmac-sti: fix st,tx-retime-src checkGiuseppe CAVALLARO1-6/+7
2015-11-30stmmac: fix csr clock divisor for 300MHzGiuseppe CAVALLARO1-1/+1
2015-11-30stmmac: fix a filter problem after resuming.Giuseppe CAVALLARO1-0/+1
2015-11-12stmmac: avoid ipq806x constant overflow warningArnd Bergmann1-5/+5
2015-11-05net: stmmac: fix double-initialization of phy_ifaceLABBE Corentin1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-11-01stmmac: Correctly report PTP capabilities.Phil Reid1-2/+5
2015-10-05net: stmmac: avoid using timespecArnd Bergmann1-3/+5
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-09-22net: stmmac: fix type of entry variableAndrzej Hajda1-1/+1
2015-09-15net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons1-3/+8
2015-09-09stmmac: fix check for phydev being openAlexey Brodkin1-1/+4
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-07stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari1-2/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-07-31stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-07-29stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood1-31/+12
2015-07-29stmmac: remove setup/free glue callbacksJoachim Eastwood2-10/+0
2015-07-29stmmac: dwmac-rk: use rk_gmac_ops as of match dataJoachim Eastwood1-23/+4
2015-07-29stmmac: dwmac-rk: make rk_gmac_ops structs static constJoachim Eastwood1-4/+4
2015-07-29stmmac: dwmac-sti: use custom of match structureJoachim Eastwood1-3/+8
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood3-18/+18
2015-07-29stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood3-57/+48
2015-07-29stmmac: dwmac-rk: create a new probe functionJoachim Eastwood1-9/+31
2015-07-29stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood1-9/+22
2015-07-29stmmac: dwmac-sunxi: turn setup callback into a probe functionJoachim Eastwood1-18/+31
2015-07-29stmmac: dwmac-sunxi: move sun7i_gmac_setup functionJoachim Eastwood1-29/+29
2015-07-29stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood1-14/+26
2015-07-29stmmac: dwmac-socfpga: move socfpga_dwmac_probe functionJoachim Eastwood1-25/+25
2015-07-29stmmac: dwmac-ipq806x: turn setup callback into a probe functionJoachim Eastwood1-15/+23
2015-07-29stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed functionJoachim Eastwood1-7/+7
2015-07-29stmmac: fix ptr_ret.cocci warningFengguang Wu1-3/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-21stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood1-1/+1
2015-07-20stmmac: add proper probe function to dwmac-mesonJoachim Eastwood1-11/+20
2015-07-20stmmac: add proper probe function to dwmac-lpc18xxJoachim Eastwood1-36/+23
2015-07-20stmmac: export probe_config_dt() and get_platform_resources()Joachim Eastwood2-4/+14
2015-07-20stmmac: make stmmac_probe_config_dt return the platform data structJoachim Eastwood1-16/+12
2015-07-20stmmac: introduce stmmac_get_platform_resources()Joachim Eastwood1-27/+37
2015-07-20stmmac: clean up platform/of_match data retrievalJoachim Eastwood1-21/+29
2015-07-20stmmac: use of_device_get_match_data to retrieve of match dataJoachim Eastwood1-5/+3
2015-06-29stmmac: Trivial: fix typo in constant nameNik Nyby1-2/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-24/+28
2015-06-24stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin4-24/+28
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-23net: stmmac: dwmac-rk: add rk3368-specific dataHeiko Stübner1-0/+126