aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds7-43/+34
2019-05-13Merge branch 'pci/printk-portdrv'Bjorn Helgaas5-42/+28
2019-05-09PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas2-3/+1
2019-05-09PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionBjorn Helgaas1-3/+1
2019-05-09PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler3-12/+3
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler5-10/+19
2019-05-09PCI: pciehp: Replace pciehp_debug module param with dyndbgFrederick Lawler2-13/+6
2019-05-09PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas1-8/+5
2019-04-10PCI: rpaphp: Get/put device node reference during slot alloc/deallocTyrel Datwyler1-1/+2
2019-04-10PCI: rpadlpar: Fix leaked device_node references in add/remove pathsTyrel Datwyler1-0/+4
2019-04-10PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko1-0/+4
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas1-2/+15
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas1-0/+2
2019-02-15PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg1-2/+15
2019-02-01PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang1-0/+2
2019-01-29PCI: ibmphp: Turn semaphores into completions or mutexesArnd Bergmann3-36/+14
2019-01-14PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds3-4/+4
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds29-981/+691
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff1-1/+1
2018-10-02PCI: pnv_php: Use kmemdup()YueHaibing1-2/+1
2018-10-02PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing1-2/+0
2018-10-02PCI: pciehp: Implement runtime PM callbacksMika Westerberg1-0/+18
2018-10-02PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg1-2/+4
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg3-0/+30
2018-10-02PCI: Make link active reporting detection genericKeith Busch2-26/+2
2018-09-29Update email addressMatthew Wilcox3-4/+4
2018-09-26ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg1-5/+6
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch1-2/+1
2018-09-18PCI: hotplug: Document TODOsLukas Wunner1-0/+74
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner24-283/+202
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner20-289/+63
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner12-24/+25
2018-09-18PCI: pciehp: Reshuffle controller struct for clarityLukas Wunner1-26/+31
2018-09-18PCI: pciehp: Rename controller struct members for clarityLukas Wunner4-39/+39
2018-09-18PCI: pciehp: Unify controller and slot structsLukas Wunner5-282/+210
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner4-18/+26
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner4-47/+18
2018-09-17PCI: pciehp: Drop unnecessary includesLukas Wunner5-10/+0
2018-09-17PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner3-13/+34
2018-09-17PCI: Simplify disconnected markingLukas Wunner1-6/+3
2018-09-11PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch1-9/+9
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+3
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas1-0/+2
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas19-905/+658
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2-31/+46
2018-07-31PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner1-0/+5
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-1/+1
2018-07-31PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2-0/+21