aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds35-1191/+1221
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+22
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-8/+8
2009-09-14PCI hotplug: clean up acpi_run_hpp()Bjorn Helgaas1-62/+22
2009-09-14PCI hotplug: acpiphp: use generic pci_configure_slot()Bjorn Helgaas2-84/+6
2009-09-14PCI hotplug: shpchp: use generic pci_configure_slot()Bjorn Helgaas2-68/+1
2009-09-14PCI hotplug: pciehp: use generic pci_configure_slot()Bjorn Helgaas2-138/+1
2009-09-14PCI hotplug: add pci_configure_slot()Bjorn Helgaas2-1/+188
2009-09-14PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceBjorn Helgaas4-17/+12
2009-09-14PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridgeBjorn Helgaas2-34/+27
2009-09-14PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluationBjorn Helgaas1-3/+0
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki3-9/+8
2009-09-14PCI PM: Return error codes from pci_pm_resume()Rafael J. Wysocki1-1/+1
2009-09-14PCI: use dev_printk in quirk messagesBjorn Helgaas1-15/+12
2009-09-14PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset()Rafael J. Wysocki1-0/+1
2009-09-14PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleAlex Chiang3-31/+21
2009-09-14PCI Hotplug: acpiphp: find bridges the easy wayAlex Chiang1-60/+21
2009-09-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+3
2009-09-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+3
2009-09-11PCI: pcie portdrv: remove unused variableJesse Barnes1-1/+0
2009-09-11ahci: Add AMD SB900 SATA/IDE controller device IDsShane Huang1-1/+3
2009-09-09PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI supportRafael J. Wysocki1-2/+24
2009-09-09PCI PM: Introduce device flag wakeup_preparedRafael J. Wysocki1-0/+8
2009-09-09PCI / ACPI PM: Rework some debug messagesRafael J. Wysocki1-11/+2
2009-09-09PCI PM: Simplify PCI wake-up codeRafael J. Wysocki2-14/+21
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman3-5/+45
2009-09-09PCI: Simplify hotplug mch quirk.Eric W. Biederman5-19/+2
2009-09-09PCI: pcie, aer: report all error before recoveryHidetoshi Seto2-13/+18
2009-09-09PCI: pcie, aer: change error print formatHidetoshi Seto3-32/+39
2009-09-09PCI: pcie, aer: flags to bitsHidetoshi Seto3-17/+20
2009-09-09PCI: pcie, aer: remove unused macrosHidetoshi Seto1-3/+0
2009-09-09PCI: pcie, aer: report multiple/first error on a deviceHidetoshi Seto3-5/+10
2009-09-09PCI: pcie, aer: refer mask state in mask register properlyHidetoshi Seto3-21/+17
2009-09-09PCI: pcie, aer: remove spinlock in aerdrv_errprint.cHidetoshi Seto1-20/+8
2009-09-09PCI: pcie, aer: fix report of multiple errorsHidetoshi Seto1-11/+8
2009-09-09PCI: pcie, aer: init struct aer_err_info for reuseHidetoshi Seto1-0/+3
2009-09-09PCI: pcie, aer: rework MASK macros in aerdrv_errprint.cHidetoshi Seto1-25/+21
2009-09-09PCI: pcie, aer: AER_PR for printing in aerdrv_errprint.cHidetoshi Seto1-19/+15
2009-09-09PCI: pcie, aer: checkpatch style cleanup in pcie/aer/*Hidetoshi Seto5-71/+62
2009-09-09PCI: pci-stub: add pci_stub.ids parameterTejun Heo1-1/+44
2009-09-09PCI: separate out pci_add_dynid()Tejun Heo1-45/+74
2009-09-09PCI hotplug: add support for 5.0G link speedKenji Kaneshige2-2/+9
2009-09-09PCI hotplug: fix typo in pcie link speed infoKenji Kaneshige1-1/+1
2009-09-09PCI ASPM: support per direction l0s managementKenji Kaneshige1-63/+107
2009-09-09PCI ASPM: support partial aspm enablementKenji Kaneshige1-164/+47
2009-09-09PCI ASPM: introduce capable flagKenji Kaneshige1-31/+86
2009-09-09PCI ASPM: introduce disable flagKenji Kaneshige1-17/+24
2009-09-09PCI ASPM: fix possible null pointer dereferenceKenji Kaneshige1-8/+9
2009-09-09PCI ASPM: remove redundant list checkKenji Kaneshige1-3/+0
2009-09-09PCI ASPM: do not clear enabled field by support fieldKenji Kaneshige1-3/+3