aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+9
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds6-53/+29
2016-12-12Merge branch 'pci/pm' into nextBjorn Helgaas2-30/+7
2016-12-12Merge branch 'pci/misc' into nextBjorn Helgaas2-12/+7
2016-12-12PCI: pciehp: Remove loading messageBjorn Helgaas1-5/+4
2016-12-12PCI: hotplug: Remove hotplug core messageBjorn Helgaas1-7/+3
2016-12-08PCI: pciehp: Leave power indicator on when enabling already-enabled slotAshok Raj1-1/+1
2016-12-07PCI: pciehp: Prioritize data-link event over presence detectAshok Raj1-9/+12
2016-11-23PCI: cpqphp: Add missing call to pci_disable_device()Quentin Lambert1-1/+2
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner1-0/+6
2016-11-17ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() publicLukas Wunner1-27/+1
2016-11-17ACPI / hotplug / PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner1-4/+1
2016-11-14powerpc/pci/rpadlpar: Fix device reference leaksJohan Hovold1-1/+9
2016-10-31s390: hotplug: make pci_hpc explicitly non-modularPaul Gortmaker1-5/+2
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-34/+249
2016-10-04drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGavin Shan1-9/+10
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas4-95/+116
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan1-0/+214
2016-09-29drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGavin Shan1-28/+28
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch3-0/+33
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas1-8/+1
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2-35/+33
2016-09-14PCI: pciehp: Remove unnecessary guardBjorn Helgaas1-3/+0
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel1-16/+2
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel1-2/+5
2016-09-14PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel1-26/+32
2016-09-14PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas1-1/+1
2016-09-12PCI: pciehp: Rename pcie_isr() locals for clarityBjorn Helgaas1-21/+25
2016-08-24PCI: pciehp: Make explicitly non-modularPaul Gortmaker1-15/+5
2016-08-24PCI: hotplug: Make core explicitly non-modularPaul Gortmaker3-24/+6
2016-08-22PCI: pciehp: Clear attention LED on device addKeith Busch1-0/+1
2016-08-04ACPI / hotplug / PCI: Runtime resume bridges before bus rescansRafael J. Wysocki1-0/+6
2016-08-03Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"Linus Torvalds1-4/+0
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-0/+8
2016-07-20PCI: rpaphp: Fix slot registration for multiple slots under a PHBTyrel Datwyler1-5/+12
2016-07-14PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan1-1/+1
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan1-27/+5
2016-06-21PCI/hotplug: PowerPC PowerNV PCI hotplug driverGavin Shan3-0/+749
2016-06-20PCI: pciehp: Ignore interrupts during D3coldLukas Wunner1-0/+4
2016-06-13ACPI / hotplug / PCI: Runtime resume bridge before rescanMika Westerberg1-0/+4
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-8/+8
2016-05-11powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan2-4/+4
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan3-4/+4
2016-04-15PCI: acpiphp_ibm: Avoid uninitialized variable referenceDan Carpenter1-0/+2
2016-02-23s390/pci: remove pdev pointer from arch dataSebastian Ott1-2/+6
2016-01-29Merge branches 'acpi-video' and 'acpi-hotplug'Rafael J. Wysocki1-1/+3
2016-01-24ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Insu Yun1-1/+3
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas35-1394/+1394
2016-01-15Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas11-94/+60