summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
Commit message (Expand)AuthorAgeFilesLines
* net: smmac: allow configuring lower pbl valuesNiklas Cassel2016-12-081-0/+1
* net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel2016-12-081-0/+2
* net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel2016-12-081-14/+15
* net: stmmac: stmmac_platform: use correct setup function for gmac4Niklas Cassel2016-12-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-2/+4
|\
| * net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before wr...Niklas Cassel2016-12-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-4/+29
|\|
| * net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-021-3/+29
| * net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold2016-12-021-1/+0
* | Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"Joachim Eastwood2016-11-091-6/+2
|/
* net: ethernet: stmmac: add support of Synopsys 3.50a MAC IPAlexandre TORGUE2016-09-011-0/+1
* ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen2016-08-011-2/+5
* drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO2016-06-281-0/+2
* net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2016-06-161-2/+6
* stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood2016-05-031-3/+3
* stmmac: add new DT platform entries for GMAC4Alexandre TORGUE2016-04-021-0/+7
* stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-18/+66
* Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-011-8/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+8
|\
| * stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez2016-03-031-1/+8
* | stmmac: fix noderef.cocci warningsWu Fengguang2016-03-061-1/+1
* | stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro2016-03-021-3/+39
|/
* stmmac: create of compatible mdio bus for stmmac driverPhil Reid2015-12-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-0/+4
|\
| * stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-07-311-0/+4
* | stmmac: remove setup/free glue callbacksJoachim Eastwood2015-07-291-3/+0
* | stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood2015-07-291-18/+0
* | stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood2015-07-291-55/+0
* | stmmac: fix ptr_ret.cocci warningFengguang Wu2015-07-291-3/+1
* | stmmac: export probe_config_dt() and get_platform_resources()Joachim Eastwood2015-07-201-4/+6
* | stmmac: make stmmac_probe_config_dt return the platform data structJoachim Eastwood2015-07-201-16/+12
* | stmmac: introduce stmmac_get_platform_resources()Joachim Eastwood2015-07-201-27/+37
* | stmmac: clean up platform/of_match data retrievalJoachim Eastwood2015-07-201-21/+29
* | stmmac: use of_device_get_match_data to retrieve of match dataJoachim Eastwood2015-07-201-5/+3
|/
* stmmac: add fixed-link device-tree supportMathieu Olivari2015-05-301-1/+11
* stmmac: add phy-handle support to the platform layerMathieu Olivari2015-05-301-1/+5
* stmmac: drop unnecessary dt checks in stmmac_probe_config_dtJoachim Eastwood2015-05-211-6/+0
* stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood2015-05-211-10/+1
* stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood2015-05-211-27/+18
* stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-211-2/+0
* stmmac: drop driver from stmmac platform codeJoachim Eastwood2015-05-151-22/+0
* stmmac: convert dwmac-sunxi to platform driverJoachim Eastwood2015-05-151-1/+0
* stmmac: convert dwmac-sti to platform driverJoachim Eastwood2015-05-151-4/+0
* stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood2015-05-151-1/+0
* stmmac: convert dwmac-rk to platform driverJoachim Eastwood2015-05-151-1/+0
* stmmac: convert dwmac-meson to platform driverJoachim Eastwood2015-05-151-1/+0
* stmmac: convert dwmac-lpc18xx to a platform driverJoachim Eastwood2015-05-151-1/+0
* stmmac: add a generic dwmac driverJoachim Eastwood2015-05-151-5/+0
* stmmac: prepare stmmac platform to support stand alone driversJoachim Eastwood2015-05-151-5/+9
* stmmac: add dwmac glue for NXP 18xx/43xx familyJoachim Eastwood2015-05-151-0/+1