summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-131-261/+25
|\
| * PCI: Make local functions staticStephen Hemminger2014-01-131-27/+27
| * PCI: Remove unused ID-Based Ordering supportStephen Hemminger2014-01-101-40/+0
| * PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger2014-01-101-73/+0
| * PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger2014-01-101-123/+0
* | PCI: Add Virtual Channel to save/restore supportAlex Williamson2013-12-171-0/+5
* | PCI: Add support for save/restore of extended capabilitiesAlex Williamson2013-12-171-8/+35
* | PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson2013-12-171-23/+31
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-23/+23
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-11-071-5/+8
|\
| * PCI: Enable upstream bridges even for VFs on virtual busesBjorn Helgaas2013-11-071-5/+8
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-11-061-1/+5
|\ \ | |/
| * PCI: Drop warning about drivers that don't use pci_set_master()Bjorn Helgaas2013-11-051-3/+1
| * PCI: Workaround missing pci_set_master in pci driversYinghai Lu2013-11-051-1/+7
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-10-311-3/+4
|\ \ | |/
| * PCI: Report pci_pme_active() kmalloc failureBjorn Helgaas2013-10-291-3/+4
* | Merge branch 'pci/yijing-mps-v1' into nextBjorn Helgaas2013-10-311-0/+2
|\ \ | |/ |/|
| * PCI: Export pcie_set_mps() and pcie_get_mps()Yijing Wang2013-09-241-0/+2
* | PCI: Drop "setting latency timer" messagesBjorn Helgaas2013-09-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-0/+43
|\
| * PCI: Add function to obtain minimum link width and speedJacob Keller2013-07-311-0/+43
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-281-18/+26
|\ \
| * | PCI: Rename PCIe capability definitions to follow conventionBjorn Helgaas2013-08-271-14/+17
| * | PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=nBjorn Helgaas2013-08-221-4/+9
* | | Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas2013-08-261-3/+0
|\ \ \
| * | | PCI: Remove unnecessary check for pcie_get_mps() failureYijing Wang2013-08-221-3/+0
| | |/ | |/|
* | | Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas2013-08-261-0/+20
|\ \ \
| * | | PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-0/+20
| |/ /
* | | Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas2013-08-151-26/+347
|\ \ \
| * | | PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson2013-08-151-0/+24
| * | | PCI: Tune secondary bus reset timingAlex Williamson2013-08-141-2/+14
| * | | PCI: Wake-up devices before saving config space for resetAlex Williamson2013-08-141-0/+7
| * | | PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson2013-08-141-0/+209
| * | | PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson2013-08-141-17/+38
| * | | PCI: Add slot reset option to pci_dev_reset()Alex Williamson2013-08-141-0/+34
| * | | PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson2013-08-091-9/+23
| |/ /
* | | Merge branch 'pci/vipul-chelsio-reset-v2' into nextBjorn Helgaas2013-08-121-13/+25
|\ \ \
| * | | PCI: Add pci_wait_for_pending_transaction()Casey Leedom2013-08-121-13/+25
| |/ /
* | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-011-1/+1
|\ \ \ | | |/ | |/|
| * | PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang2013-08-011-1/+1
| |/
* | PCI: Differentiate ACS controllable from enabledAlex Williamson2013-07-251-4/+9
* | PCI: Check all ACS features for multifunction downstream portsAlex Williamson2013-07-251-14/+70
|/
* PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-06-181-1/+1
* PCI: Add pcibios_release_device()Sebastian Ott2013-06-041-0/+10
* PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui2013-05-281-1/+1
* Merge branch 'pci/rafael-pm' into nextBjorn Helgaas2013-04-171-11/+6
|\
| * PCI/PM: Make pci_pme_active() ignore devices without PME supportRafael J. Wysocki2013-04-151-3/+2
| * PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki2013-04-151-8/+4
* | PCI: Make local functions/structs staticBjorn Helgaas2013-04-121-4/+4
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+5
OpenPOWER on IntegriCloud