summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-2936-791/+591Star
|\
| * Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2013-04-242-120/+80Star
| |\
| | * PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-04-231-2/+2
| | * PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2013-04-232-14/+2Star
| | * PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2013-04-232-5/+5
| | * PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2013-04-232-4/+2Star
| | * PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2013-04-232-4/+2Star
| | * PCI: Drop msi_data_reg() macroBjorn Helgaas2013-04-232-8/+6Star
| | * PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2013-04-232-10/+8Star
| | * PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2013-04-232-5/+4Star
| | * PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas2013-04-231-14/+8Star
| | * PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan2013-04-231-20/+16Star
| | * PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan2013-04-231-13/+11Star
| | * PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan2013-04-231-4/+1Star
| | * PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2013-04-231-23/+19Star
| * | 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
| | |/
| * | Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-1723-242/+232Star
| |\ \
| | * | PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-1712-206/+197Star
| | * | PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas2013-04-173-2/+10
| | * | PCI: Remove __must_check from definitionsBjorn Helgaas2013-04-172-3/+3
| | * | PCI: Remove unused variablesBjorn Helgaas2013-04-153-16/+5Star
| | * | PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2013-04-152-8/+9
| | * | PCI: Make local functions/structs staticBjorn Helgaas2013-04-124-9/+9
| | * | PCI: Fix missing prototype for pcie_port_acpi_setup()Andy Shevchenko2013-04-121-0/+1
| | |/
| * | Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas2013-04-168-322/+203Star
| |\ \
| | * | PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2013-04-162-18/+78
| | * | PCI: acpiphp: Use normal list to simplify implementationYijing Wang2013-04-162-15/+12Star
| | * | PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu2013-04-134-247/+60Star
| | * | PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu2013-04-123-17/+10Star
| | * | PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu2013-04-121-2/+5
| | * | PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slotsJiang Liu2013-04-121-0/+24
| | * | PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2013-04-122-0/+13
| | * | PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2013-04-122-6/+2Star
| | * | PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu2013-04-121-7/+0Star
| | * | PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang2013-04-121-2/+2
| | * | PCI: Clean up usages of pci_bus->is_addedJiang Liu2013-04-122-11/+3Star
| | * | PCI: When removing bus, always remove legacy files & unregisterJiang Liu2013-04-121-3/+0Star
| | |/
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2013-04-156-93/+69Star
| |\ \
| | * | PCI: Clean up quirk_io_regionYinghai Lu2013-04-151-85/+45Star
| | * | PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-04-151-1/+1
| | * | PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot numberBjorn Helgaas2013-04-151-1/+1
| | * | PCI: Remove unnecessary dependencies between PME and ACPIBjorn Helgaas2013-04-152-3/+1Star
| | * | PCI: Add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172/E210XXiong Huang2013-04-041-0/+18
| | * | PCI: aer_inject: Fix return values when device not foundPrarit Bhargava2013-04-041-3/+3
| | |/
| * / PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-261-3/+1Star
| |/
* | s390/pci: do not modify function handlesSebastian Ott2013-04-171-5/+4Star
* | s390/pci: debug device statesSebastian Ott2013-04-171-0/+3
* | PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0Star