summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: pnv_php: Use kmemdup()YueHaibing2018-10-021-2/+1
* PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing2018-10-021-2/+0
* 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/+2
* PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-201-2/+1
* PCI: hotplug: Document TODOsLukas Wunner2018-09-191-0/+74
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1924-283/+202
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1920-289/+63
* 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/+210
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-194-18/+26
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-174-47/+18
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-175-10/+0
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-173-13/+34
* PCI: Simplify disconnected markingLukas Wunner2018-09-171-6/+3
* 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/+658
|\ \
| * | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46
| * | PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
| * | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-312-0/+21
| * | PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
| * | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-312-2/+48
| * | PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
| * | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-313-16/+20
| * | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-313-7/+14
| * | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-242-15/+6
| * | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-243-53/+40
| * | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-241-0/+5
| * | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-242-4/+5
| * | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-243-15/+0
| * | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-244-60/+93
| * | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-243-13/+35
| * | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-241-5/+15
| * | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-2413-158/+149
| * | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-244-17/+2
| * | PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-243-158/+67
| * | PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-242-38/+42
| * | PCI: pciehp: Convert to threaded pollingLukas Wunner2018-07-242-37/+34
| * | PCI: pciehp: Convert to threaded IRQLukas Wunner2018-07-242-32/+41
| * | PCI: pciehp: Document struct slot and struct controllerLukas Wunner2018-07-241-4/+44
| * | PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-243-11/+6