aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pnv_php.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-23pci/hotplug/pnv-php: Wrap warnings in macroGravatar Frederic Barrat 1-23/+28
2020-01-23pci/hotplug/pnv-php: Relax check when disabling slotGravatar Frederic Barrat 1-1/+7
2020-01-23pci/hotplug/pnv-php: Register opencapi slotsGravatar Frederic Barrat 1-0/+5
2020-01-23pci/hotplug/pnv-php: Improve error msg on power state change failureGravatar Frederic Barrat 1-5/+11
2020-01-23pci/hotplug/pnv-php: Remove erroneous warningGravatar Frederic Barrat 1-6/+0
2019-09-05pci-hotplug/pnv_php: Add attention indicator supportGravatar Oliver O'Halloran 1-1/+13
2019-09-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsGravatar Oliver O'Halloran 1-0/+6
2019-09-05pci-hotplug/pnv_php: Add a reset_slot() callbackGravatar Oliver O'Halloran 1-0/+39
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2018-10-13powerpc/eeh: Cleanup eeh_pe_state_mark()Gravatar Sam Bobroff 1-1/+1
2018-10-02PCI: pnv_php: Use kmemdup()Gravatar YueHaibing 1-2/+1
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-5/+4
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-6/+18
2018-09-18PCI: hotplug: Constify hotplug_slot_opsGravatar Lukas Wunner 1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-3/+2
2018-05-23PCI: pnv_php: Add missing of_node_put()Gravatar Julia Lawall 1-2/+6
2018-03-13PCI/hotplug: ppc: correct a php_slot usage after freeGravatar Simon Guo 1-1/+1
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-5/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-5/+1
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-20/+16
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresGravatar Markus Elfring 1-3/+0
2017-08-24PCI: Convert to using %pOF instead of full_name()Gravatar Rob Herring 1-2/+2
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-17/+64
2017-02-17pci/hotplug/pnv-php: Disable MSI and PCI device properlyGravatar Gavin Shan 1-8/+14
2017-02-17pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGravatar Gavin Shan 1-0/+8
2017-02-17pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gravatar Gavin Shan 1-1/+1
2017-02-15drivers/pci/hotplug: Mask PDC interrupt if requiredGravatar Gavin Shan 1-5/+22
2017-02-15drivers/pci/hotplug: Fix initial state for empty slotGravatar Gavin Shan 1-2/+14
2017-02-15drivers/pci/hotplug: Handle presence detection change properlyGravatar Gavin Shan 1-1/+5
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2016-10-04drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGravatar Gavin Shan 1-9/+10
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGravatar Gavin Shan 1-0/+214
2016-09-29drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGravatar Gavin Shan 1-28/+28
2016-07-14PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateGravatar Andrew Donnellan 1-1/+1
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlGravatar Andrew Donnellan 1-27/+5
2016-06-21PCI/hotplug: PowerPC PowerNV PCI hotplug driverGravatar Gavin Shan 1-0/+733