aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11net: stmmac: pci: Add HAPS support using GMAC5Jose Abreu1-0/+71
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng1-0/+21
2019-08-27net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+15
2019-08-27net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+29
2019-08-27net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+107
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding1-0/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+1
2019-06-16Merge branch 'stmmac-cleanups-for-stmmac_mdio_reset'David S. Miller1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-05-01stmmac: pci: Fix typo in IOT2000 commentJan Kiszka1-1/+1
2019-04-29stmmac: pci: Use pci_dev_id() helperHeiner Kallweit1-1/+1
2019-04-18stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng1-2/+6
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2018-08-13net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-08-01net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2017-06-22stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka1-33/+64
2017-06-22stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka1-44/+39
2017-06-22stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka1-7/+13
2017-06-22stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka1-13/+23
2017-06-22stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka1-12/+11
2017-05-08stmmac: pci: split out common_default_data() helperAndy Shevchenko1-34/+18
2017-05-08stmmac: pci: RX queue routing configurationAndy Shevchenko1-0/+3
2017-05-08stmmac: pci: TX and RX queue priority configurationAndy Shevchenko1-0/+4
2017-05-08stmmac: pci: set default number of rx and tx queuesAndy Shevchenko1-0/+4
2017-05-02stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka1-1/+25
2017-03-21net: stmmac: RX queue routing configurationJoao Pinto1-0/+3
2017-03-21net: stmmac: TX and RX queue priority configurationJoao Pinto1-0/+4
2017-03-13net: stmmac: set default number of rx and tx queues in stmmac_pciJoao Pinto1-0/+4
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2017-01-08net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong1-0/+6
2016-12-08net: smmac: allow configuring lower pbl valuesNiklas Cassel1-0/+2
2016-05-03stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood1-22/+2
2016-03-02stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro1-2/+2
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-3/+7
2015-05-21stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood1-2/+0
2015-01-27stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong1-0/+2
2015-01-27stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko1-1/+61
2015-01-27stmmac: pci: add support for Intel Quark X1000Kweh, Hock Leong1-1/+50
2014-12-05stmmac: 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-19net: stmmac: Add support for optional reset controlChen-Yu Tsai1-2/+2
2014-01-01stmicro: make local variables staticstephen hemminger1-3/+3