summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
AgeCommit message (Expand)Author
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26stmmac: platform: fix default values of the filter bins settingHuacai Chen
2014-11-19stmmac: review driver when run kernel-docGiuseppe CAVALLARO
2014-11-11stmmac: split to core library and probe driversAndy Shevchenko
2014-11-07stmmac: platform: fix sparse warningsAndy Shevchenko
2014-11-05stmmac: remove specific SoC Koption from platform.Giuseppe CAVALLARO
2014-10-15stmmac: fix sti compatibililiesGiuseppe CAVALLARO
2014-10-14stmmac: make the STi Layer compatible to STiH407Giuseppe CAVALLARO
2014-10-14stmmac: platform: fix FIXED_PHY support.Giuseppe CAVALLARO
2014-09-26net: stmmac: add Amlogic Meson glue layerBeniamino Galvani
2014-07-31net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers
2014-06-02net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai
2014-03-28net: stmmac: Add SOCFPGA glue driverDinh Nguyen
2014-03-11stmmac: dwmac-sti: fix broken STiD127 compatibilityGiuseppe CAVALLARO
2014-02-13net: stmmac:sti: Add STi SOC glue driver.Srinivas Kandagatla
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers
2014-01-19net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai
2014-01-19net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai
2014-01-19net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai
2014-01-19net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai
2014-01-19net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai
2014-01-19net: stmmac: Add support for optional reset controlChen-Yu Tsai
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla
2013-12-19drivers: net: Mark functions as static in stmmac_platform.cRashika Kheria
2013-09-05net: stmmac: fix bad merge conflict resolutionOlof Johansson
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-30net: stmmac: use dev_get_platdata()Jingoo Han
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang
2013-08-28net: stmmac: fixed the pbl setting with DTByungho An
2013-07-24drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_r...Wolfram Sang
2013-07-04dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla
2013-07-04dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-11net: ethernet: stmicro: stmmac: use devm_ioremap_resource()Silviu-Mihai Popescu
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03stmmac: remove __dev* attributesBill Pemberton
2012-08-31net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla
2012-08-31net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla
2012-08-08net/stmmac: mark probe function as __devinitArnd Bergmann
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-06stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-19stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO
2012-04-19stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi
2012-04-06stmmac: fix build when CONFIG_OF is enableGiuseppe Cavallaro
2012-03-16stmmac: Add device-tree supportStefan Roese
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO