aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2008-06-25PCI: use dev_printk when possibleGravatar Bjorn Helgaas 6-106/+89
2008-06-25Remove unnecessary 'tmp' variable from pci_hp_register().Gravatar Kenji Kaneshige 1-3/+1
2008-06-25pciehp: remove inline from command related functionsGravatar Kenji Kaneshige 1-2/+2
2008-06-25pciehp: change command polling frequencyGravatar Kenji Kaneshige 1-2/+2
2008-06-25pciehp: cleanup pcie_poll_cmdGravatar Kenji Kaneshige 1-11/+14
2008-06-25pciehp: fix typo in hpc_release_ctlrGravatar Kenji Kaneshige 1-1/+1
2008-06-25PCI: fixup kdoc blocks for hotplug functionsGravatar Jesse Barnes 1-2/+4
2008-06-12Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Jesse Barnes 3-8/+5
2008-06-11PCI ACPI: Drop the second argument of platform_pci_choose_stateGravatar Rafael J. Wysocki 3-6/+4
2008-06-11ACPI PM: acpi_pm_device_sleep_state() cleanupGravatar David Brownell 1-2/+1
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 2-1/+17
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 18-282/+402
2008-06-10PCI: construct one fakephp slot per PCI slotGravatar Alex Chiang 1-55/+29
2008-06-10PCI: unhide the SMBus on the Compaq Deskpro ENGravatar Krzysztof Helt 1-0/+9
2008-06-10PCIe: fix 'symbol not declared' sparse warningsGravatar Alex Chiang 2-0/+2
2008-06-10PCI: Unhide the SMBus on the Compaq Evo D510Gravatar Jean Delvare 1-0/+7
2008-06-10PCI: eliminate double kfree in intel-iommu initializationGravatar Julia Lawall 1-1/+0
2008-06-10pciehp: removes redundant NULL write to slot status registerGravatar Kenji Kaneshige 1-1/+1
2008-06-10pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.cGravatar Kenji Kaneshige 1-1/+1
2008-06-10shpchp: check firmware before taking controlGravatar Kenji Kaneshige 6-90/+104
2008-06-10pciehp: block signals while waiting for command completionGravatar Kenji Kaneshige 1-12/+4
2008-06-10pciehp: evaluate _OSC/OSHP before controller initGravatar Kenji Kaneshige 3-18/+10
2008-06-10pciehp: remove redundant pci_dev initializationGravatar Kenji Kaneshige 1-1/+0
2008-06-10PCI: implement new suspend/resume callbacksGravatar Rafael J. Wysocki 1-46/+346
2008-06-10PCI/MSI: skip calling pci_find_capability from msi_set_mask_bitsGravatar Hidetoshi Seto 1-4/+8
2008-06-10PCI: remove CVS keywordsGravatar Adrian Bunk 2-4/+0
2008-06-10pci-acpi: formatting cleanups for _OSCGravatar Kenji Kaneshige 1-2/+3
2008-06-10pci-acpi: remove unused variable in __pci_osc_support_setGravatar Kenji Kaneshige 1-11/+4
2008-06-10pci-acpi: add flag to indicate query had been doneGravatar Kenji Kaneshige 1-1/+3
2008-06-10pci-acpi: use local buffer for _OSCGravatar Kenji Kaneshige 1-34/+39
2008-06-10pci-acpi: remove duplicate code for _OSCGravatar Kenji Kaneshige 1-110/+55
2008-06-10PCI: Disable PME during PCI scanGravatar Zhao Yakui 1-0/+44
2008-06-10Suspend/Resume bug in PCI layer wrt quirksGravatar Rafael J. Wysocki 2-38/+86
2008-06-10PCI: Replace deprecated __initcall with device_initcall.Gravatar Robert P. J. Day 1-1/+1
2008-06-10PCI: make {pciehp,shpchp}_slot_with_bus staticGravatar Adrian Bunk 2-2/+2
2008-05-30PCI: fix rpadlpar pci hotplug driver sysfs usageGravatar Benjamin Herrenschmidt 1-2/+6
2008-05-27pciehp: add message about pciehp_slot_with_bus optionGravatar Kenji Kaneshige 1-1/+5
2008-05-27pci hotplug core: add check of duplicate slot nameGravatar Kenji Kaneshige 1-1/+6
2008-05-27pciehp: move msleep after power offGravatar Kenji Kaneshige 2-7/+14
2008-05-27pciehp: poll cmd completion if hotplug interrupt is disabledGravatar Kenji Kaneshige 1-4/+38
2008-05-27pciehp: fix slow probingGravatar Kenji Kaneshige 2-7/+36
2008-05-27pciehp: fix NULL dereference in interrupt handlerGravatar Kenji Kaneshige 3-35/+37
2008-05-27shpchp: add message about shpchp_slot_with_bus optionGravatar Kenji Kaneshige 1-0/+4
2008-05-21PCI: don't enable ASPM on devices with mixed PCIe/PCI functionsGravatar Shaohua Li 1-0/+20
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesGravatar Linus Torvalds 1-2/+1
2008-05-13ACPI/PCI: another multiple _OSC memory leak fixGravatar Kenji Kaneshige 1-1/+7
2008-05-13PCI: enable nv_msi_ht_cap_quirk for ALi bridgesGravatar Björn Krombholz 1-0/+1
2008-05-13PCI: Make the intel-iommu_wait_op macro work when jiffies are not runningGravatar mark gross 1-3/+3
2008-05-13ACPI/PCI: handle multiple _OSCGravatar Kenji Kaneshige 1-1/+7
2008-05-13ACPI/PCI: handle multiple _OSCGravatar Shaohua Li 1-29/+66