summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-11/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-051-11/+1Star
* | Merge branch 'stmmac-cleanups-for-stmmac_mdio_reset'David S. Miller2019-06-161-1/+0Star
|/
* 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-121-0/+10
* net: stmmac: mark PM functions as __maybe_unusedArnd Bergmann2018-08-141-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/+39Star
* 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/+11Star
* stmmac: pci: split out common_default_data() helperAndy Shevchenko2017-05-081-34/+18Star
* 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-221-0/+3
* net: stmmac: TX and RX queue priority configurationJoao Pinto2017-03-221-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/+0Star
* net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-091-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/+2Star
* 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-221-10/+1Star
* stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood2015-05-221-3/+7
* stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-221-2/+0Star
* stmmac: pci: add MSI support for Intel Quark X1000Kweh, Hock Leong2015-01-281-0/+2
* stmmac: pci: introduce Intel Quark X1000 runtime detectionAndy Shevchenko2015-01-281-1/+61
* stmmac: pci: add support for Intel Quark X1000Kweh, Hock Leong2015-01-281-1/+50
* stmmac: pci: allocate memory resources dynamicallyAndy Shevchenko2014-12-061-24/+31
* stmmac: split to core library and probe driversAndy Shevchenko2014-11-111-1/+3
* stmmac: pci: convert to use dev_* macrosAndy Shevchenko2014-11-061-4/+4
* stmmac: pci: use managed resourcesAndy Shevchenko2014-11-061-33/+10Star
* stmmac: pci: convert to use dev_pm_opsAndy Shevchenko2014-11-061-16/+11Star
* stmmac: pci: use defined constant instead of magic numberAndy Shevchenko2014-11-061-1/+1
* stmmac: pci: set default of the filter binsAndy Shevchenko2014-10-311-0/+7
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: stmmac: Add support for optional reset controlChen-Yu Tsai2014-01-201-2/+2
* stmicro: make local variables staticstephen hemminger2014-01-021-3/+3
* net: stmmac: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-1/+0Star
* stmmac: code tidy-upGiuseppe CAVALLARO2013-04-081-1/+1
* stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov2013-02-031-0/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* stmmac: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-311-1/+0Star