aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-05net: stmmac: fix bad merge conflict resolutionOlof Johansson1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+12
2013-08-30net: stmmac: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.Sonic Zhang1-0/+5
2013-08-28net: stmmac: fixed the pbl setting with DTByungho An1-8/+12
2013-07-24drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-07-04dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla1-0/+26
2013-07-04dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla1-3/+3
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-11net: ethernet: stmicro: stmmac: use devm_ioremap_resource()Silviu-Mihai Popescu1-5/+3
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-4/+4
2012-12-03stmmac: remove __dev* attributesBill Pemberton1-3/+3
2012-08-31net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla1-32/+8
2012-08-31net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla1-1/+2
2012-08-08net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen1-2/+6
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO1-0/+2
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2012-06-06stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO1-3/+1
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-04-19stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO1-1/+0
2012-04-19stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi1-4/+13
2012-04-06stmmac: fix build when CONFIG_OF is enableGiuseppe Cavallaro1-1/+1
2012-03-16stmmac: Add device-tree supportStefan Roese1-2/+72
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO1-13/+10
2012-01-12drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmapJulia Lawall1-1/+1
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO1-0/+198