summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
Commit message (Expand)AuthorAgeFilesLines
...
* ethernet: stmicro: stmmac: add missing of_node_put after calling of_parse_pha...Peter Chen2016-08-021-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-031-0/+7
* stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-18/+66
* Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-011-8/+1Star
* 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-071-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-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-011-0/+4
|\
| * stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-08-011-0/+4
* | stmmac: remove setup/free glue callbacksJoachim Eastwood2015-07-291-3/+0Star
* | stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood2015-07-291-18/+0Star
* | stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood2015-07-291-55/+0Star
* | stmmac: fix ptr_ret.cocci warningFengguang Wu2015-07-291-3/+1Star
* | stmmac: export probe_config_dt() and get_platform_resources()Joachim Eastwood2015-07-211-4/+6
* | stmmac: make stmmac_probe_config_dt return the platform data structJoachim Eastwood2015-07-211-16/+12Star
* | stmmac: introduce stmmac_get_platform_resources()Joachim Eastwood2015-07-211-27/+37
* | stmmac: clean up platform/of_match data retrievalJoachim Eastwood2015-07-211-21/+29
* | stmmac: use of_device_get_match_data to retrieve of match dataJoachim Eastwood2015-07-211-5/+3Star
|/
* stmmac: add fixed-link device-tree supportMathieu Olivari2015-05-311-1/+11
* stmmac: add phy-handle support to the platform layerMathieu Olivari2015-05-311-1/+5
* stmmac: drop unnecessary dt checks in stmmac_probe_config_dtJoachim Eastwood2015-05-221-6/+0Star
* stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood2015-05-221-10/+1Star
* stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood2015-05-221-27/+18Star
* stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-221-2/+0Star
* stmmac: drop driver from stmmac platform codeJoachim Eastwood2015-05-151-22/+0Star
* stmmac: convert dwmac-sunxi to platform driverJoachim Eastwood2015-05-151-1/+0Star
* stmmac: convert dwmac-sti to platform driverJoachim Eastwood2015-05-151-4/+0Star
* stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood2015-05-151-1/+0Star
* stmmac: convert dwmac-rk to platform driverJoachim Eastwood2015-05-151-1/+0Star
* stmmac: convert dwmac-meson to platform driverJoachim Eastwood2015-05-151-1/+0Star
* stmmac: convert dwmac-lpc18xx to a platform driverJoachim Eastwood2015-05-151-1/+0Star
* stmmac: add a generic dwmac driverJoachim Eastwood2015-05-151-5/+0Star
* 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
* drivers/net: include <module.h> for modular stmmac_platform codePaul Gortmaker2015-05-041-0/+1
* stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers2015-04-161-0/+4
* stmmac: check IRQ availability early on probeAlexey Brodkin2015-03-041-29/+36
* stmmac: Add an optional device tree property "snps,burst_len"Sonic Zhang2015-01-271-0/+3
* GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen2015-01-011-0/+1
* net: ethernet: stmicro: stmmac: drop owner assignment from platform_driversWolfram Sang2014-12-221-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-9/+9
|\
| * stmmac: platform: Move plat_dat checking earlierHuacai Chen2014-11-301-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-6/+7
|\|
| * stmmac: platform: fix default values of the filter bins settingHuacai Chen2014-11-261-6/+7
* | stmmac: review driver when run kernel-docGiuseppe CAVALLARO2014-11-191-6/+37