summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro1-2/+2
2015-05-22stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood1-10/+1
2015-05-22stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood1-3/+7
2015-05-22stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood1-2/+0
2015-01-28stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong1-0/+2
2015-01-28stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko1-1/+61
2015-01-28stmmac: pci: add support for Intel Quark X1000Kweh, Hock Leong1-1/+50
2014-12-06stmmac: pci: allocate memory resources dynamicallyAndy Shevchenko1-24/+31
2014-11-11stmmac: split to core library and probe driversAndy Shevchenko1-1/+3
2014-11-06stmmac: pci: convert to use dev_* macrosAndy Shevchenko1-4/+4
2014-11-06stmmac: pci: use managed resourcesAndy Shevchenko1-33/+10
2014-11-06stmmac: pci: convert to use dev_pm_opsAndy Shevchenko1-16/+11
2014-11-06stmmac: pci: use defined constant instead of magic numberAndy Shevchenko1-1/+1
2014-10-31stmmac: pci: set default of the filter binsAndy Shevchenko1-0/+7
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-20net: stmmac: Add support for optional reset controlChen-Yu Tsai1-2/+2
2014-01-02stmicro: make local variables staticstephen hemminger1-3/+3
2013-10-22net: stmmac: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-04-09stmmac: code tidy-upGiuseppe CAVALLARO1-1/+1
2013-02-04stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov1-0/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03stmmac: remove __dev* attributesBill Pemberton1-3/+3
2012-09-01net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla1-1/+0
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-06stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO1-28/+1
2012-04-20stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO1-2/+5
2012-04-05stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI1-1/+2
2012-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO1-4/+2
2012-02-13stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida1-1/+1
2012-02-09stmmac: Fix typo in stmmac_pci.cMasanari Iida1-1/+1
2012-01-25stmmac: added PCI identifiersAlessandro Rubini1-3/+3
2011-12-22stmmac: add the experimental PCI supportGiuseppe CAVALLARO1-0/+221