aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO1-0/+2
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-2/+6
2016-05-03stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood1-3/+3
2016-04-02stmmac: add new DT platform entries for GMAC4Alexandre TORGUE1-0/+7
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO1-18/+66
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO1-8/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2016-03-06stmmac: fix noderef.cocci warningsWu Fengguang1-1/+1
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez1-1/+8
2016-03-02stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro1-3/+39
2015-12-15stmmac: create of compatible mdio bus for stmmac driverPhil Reid1-1/+1
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: remove setup/free glue callbacksJoachim Eastwood1-3/+0
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood1-18/+0
2015-07-29stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood1-55/+0
2015-07-29stmmac: fix ptr_ret.cocci warningFengguang Wu1-3/+1
2015-07-20stmmac: export probe_config_dt() and get_platform_resources()Joachim Eastwood1-4/+6
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-05-30stmmac: add fixed-link device-tree supportMathieu Olivari1-1/+11
2015-05-30stmmac: add phy-handle support to the platform layerMathieu Olivari1-1/+5
2015-05-21stmmac: drop unnecessary dt checks in stmmac_probe_config_dtJoachim Eastwood1-6/+0
2015-05-21stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood1-10/+1
2015-05-21stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood1-27/+18
2015-05-21stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood1-2/+0
2015-05-15stmmac: drop driver from stmmac platform codeJoachim Eastwood1-22/+0
2015-05-15stmmac: convert dwmac-sunxi to platform driverJoachim Eastwood1-1/+0
2015-05-15stmmac: convert dwmac-sti to platform driverJoachim Eastwood1-4/+0
2015-05-15stmmac: convert dwmac-socfpga to platform driverJoachim Eastwood1-1/+0
2015-05-15stmmac: convert dwmac-rk to platform driverJoachim Eastwood1-1/+0
2015-05-15stmmac: convert dwmac-meson to platform driverJoachim Eastwood1-1/+0
2015-05-15stmmac: convert dwmac-lpc18xx to a platform driverJoachim Eastwood1-1/+0
2015-05-15stmmac: add a generic dwmac driverJoachim Eastwood1-5/+0
2015-05-15stmmac: prepare stmmac platform to support stand alone driversJoachim Eastwood1-5/+9
2015-05-15stmmac: add dwmac glue for NXP 18xx/43xx familyJoachim Eastwood1-0/+1
2015-05-03drivers/net: include <module.h> for modular stmmac_platform codePaul Gortmaker1-0/+1
2015-04-16stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers1-0/+4
2015-03-04stmmac: check IRQ availability early on probeAlexey Brodkin1-29/+36
2015-01-26stmmac: Add an optional device tree property "snps,burst_len"Sonic Zhang1-0/+3
2014-12-31GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen1-0/+1
2014-12-22net: ethernet: stmicro: stmmac: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2014-11-29stmmac: platform: Move plat_dat checking earlierHuacai Chen1-9/+9
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2014-11-26stmmac: platform: fix default values of the filter bins settingHuacai Chen1-6/+7
2014-11-19stmmac: review driver when run kernel-docGiuseppe CAVALLARO1-6/+37
2014-11-11stmmac: split to core library and probe driversAndy Shevchenko1-6/+7