aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-31PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki1-5/+24
2011-10-14PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava1-15/+94
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer1-1/+3
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-44/+1
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason1-44/+1
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds4-24/+13
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-12/+9
2011-07-22PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2-9/+5
2011-07-22PCI hotplug: cpqphp: use pci_dev->vendorSergei Shtylyov1-2/+3
2011-07-22PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov1-10/+2
2011-07-22PCI hotplug: Rename is_ejectable which also exists in dock.cThomas Renninger1-3/+3
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-12/+9
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-1/+1
2011-05-11PCI hotplug: acpiphp: assume device is in state D0 after powering on a slot.Ian Campbell1-0/+7
2011-05-10PCI: Set PCIE maxpayload for card during hotplug insertionJordan_Hargrave@Dell.com1-0/+45
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-04PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini1-0/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan2-2/+0
2010-12-23PCI hotplug: Fix unexpected driver unregister in pciehp_acpi.cRafael J. Wysocki1-1/+2
2010-11-11PCI hotplug: ibmphp: Add check to prevent reading beyond mapped areaSteven Rostedt1-0/+6
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+2
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-55/+49
2010-10-18shpchp: update workqueue usageTejun Heo4-30/+25