summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* drivers/net: include <module.h> for modular stmmac_platform codePaul Gortmaker2015-05-031-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-261-0/+3
* GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen2014-12-311-0/+1
* net: ethernet: stmicro: stmmac: drop owner assignment from platform_driversWolfram Sang2014-12-221-1/+0
* 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-291-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-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
* | stmmac: split to core library and probe driversAndy Shevchenko2014-11-111-6/+7
* | stmmac: platform: fix sparse warningsAndy Shevchenko2014-11-071-0/+2
* | stmmac: remove specific SoC Koption from platform.Giuseppe CAVALLARO2014-11-051-9/+1
|/
* stmmac: fix sti compatibililiesGiuseppe CAVALLARO2014-10-151-4/+4
* stmmac: make the STi Layer compatible to STiH407Giuseppe CAVALLARO2014-10-141-0/+1
* stmmac: platform: fix FIXED_PHY support.Giuseppe CAVALLARO2014-10-141-5/+10
* net: stmmac: add Amlogic Meson glue layerBeniamino Galvani2014-09-261-0/+3
* net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-311-0/+67
* net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2014-06-021-5/+12
* net: stmmac: Add SOCFPGA glue driverDinh Nguyen2014-03-281-0/+3
* stmmac: dwmac-sti: fix broken STiD127 compatibilityGiuseppe CAVALLARO2014-03-111-1/+1
* net: stmmac:sti: Add STi SOC glue driver.Srinivas Kandagatla2014-02-131-0/+5
* stmmac: Fix kernel crashes for jumbo framesVince Bridgers2014-01-211-0/+13
* net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai2014-01-191-0/+3
* net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai2014-01-191-10/+34
* net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai2014-01-191-1/+8
* net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai2014-01-191-0/+2
* net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai2014-01-191-4/+14
OpenPOWER on IntegriCloud