aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds17-256/+128
2012-07-24pci: hotplug: Fix typo in pciMasanari Iida3-3/+3
2012-07-18Merge branch 'pci/yinghai-pciehp-unused' into nextBjorn Helgaas2-105/+0
2012-07-16Merge branch 'pci/julia-return-values' into nextBjorn Helgaas4-16/+40
2012-07-16PCI: hotplug: ensure a consistent return value in error caseJulia Lawall4-16/+40
2012-07-12PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_width()Yinghai Lu2-105/+0
2012-07-11Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas3-11/+3
2012-07-10PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu2-6/+3
2012-07-10PCI: acpiphp: remove unused res_lockYinghai Lu2-5/+0
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2-7/+9
2012-06-20PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas1-4/+9
2012-06-20PCI: shpchp: remove dead codeBjorn Helgaas1-3/+0
2012-06-13PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong1-10/+32
2012-06-13PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong1-0/+1
2012-06-13PCI: sgihp: use generic pci_hp_add_bridge()Yinghai Lu1-9/+5
2012-06-13PCI: ibmhp: use generic pci_hp_add_bridge()Yinghai Lu1-6/+4
2012-06-13PCI: cpqhp: use generic pci_hp_add_bridge()Yinghai Lu1-6/+4
2012-06-13PCI: shpchp: use generic pci_hp_add_bridge()Yinghai Lu1-32/+15
2012-06-13PCI: cpci_hotplug: use generic pci_hp_add_bridge()Yinghai Lu1-31/+6
2012-06-13PCI: pciehp: use generic pci_hp_add_bridge()Yinghai Lu1-26/+2
2012-06-13PCI: sgihp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: ibmhp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: cpqhp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: shpchp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: cpci_hotplug: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu5-15/+15
2012-02-27PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu9-10/+10
2012-02-14PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka1-1/+1
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu1-0/+12
2012-02-14PCI: pciehp: Add Disable/enable link functionsYinghai Lu1-0/+36
2012-02-14PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu1-4/+15
2012-02-14PCI: pciehp: make check_link_active more helpfulYinghai Lu1-5/+12
2012-02-14PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu1-15/+34
2012-02-14PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmapJulia Lawall1-2/+4
2012-02-14PCI: Can continually add funcs after adding func0Amos Kong1-16/+13
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell14-22/+22
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel4-14/+3
2011-12-14PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani1-1/+0
2011-12-13PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki1-17/+12
2011-12-05PCI/ACPI: Make acpiphp ignore root bridges using SHPC native hotplugRafael J. Wysocki1-2/+2
2011-12-05PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige4-13/+2
2011-12-05PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds5-21/+46
2011-11-14PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2-4/+4
2011-11-11PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige1-0/+8
2011-11-11PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2-3/+8
2011-11-07PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu1-9/+2
2011-10-31pci: add module.h to files implicitly relying on its presence.Paul Gortmaker2-0/+2
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1