summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sbs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-29PCI: exynos: Add I/O access wrappersSeungwon Jeon1-69/+91
2013-08-29PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()Seungwon Jeon1-80/+55
2013-08-29PCI: Remove pcie_cap_has_devctl()Bjorn Helgaas1-6/+1
2013-08-29PCI: Support PCIe Capability Slot registers only for ports with slotsBjorn Helgaas1-3/+3
2013-08-29PCI: Remove PCIe Capability version checksBjorn Helgaas1-6/+3
2013-08-28PCI: Allow PCIe Capability link-related register access for switchesBjorn Helgaas1-2/+6
2013-08-28PCI: Add offsets of PCIe capability registersBjorn Helgaas1-1/+4
2013-08-28PCI: Tidy bitmasks and spacing of PCIe capability definitionsBjorn Helgaas1-45/+45
2013-08-28PCI: Remove obsolete comment reference to pci_pcie_cap2()Bjorn Helgaas1-4/+6
2013-08-28PCI: Clarify PCI_EXP_TYPE_PCI_BRIDGE commentBjorn Helgaas1-2/+2
2013-08-27PCI: Rename PCIe capability definitions to follow conventionBjorn Helgaas3-27/+30
2013-08-26PCI: Warn if unsafe MPS settings detectedYijing Wang1-3/+21
2013-08-26PCI: Fix MPS peer-to-peer DMA comment syntaxJon Mason1-1/+1
2013-08-23PCI: Disable decoding for BAR sizing only when it was actually enabledZoltan Kiss1-3/+8
2013-08-22PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=nBjorn Helgaas1-4/+9
2013-08-22PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionalitySebastian Ott2-0/+47
2013-08-22PCI: Don't restrict MPS for slots below Root PortsYijing Wang1-16/+16
2013-08-22PCI: Simplify MPS test for Downstream PortBjorn Helgaas1-2/+1
2013-08-22PCI: Remove unnecessary check for pcie_get_mps() failureYijing Wang1-3/+0
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas6-26/+14
2013-08-22PCI: Drop "PCI-E" prefix from Max Payload Size messageBjorn Helgaas1-1/+1
2013-08-15PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson2-0/+26
2013-08-14PCI: Remove aer_do_secondary_bus_reset()Alex Williamson3-36/+2
2013-08-14PCI: Tune secondary bus reset timingAlex Williamson1-2/+14
2013-08-14PCI: Wake-up devices before saving config space for resetAlex Williamson1-0/+7
2013-08-14PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson2-0/+211
2013-08-14PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson1-17/+38
2013-08-14PCI: Add slot reset option to pci_dev_reset()Alex Williamson1-0/+34
2013-08-14PCI: pciehp: Add reset_slot() methodAlex Williamson3-0/+44
2013-08-14PCI: Add hotplug_slot_ops.reset_slot()Alex Williamson1-0/+4
2013-08-12PCI: Use pci_wait_for_pending_transaction() instead of for loopCasey Leedom1-16/+2
2013-08-12bnx2x: Use pci_wait_for_pending_transaction() instead of for loopCasey Leedom1-16/+2
2013-08-12PCI: Chelsio quirk: Enable Bus Master during Function-Level ResetCasey Leedom1-0/+79
2013-08-12PCI: Add pci_wait_for_pending_transaction()Casey Leedom2-13/+26
2013-08-12PCI: exynos: Split into Synopsys part and Exynos partJingoo Han6-740/+874
2013-08-12PCI: mvebu: Make Marvell PCIe driver depend on OFThomas Petazzoni1-0/+1
2013-08-10PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson2-9/+24
2013-08-06PCI: mvebu: Convert to use devm_ioremap_resourceTushar Behera1-3/+4
2013-08-06PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas1-5/+2
2013-08-03PCI: Fix types in pbus_size_io()Wei Yang1-3/+4
2013-08-03PCI: Add comments for pbus_size_mem() parametersWei Yang1-0/+2
2013-08-03PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang1-6/+3
2013-08-01PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang1-1/+1
2013-08-01PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann1-7/+10
2013-07-30PCI: Update NumVFs register when disabling SR-IOVYijing Wang1-1/+3
2013-07-26x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zeroethan.zhao1-6/+1
2013-07-25PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu3-2/+3
2013-07-25PCI: Move resource reallocation code to non-__initYinghai Lu1-8/+7
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu13-42/+23
2013-07-25PCI: Assign resources on a per-bus basisYinghai Lu1-37/+25