summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang2013-08-011-1/+1
* 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/+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-281-7/+5
* 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/+3
|\ \
| * | PCI: Kill pci_is_reassigndev()Yinghai Lu2013-01-251-14/+3
* | | 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/+1
|\ \ \ | |_|/ |/| |
| * | ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-031-25/+1
| |/
* | PCI: Drop "__" prefix on __pci_enable_device_flags()Bjorn Helgaas2013-01-041-5/+4
* | 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
| |\| |
| * | | Merge branch 'pci/taku-prt-cleanup' into nextBjorn Helgaas2012-11-091-3/+2
| |\ \ \
| | * | | PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-3/+2
| | | |/ | | |/|
| * / | PCI/PM: Add comments for PME poll support for PCIeHuang Ying2012-11-071-9/+19
| |/ /
* | / PCI: Remove __dev* markingsBill Pemberton2012-11-281-2/+2
| |/ |/|
* | PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-051-0/+32
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-1/+1
|\
| * PCI: Fix drivers/pci/pci.c kernel-doc warningsRandy Dunlap2012-08-221-1/+1
* | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-0/+1
|\ \
| * | PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying2012-08-221-0/+1
| |/
* | Merge branch 'pci/bjorn-find-next-ext-cap' into nextBjorn Helgaas2012-08-241-10/+30
|\ \
| * | PCI: Add pci_find_next_ext_capability()Bjorn Helgaas2012-08-221-10/+30
| |/
* | PCI/core: Use PCI Express Capability accessorsJiang Liu2012-08-231-253/+61
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-12/+14
|/
* Merge branch 'pci/rafael-pci_set_power_state-rebase' into nextBjorn Helgaas2012-07-061-1/+18
|\
| * PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki2012-07-051-1/+18
* | Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-0/+12
|\ \
| * | PCI: pull pcibios_setup() up into coreMyron Stowe2012-06-261-0/+12
* | | Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-9/+115
|\ \ \ | | |/ | |/|
| * | PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-9/+105
| * | PCI/PM: add runtime PM support to PCIe portZheng Yan2012-06-231-0/+10
| |/
* | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-221-8/+7
|\ \