summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2012-09-12Merge branch 'pci/gavin-window-alignment' into nextBjorn Helgaas1-21/+60
2012-09-12PCI: Refactor pbus_size_mem()Gavin Shan1-13/+23
2012-09-12PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan1-9/+6
2012-09-12PCI: Add weak pcibios_window_alignment() interfaceGavin Shan1-0/+32
2012-09-11PCI: Drop bogus default from ARCH_SUPPORTS_MSIJan Beulich1-1/+0
2012-09-11PCI: cpqphp: Remove unreachable pathAlan Cox1-20/+1
2012-09-11Merge branch 'pci/shengzhou-irq' into nextBjorn Helgaas1-4/+11
2012-09-11Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas1-14/+14
2012-09-11Merge branch 'pci/feng-avoid-kmalloc' into nextBjorn Helgaas1-37/+18
2012-09-11PCI: Remove the obsolete no_pci_devices() checkFeng Tang1-9/+0
2012-09-08PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum1-14/+14
2012-09-08PCI: Make pci_error_handlers constStephen Hemminger3-10/+10
2012-09-08PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interruptShengzhou Liu1-4/+11
2012-09-07Merge branch 'pci/bjorn-remove-fakephp' into nextBjorn Helgaas3-190/+1
2012-09-01pci: remove unused .gitignore filePaul Bolle1-4/+0
2012-08-25PCI: Remove bus number resource debug messagesBjorn Helgaas1-5/+0
2012-08-25PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz1-4/+2
2012-08-25PCI: Remove the fakephp driverBjorn Helgaas3-190/+1
2012-08-24PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmallocFeng Tang1-27/+17
2012-08-24Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas5-237/+24
2012-08-24Merge branch 'pci/bjorn-find-next-ext-cap' into nextBjorn Helgaas1-10/+30
2012-08-23PCI: Don't print anything while decoding is disabledBjorn Helgaas1-14/+17
2012-08-23PCI/ASPM: Use PCI Express Capability accessorsJiang Liu1-51/+26
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu2-51/+17
2012-08-23PCI/PME: Use PCI Express Capability accessorsJiang Liu1-17/+6
2012-08-23PCI/pciehp: Use PCI Express Capability accessorsJiang Liu2-13/+5
2012-08-23PCI/portdrv: Use PCI Express Capability accessorsJiang Liu2-18/+6
2012-08-23PCI/hotplug: Use PCI Express Capability accessorsJiang Liu1-15/+5
2012-08-23PCI: Wait for pending transactions to complete before 82599 FLRBjorn Helgaas1-1/+27
2012-08-23PCI/core: Use PCI Express Capability accessorsJiang Liu3-274/+66
2012-08-23PCI: Add accessors for PCI Express CapabilityJiang Liu1-0/+202
2012-08-23PCI: Remove unused field pcie_type from struct pci_devYijing Wang1-1/+0
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang13-57/+61
2012-08-22PCI: Add pci_find_next_ext_capability()Bjorn Helgaas1-10/+30
2012-08-22PCI: Fix drivers/pci/pci.c kernel-doc warningsRandy Dunlap1-1/+1
2012-08-22PCI: Leave normal LIST_POISON in deleted list entriesBjorn Helgaas1-3/+0
2012-08-22PCI: Rename local variables to conventional namesBjorn Helgaas1-7/+7
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas4-125/+0
2012-08-22PCI: Stop and remove devices in one passBjorn Helgaas1-35/+7
2012-08-22PCI: Fold stop and remove helpers into their callersBjorn Helgaas1-33/+20
2012-08-22PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2-11/+8
2012-08-22PCI: Remove pci_stop_and_remove_behind_bridge()Bjorn Helgaas1-25/+0
2012-08-22PCI: Don't export stop_bus_device and remove_bus_device interfacesBjorn Helgaas1-4/+4
2012-08-22PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas1-2/+1
2012-08-22PCI/PM: Fix config reg access for D3cold and bridge suspendingHuang Ying2-0/+51
2012-08-22PCI/PM: Keep parent bridge active when probing deviceHuang Ying1-0/+6
2012-08-22PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying2-0/+6
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-1/+1
2012-08-20PCI: Add pcie_flags_reg to cache PCIe capabilities registerYijing Wang1-1/+2
2012-08-17PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas1-15/+0