summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
...
* | PCI: ibmphp: Turn semaphores into completions or mutexesArnd Bergmann2019-01-293-36/+14
* | PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg2019-01-141-1/+1
|/
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-283-4/+4
|\
| * Update email addressMatthew Wilcox2018-09-293-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/+691
|\ \ \ | |_|/ |/| |
| * | 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-181-0/+74
| * | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-1824-283/+202
| * | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-1820-289/+63
| * | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-1812-24/+25
| * | PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner2018-09-181-26/+31
| * | PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-184-39/+39
| * | PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-185-282/+210
| * | PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-184-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
* | | 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-191-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-191-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-232-15/+6
| * | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-233-53/+40
| * | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-231-0/+5
| * | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-232-4/+5
| * | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-233-15/+0
| * | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-234-60/+93
| * | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-233-13/+35
| * | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-231-5/+15