summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-291-7/+3
|\
| * ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-261-7/+3
* | Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki2013-01-291-2/+0
|\ \
| * | ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki2013-01-171-2/+0
* | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-266-67/+77
|\ \ \ | | |/ | |/|
| * | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-192-4/+4
| |/
| * ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-152-3/+3
| * ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-031-8/+36
| * ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-034-32/+30
| * ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-032-10/+12
| * ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-032-19/+5
| * ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-032-5/+1
* | Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-2210-43/+40
|\ \
| * | PCI: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-1/+1
| * | PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-141-0/+3
| * | Merge branch 'pci/yijing-hotplug-workqueues' into for-linusBjorn Helgaas2013-01-147-42/+35
| |\ \
| | * | PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas2013-01-143-16/+18
| | * | PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas2013-01-143-12/+1
| | * | PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas2013-01-131-1/+1
| | * | PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-124-15/+17
| | |/
| * | PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall2013-01-131-0/+1
| |/
* | pci: fix iov.c kernel-doc warningsRandy Dunlap2013-01-101-1/+1
|/
* PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-2/+5
* PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
* PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-134-0/+270
|\
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-303-0/+264
| * s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-301-0/+6
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-1319-131/+479
|\ \
| * \ Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-101-1/+1
| |\ \
| | * | PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas2012-12-101-1/+1
| * | | Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2012-12-073-15/+18
| |\ \ \
| | * | | PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas2012-12-071-5/+6
| | * | | PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas2012-12-071-2/+1
| | * | | PCI: Use standard PCIe Capability Link register field namesBjorn Helgaas2012-12-071-2/+2
| | * | | PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas2012-12-051-6/+9
| * | | | Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas2012-12-063-2/+27
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | PCI: Add support for non-BAR ROMsMatthew Garrett2012-12-051-2/+9
| | * | | PCI: Add pcibios_add_deviceMatthew Garrett2012-12-052-0/+18
| | |/ /
| * | | Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas2012-12-042-27/+42
| |\ \ \
| | * | | PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying2012-12-042-27/+42
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-301-1/+4
| |\ \ \ \
| | * | | | xen-pcifront: Handle backend CLOSED without CLOSINGDavid Vrabel2012-11-301-1/+4
| * | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-282-5/+22
| |\ \ \ \ \ | | |/ / / /
| | * | | | PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2012-11-262-4/+22
| * | | | | Merge branch 'for-linus' into nextBjorn Helgaas2012-11-268-52/+62
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-131-0/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | PCI: Add GPL license for drivers/pci/ioapic moduleAndrew Cooks2012-11-131-0/+2
| * | | | | Merge branch 'pci/don-sriov' into nextBjorn Helgaas2012-11-134-34/+234
| |\ \ \ \ \
| | * | | | | PCI: Remove useless "!dev" testsBjorn Helgaas2012-11-091-7/+7
OpenPOWER on IntegriCloud