summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2008-06-26pciehp: cleanup pcie_poll_cmdKenji Kaneshige1-11/+14
2008-06-26pciehp: fix typo in hpc_release_ctlrKenji Kaneshige1-1/+1
2008-06-26PCI: fixup kdoc blocks for hotplug functionsJesse Barnes1-2/+4
2008-06-13PCI: fixup write combine comment in pci_mmap_resourceJesse Barnes1-1/+0
2008-06-13Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2-23/+63
2008-06-12Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Jesse Barnes3-8/+5
2008-06-12x86: PAT export resource_wc in pci sysfsvenkatesh.pallipadi@intel.com1-22/+62
2008-06-12PCI ACPI: Drop the second argument of platform_pci_choose_stateRafael J. Wysocki3-6/+4
2008-06-12ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell1-2/+1
2008-06-11PCI: ACPI PCI slot detection driverAlex Chiang2-1/+17
2008-06-11PCI: introduce pci_slotAlex Chiang18-282/+402
2008-06-11PCI: construct one fakephp slot per PCI slotAlex Chiang1-55/+29
2008-06-10PCI: unhide the SMBus on the Compaq Deskpro ENKrzysztof Helt1-0/+9
2008-06-10PCIe: fix 'symbol not declared' sparse warningsAlex Chiang2-0/+2
2008-06-10PCI: Unhide the SMBus on the Compaq Evo D510Jean Delvare1-0/+7
2008-06-10PCI: eliminate double kfree in intel-iommu initializationJulia Lawall1-1/+0
2008-06-10pciehp: removes redundant NULL write to slot status registerKenji Kaneshige1-1/+1
2008-06-10pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.cKenji Kaneshige1-1/+1
2008-06-10shpchp: check firmware before taking controlKenji Kaneshige6-90/+104
2008-06-10pciehp: block signals while waiting for command completionKenji Kaneshige1-12/+4
2008-06-10pciehp: evaluate _OSC/OSHP before controller initKenji Kaneshige3-18/+10
2008-06-10pciehp: remove redundant pci_dev initializationKenji Kaneshige1-1/+0
2008-06-10PCI: implement new suspend/resume callbacksRafael J. Wysocki1-46/+346
2008-06-10PCI/MSI: skip calling pci_find_capability from msi_set_mask_bitsHidetoshi Seto1-4/+8
2008-06-10PCI: remove CVS keywordsAdrian Bunk2-4/+0
2008-06-10pci-acpi: formatting cleanups for _OSCKenji Kaneshige1-2/+3
2008-06-10pci-acpi: remove unused variable in __pci_osc_support_setKenji Kaneshige1-11/+4
2008-06-10pci-acpi: add flag to indicate query had been doneKenji Kaneshige1-1/+3
2008-06-10pci-acpi: use local buffer for _OSCKenji Kaneshige1-34/+39
2008-06-10pci-acpi: remove duplicate code for _OSCKenji Kaneshige1-110/+55
2008-06-10PCI: Disable PME during PCI scanZhao Yakui1-0/+44
2008-06-10Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2-38/+86
2008-06-10PCI: Replace deprecated __initcall with device_initcall.Robert P. J. Day1-1/+1
2008-06-10PCI: make {pciehp,shpchp}_slot_with_bus staticAdrian Bunk2-2/+2
2008-05-30PCI: fix rpadlpar pci hotplug driver sysfs usageBenjamin Herrenschmidt1-2/+6
2008-05-28pciehp: add message about pciehp_slot_with_bus optionKenji Kaneshige1-1/+5
2008-05-28pci hotplug core: add check of duplicate slot nameKenji Kaneshige1-1/+6
2008-05-28pciehp: move msleep after power offKenji Kaneshige2-7/+14
2008-05-28pciehp: poll cmd completion if hotplug interrupt is disabledKenji Kaneshige1-4/+38
2008-05-28pciehp: fix slow probingKenji Kaneshige2-7/+36
2008-05-28pciehp: fix NULL dereference in interrupt handlerKenji Kaneshige3-35/+37
2008-05-28shpchp: add message about shpchp_slot_with_bus optionKenji Kaneshige1-0/+4
2008-05-24PCI: use dev_to_node in pci_call_probeYinghai Lu1-1/+1
2008-05-22PCI: don't enable ASPM on devices with mixed PCIe/PCI functionsShaohua Li1-0/+20
2008-05-16Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds1-2/+1
2008-05-13ACPI/PCI: another multiple _OSC memory leak fixKenji Kaneshige1-1/+7
2008-05-13PCI: enable nv_msi_ht_cap_quirk for ALi bridgesBjörn Krombholz1-0/+1
2008-05-13PCI: Make the intel-iommu_wait_op macro work when jiffies are not runningmark gross1-3/+3
2008-05-13ACPI/PCI: handle multiple _OSCKenji Kaneshige1-1/+7
2008-05-13ACPI/PCI: handle multiple _OSCShaohua Li1-29/+66