summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-147-43/+34Star
|\
| * Merge branch 'pci/printk-portdrv'Bjorn Helgaas2019-05-145-42/+28Star
| |\
| | * PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas2019-05-092-3/+1Star
| | * PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionBjorn Helgaas2019-05-091-3/+1Star
| | * PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler2019-05-093-12/+3Star
| | * PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-095-10/+19
| | * PCI: pciehp: Replace pciehp_debug module param with dyndbgFrederick Lawler2019-05-092-13/+6Star
| | * PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas2019-05-091-8/+5Star
| * | PCI: rpaphp: Get/put device node reference during slot alloc/deallocTyrel Datwyler2019-04-101-1/+2
| * | PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler2019-04-101-0/+4
| |/
* / PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-101-0/+4
|/
* Merge branch 'pci/pm'Bjorn Helgaas2019-03-061-2/+15
|\
| * PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg2019-02-151-2/+15
* | Merge branch 'pci/misc'Bjorn Helgaas2019-03-061-0/+2
|\ \
| * | PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang2019-02-021-0/+2
| |/
* | PCI: ibmphp: Turn semaphores into completions or mutexesArnd Bergmann2019-01-303-36/+14Star
* | PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg2019-01-151-1/+1
|/
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-283-4/+4
|\
| * Update email addressMatthew Wilcox2018-09-303-4/+4
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+1
|\ \
| * | powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff2018-10-131-1/+1
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2529-981/+691Star
|\ \ \ | |_|/ |/| |
| * | PCI: pnv_php: Use kmemdup()YueHaibing2018-10-021-2/+1Star
| * | PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing2018-10-021-2/+0Star
| * | PCI: pciehp: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+18
| * | PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg2018-10-021-2/+4
| * | PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-023-0/+30
| * | PCI: Make link active reporting detection genericKeith Busch2018-10-022-26/+2Star
| * | PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-201-2/+1Star
| * | PCI: hotplug: Document TODOsLukas Wunner2018-09-191-0/+74
| * | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1924-283/+202Star
| * | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1920-289/+63Star
| * | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-1912-24/+25
| * | PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner2018-09-191-26/+31
| * | PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-194-39/+39
| * | PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-195-282/+210Star
| * | PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-194-18/+26
| * | PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-174-47/+18Star
| * | PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-175-10/+0Star
| * | PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-173-13/+34
| * | PCI: Simplify disconnected markingLukas Wunner2018-09-171-6/+3Star
* | | ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg2018-09-261-5/+6
|/ /
* / PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
|/
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-2/+3
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-201-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-201-2/+3
* | Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-0/+2
|\ \
| * | PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2018-07-122-0/+4
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-1519-905/+658Star
|\ \
| * | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46