summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Workaround missing pci_set_master in pci driversYinghai Lu2013-09-281-1/+7
* 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-291-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/+0Star
|\ \ \
| * | | PCI: Remove unnecessary check for pcie_get_mps() failureYijing Wang2013-08-221-3/+0Star
| | |/ | |/|
* | | 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-101-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-051-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/+6Star
|\
| * PCI/PM: Make pci_pme_active() ignore devices without PME supportRafael J. Wysocki2013-04-151-3/+2Star
| * PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki2013-04-151-8/+4Star
* | PCI: Make local functions/structs staticBjorn Helgaas2013-04-121-4/+4
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-7/+5Star
* Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas2013-02-121-2/+5
|\
| * PCI: Use atomic_inc_return() rather than atomic_add_return()Bjorn Helgaas2013-02-121-2/+2
| * PCI: Catch attempts to disable already-disabled devicesKonstantin Khlebnikov2013-02-121-0/+3
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-14/+3Star
|\ \
| * | PCI: Kill pci_is_reassigndev()Yinghai Lu2013-01-251-14/+3Star
* | | Merge branch 'pci/yijing-ari' into nextBjorn Helgaas2013-01-271-7/+14
|\ \ \
| * | | PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang2013-01-251-2/+2
| * | | PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang2013-01-241-5/+12
| | |/ | |/|
* | | Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2013-01-101-25/+1Star
|\ \ \ | |_|/ |/| |
| * | ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-031-25/+1Star
| |/
* | PCI: Drop "__" prefix on __pci_enable_device_flags()Bjorn Helgaas2013-01-041-5/+4Star
* | PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.hBjorn Helgaas2013-01-041-1/+1
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-12/+36
|\
| * Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-061-0/+13
| |\
| | * PCI: Add pcibios_add_deviceMatthew Garrett2012-12-051-0/+13
| * | Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas2012-12-051-0/+2
| |\ \
| | * | PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying2012-12-051-0/+2
| * | | Merge branch 'for-linus' into nextBjorn Helgaas2012-11-261-0/+32
| |\| |