aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds36-791/+591
2013-04-24Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2-120/+80
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: 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 Shan1-23/+19
2013-04-17Merge branch 'pci/rafael-pm' into nextBjorn Helgaas1-11/+6
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas23-242/+232
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas12-206/+197
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-17s390/pci: do not modify function handlesSebastian Ott1-5/+4
2013-04-17s390/pci: debug device statesSebastian Ott1-0/+3
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas8-322/+203
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 Helgaas6-93/+69
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-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 Liu4-247/+60
2013-04-12PCI: acpiphp: Convert acpiphp to be builtin only, not modularJiang Liu3-17/+10
2013-04-12PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu1-2/+5
2013-04-12PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slotsJiang Liu1-0/+24
2013-04-12PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2-0/+13
2013-04-12PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2-6/+2
2013-04-12PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu1-7/+0
2013-04-12PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang1-2/+2
2013-04-12PCI: Clean up usages of pci_bus->is_addedJiang Liu2-11/+3
2013-04-12PCI: When removing bus, always remove legacy files & unregisterJiang Liu1-3/+0
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas4-9/+9
2013-04-12PCI: Fix missing prototype for pcie_port_acpi_setup()Andy Shevchenko1-0/+1
2013-04-04PCI: Add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172/E210XXiong Huang1-0/+18
2013-04-03PCI: aer_inject: Fix return values when device not foundPrarit Bhargava1-3/+3
2013-04-03PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki1-13/+0
2013-04-03PCI/ACPI: Always resume devices on ACPI wakeup notificationsRafael J. Wysocki1-7/+8