summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pnv_php.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-241-1/+2
* PCI: hotplug: Clean up include filesChristophe Leroy2022-04-051-0/+1
* PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
* pci/hotplug/pnv-php: Wrap warnings in macroFrederic Barrat2020-01-231-23/+28
* pci/hotplug/pnv-php: Relax check when disabling slotFrederic Barrat2020-01-231-1/+7
* pci/hotplug/pnv-php: Register opencapi slotsFrederic Barrat2020-01-231-0/+5
* pci/hotplug/pnv-php: Improve error msg on power state change failureFrederic Barrat2020-01-231-5/+11
* pci/hotplug/pnv-php: Remove erroneous warningFrederic Barrat2020-01-231-6/+0
* pci-hotplug/pnv_php: Add attention indicator supportOliver O'Halloran2019-09-051-1/+13
* pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran2019-09-051-0/+6
* pci-hotplug/pnv_php: Add a reset_slot() callbackOliver O'Halloran2019-09-051-0/+39
* 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
* | PCI: pnv_php: Use kmemdup()YueHaibing2018-10-021-2/+1
* | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-5/+4
* | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-181-6/+18
* | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-181-1/+1
|/
* PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-3/+2
* PCI: pnv_php: Add missing of_node_put()Julia Lawall2018-05-231-2/+6
* PCI/hotplug: ppc: correct a php_slot usage after freeSimon Guo2018-03-131-1/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-5/+1
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-5/+1
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-20/+16
* | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-171-3/+0
|/
* PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-241-2/+2
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-17/+64
|\
| * pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan2017-02-171-8/+14
| * pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan2017-02-171-0/+8
| * pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan2017-02-171-1/+1
| * drivers/pci/hotplug: Mask PDC interrupt if requiredGavin Shan2017-02-151-5/+22
| * drivers/pci/hotplug: Fix initial state for empty slotGavin Shan2017-02-151-2/+14
| * drivers/pci/hotplug: Handle presence detection change properlyGavin Shan2017-02-151-1/+5
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGavin Shan2016-10-041-9/+10
* drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan2016-09-291-0/+214
* drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGavin Shan2016-09-291-28/+28
* PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan2016-07-141-1/+1
* PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan2016-07-141-27/+5
* PCI/hotplug: PowerPC PowerNV PCI hotplug driverGavin Shan2016-06-211-0/+733