summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: replace the tso_en field with a flagBartosz Golaszewski2023-07-131-1/+1
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-101-3/+1
* net: stmmac: enable platform specific safety featuresWong Vee Khee2021-06-011-0/+16
* net: stmmac: remove unnecessary pci_enable_msi() callWong Vee Khee2021-04-011-2/+0
* stmmac: intel: Fix clock handling on error and remove pathsAndy Shevchenko2020-04-301-5/+0
* net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng2020-03-301-313/+0
* net: stmmac: Get rid of custom STMMAC_DEVICE() macroAndy Shevchenko2020-02-171-20/+15
* net: stmmac: update pci platform data to use phy_interfaceVoon Weifeng2020-02-071-6/+8
* net: stmmac: pci: Enable TBS on GMAC5 IPK PCI entryJose Abreu2020-01-131-0/+2
* net: stmmac: pci: remove the duplicate code of set phy_maskDejin Zheng2020-01-091-5/+0
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-2/+2
* net: stmmac: pci: Add HAPS support using GMAC5Jose Abreu2019-09-111-0/+71
* net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng2019-08-271-0/+21
* net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng2019-08-271-0/+15
* net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng2019-08-271-0/+29
* net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng2019-08-271-0/+107
* net: stmmac: Make MDIO bus reset optionalThierry Reding2019-07-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-11/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-051-11/+1
* | Merge branch 'stmmac-cleanups-for-stmmac_mdio_reset'David S. Miller2019-06-161-1/+0
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+1
|\
| * stmmac: pci: Use pci_dev_id() helperHeiner Kallweit2019-04-291-1/+1
* | stmmac: pci: Fix typo in IOT2000 commentJan Kiszka2019-05-011-1/+1
* | stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng2019-04-181-2/+6
|/
* net: stmmac: Fix PCI module removal leakJose Abreu2019-01-111-0/+10
* net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann2018-08-131-2/+2
* net: stmmac: Fix WoL for PCI-based setupsJose Abreu2018-08-011-2/+38
* stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka2017-06-221-33/+64
* stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka2017-06-221-44/+39
* stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka2017-06-221-7/+13
* stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka2017-06-221-13/+23
* stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka2017-06-221-12/+11
* stmmac: pci: split out common_default_data() helperAndy Shevchenko2017-05-081-34/+18
* stmmac: pci: RX queue routing configurationAndy Shevchenko2017-05-081-0/+3
* stmmac: pci: TX and RX queue priority configurationAndy Shevchenko2017-05-081-0/+4
* stmmac: pci: set default number of rx and tx queuesAndy Shevchenko2017-05-081-0/+4
* stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka2017-05-021-1/+25
* net: stmmac: RX queue routing configurationJoao Pinto2017-03-211-0/+3
* net: stmmac: TX and RX queue priority configurationJoao Pinto2017-03-211-0/+4
* net: stmmac: set default number of rx and tx queues in stmmac_pciJoao Pinto2017-03-131-0/+4
* net: stmmac: remove freesoftware addressLABBE Corentin2017-02-081-4/+0
* net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-081-0/+6
* net: smmac: allow configuring lower pbl valuesNiklas Cassel2016-12-081-0/+2
* stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood2016-05-031-22/+2
* stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro2016-03-021-2/+2
* 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-3/+7
* stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-211-2/+0
* stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong2015-01-271-0/+2
* stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko2015-01-271-1/+61