aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-26PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski1-2/+5
2012-12-26PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying1-1/+19
2012-12-26PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas1-51/+34
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-0/+270
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds19-131/+479
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds13-159/+121
2012-12-10Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-1/+1
2012-12-10PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas1-1/+1
2012-12-07Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas3-15/+18
2012-12-07PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas1-5/+6
2012-12-07PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas1-2/+1
2012-12-07PCI: Use standard PCIe Capability Link register field namesBjorn Helgaas1-2/+2
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas3-2/+27
2012-12-05PCI: Add support for non-BAR ROMsMatthew Garrett1-2/+9
2012-12-05PCI: Add pcibios_add_deviceMatthew Garrett2-0/+18
2012-12-05PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas1-6/+9
2012-12-04Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas2-27/+42
2012-12-04PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying2-27/+42
2012-11-30Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+4
2012-11-30xen-pcifront: Handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-11-30s390/pci: PCI hotplug support via SCLPJan Glauber3-0/+264
2012-11-30s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber1-0/+6
2012-11-28PCI: Remove __dev* markingsBill Pemberton8-90/+90
2012-11-28PCI: Always build setup-bus when PCI is enabledBill Pemberton1-4/+1
2012-11-28PCI: Move pci_uevent into pci-driver.cBill Pemberton4-40/+33
2012-11-28PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton4-28/+0
2012-11-28Merge branch 'pci/misc' into nextBjorn Helgaas2-5/+22
2012-11-26PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2-4/+22
2012-11-26Merge branch 'for-linus' into nextBjorn Helgaas8-52/+62
2012-11-15ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki1-67/+4
2012-11-15Merge branch 'pm-qos' into acpi-dev-pmRafael J. Wysocki1-1/+7
2012-11-13Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+2
2012-11-13Merge branch 'pci/don-sriov' into nextBjorn Helgaas4-34/+234
2012-11-13PCI: Add GPL license for drivers/pci/ioapic moduleAndrew Cooks1-0/+2
2012-11-09PCI: Remove useless "!dev" testsBjorn Helgaas1-7/+7
2012-11-09PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas3-33/+33
2012-11-09PCI: Provide method to reduce the number of total VFs supportedDonald Dutile3-2/+50
2012-11-09PCI: SRIOV control and status via sysfsDonald Dutile1-0/+127
2012-11-09PCI: Use is_visible() with boot_vga attribute for pci_devYinghai Lu1-11/+10
2012-11-09PCI: Add pci_device_type to pdev's device structYinghai Lu3-0/+26
2012-11-09Merge branch 'pci/taku-prt-cleanup' into nextBjorn Helgaas1-3/+2
2012-11-09Merge branch 'pci/yinghai-for-pci-root-bus-hotplug' into nextBjorn Helgaas3-21/+59
2012-11-07PCI/PM: Add comments for PME poll support for PCIeHuang Ying1-9/+19
2012-11-07PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cardsIan Abbott1-0/+11
2012-11-07PCI: Add workaround for PLX PCI 9050 BAR alignment erratumIan Abbott1-0/+28
2012-11-07PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-11/+8
2012-11-07PCI: Don't touch card regs after runtime suspend D3Dave Airlie1-3/+3
2012-11-07PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi1-3/+2
2012-11-05PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi1-1/+2
2012-11-05PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying4-34/+42