summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-24Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas8-157/+118
2013-04-24vfio-pci: Use cached MSI/MSI-X capabilitiesBjorn Helgaas1-3/+3
2013-04-24vfio-pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-2/+2
2013-04-23PCI: Remove "extern" from function declarationsBjorn Helgaas1-12/+11
2013-04-23PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-2/+2
2013-04-23PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2-14/+2
2013-04-23PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2-5/+5
2013-04-23PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2-4/+2
2013-04-23PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2-4/+2
2013-04-23PCI: Drop msi_data_reg() macroBjorn Helgaas2-8/+6
2013-04-23PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2-10/+8
2013-04-23PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2-5/+4
2013-04-23PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas1-14/+8
2013-04-23PCI: Clean up MSI/MSI-X capability #definesBjorn Helgaas1-13/+17
2013-04-23PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan1-20/+16
2013-04-23PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan1-13/+11
2013-04-23PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan1-4/+1
2013-04-23PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2-23/+21
2013-04-23PCI: Use u8, not int, for PM capability offsetBjorn Helgaas1-2/+1
2013-04-18[SCSI] megaraid_sas: Use correct #define for MSI-X capabilityBjorn Helgaas2-5/+2
2013-04-17Merge branch 'pci/rafael-pm' into nextBjorn Helgaas1-11/+6
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas28-321/+310
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas17-285/+275
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas3-2/+10
2013-04-17PCI: Remove __must_check from definitionsBjorn Helgaas2-3/+3
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas16-525/+281
2013-04-16PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe2-56/+1
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2-18/+78
2013-04-16PCI: acpiphp: Use normal list to simplify implementationYijing Wang2-15/+12
2013-04-15Merge branch 'pci/misc' into nextBjorn Helgaas11-104/+80
2013-04-15Merge branch 'pci/bjorn-eisa' into nextBjorn Helgaas2-49/+38
2013-04-15EISA: Log device resources in dmesgBjorn Helgaas1-0/+1
2013-04-15EISA: Initialize device before its resourcesBjorn Helgaas1-15/+11
2013-04-15EISA: Mark vendor ID resource as I/O port spaceBjorn Helgaas1-1/+1
2013-04-15EISA: Use dev_printk() when possibleBjorn Helgaas2-38/+30
2013-04-15PCI: Clean up quirk_io_regionYinghai Lu1-85/+45
2013-04-15PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-04-15PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot numberBjorn Helgaas1-1/+1
2013-04-15PCI: Remove unnecessary dependencies between PME and ACPIBjorn Helgaas2-3/+1
2013-04-15[SCSI] mvumi: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe2-3/+2
2013-04-15[SCSI] mvsas: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-3/+3
2013-04-15ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-5/+5
2013-04-15PCI: Define macro for Marvell vendor IDXiangliang Yu1-0/+1
2013-04-15Merge branch 'pci/gabor-get-of-node' into nextBjorn Helgaas2-2/+8
2013-04-15PCI/PM: Make pci_pme_active() ignore devices without PME supportRafael J. Wysocki1-3/+2
2013-04-15PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki1-8/+4
2013-04-15PCI: Remove unused variablesBjorn Helgaas3-16/+5
2013-04-15PCI: Move cpci_hotplug_init() proto to header fileBjorn Helgaas2-8/+9
2013-04-12PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu5-247/+71
2013-04-12PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu3-17/+10