summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-981/+691
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff-1/+1
2018-10-02PCI: pnv_php: Use kmemdup()YueHaibing-2/+1
2018-10-02PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing-2/+0
2018-10-02PCI: pciehp: Implement runtime PM callbacksMika Westerberg-0/+18
2018-10-02PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg-2/+4
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg-0/+30
2018-10-02PCI: Make link active reporting detection genericKeith Busch-26/+2
2018-09-29Update email addressMatthew Wilcox-4/+4
2018-09-26ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg-5/+6
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch-2/+1
2018-09-18PCI: hotplug: Document TODOsLukas Wunner-0/+74
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner-283/+202
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner-289/+63
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner-24/+25
2018-09-18PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner-26/+31
2018-09-18PCI: pciehp: Rename controller struct members for clarityLukas Wunner-39/+39
2018-09-18PCI: pciehp: Unify controller and slot structsLukas Wunner-282/+210
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner-18/+26
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner-47/+18
2018-09-17PCI: pciehp: Drop unnecessary includesLukas Wunner-10/+0
2018-09-17PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner-13/+34
2018-09-17PCI: Simplify disconnected markingLukas Wunner-6/+3
2018-09-11PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch-9/+9
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas-2/+3
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas-0/+2
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas-905/+658
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner-31/+46
2018-07-31PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner-0/+5
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas-1/+1
2018-07-31PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner-0/+21
2018-07-31PCI: pciehp: Resume to D0 on enable/disableLukas Wunner-0/+6
2018-07-31PCI: pciehp: Support interrupts sent from D3hotLukas Wunner-2/+48
2018-07-31PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner-0/+4
2018-07-31PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner-16/+20
2018-07-31PCI: pciehp: Avoid slot access during resetLukas Wunner-7/+14
2018-07-23PCI: pciehp: Always enable occupied slot on probeLukas Wunner-15/+6
2018-07-23PCI: pciehp: Become resilient to missed eventsLukas Wunner-53/+40
2018-07-23PCI: pciehp: Tolerate initially unstable linkLukas Wunner-0/+5
2018-07-23PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner-4/+5
2018-07-23PCI: pciehp: Drop enable/disable lockLukas Wunner-15/+0
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner-60/+93
2018-07-23PCI: pciehp: Track enable/disable statusLukas Wunner-13/+35
2018-07-23PCI: pciehp: Publish to user space last on probeLukas Wunner-5/+15
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner-158/+149
2018-07-23PCI: pciehp: Drop slot workqueueLukas Wunner-17/+2
2018-07-23PCI: pciehp: Handle events synchronouslyLukas Wunner-158/+67
2018-07-23PCI: pciehp: Stop blinking on slot enable failureLukas Wunner-38/+42
2018-07-23PCI: pciehp: Convert to threaded pollingLukas Wunner-37/+34