summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pnv_php.c
AgeCommit message (Expand)AuthorLines
2024-07-04pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar-2/+1
2023-10-24PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen-1/+2
2022-04-05PCI: hotplug: Clean up include filesChristophe Leroy-0/+1
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede-1/+1
2020-01-23pci/hotplug/pnv-php: Wrap warnings in macroFrederic Barrat-23/+28
2020-01-23pci/hotplug/pnv-php: Relax check when disabling slotFrederic Barrat-1/+7
2020-01-23pci/hotplug/pnv-php: Register opencapi slotsFrederic Barrat-0/+5
2020-01-23pci/hotplug/pnv-php: Improve error msg on power state change failureFrederic Barrat-5/+11
2020-01-23pci/hotplug/pnv-php: Remove erroneous warningFrederic Barrat-6/+0
2019-09-05pci-hotplug/pnv_php: Add attention indicator supportOliver O'Halloran-1/+13
2019-09-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran-0/+6
2019-09-05pci-hotplug/pnv_php: Add a reset_slot() callbackOliver O'Halloran-0/+39
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-13powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff-1/+1
2018-10-02PCI: pnv_php: Use kmemdup()YueHaibing-2/+1
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner-5/+4
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner-6/+18
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner-3/+2
2018-05-23PCI: pnv_php: Add missing of_node_put()Julia Lawall-2/+6
2018-03-13PCI/hotplug: ppc: correct a php_slot usage after freeSimon Guo-1/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas-5/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas-5/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler-20/+16
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring-3/+0
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring-2/+2
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-17/+64
2017-02-17pci/hotplug/pnv-php: Disable MSI and PCI device properlyGavin Shan-8/+14
2017-02-17pci/hotplug/pnv-php: Disable surprise hotplug capability on conflictsGavin Shan-0/+8
2017-02-17pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()Gavin Shan-1/+1
2017-02-15drivers/pci/hotplug: Mask PDC interrupt if requiredGavin Shan-5/+22
2017-02-15drivers/pci/hotplug: Fix initial state for empty slotGavin Shan-2/+14
2017-02-15drivers/pci/hotplug: Handle presence detection change properlyGavin Shan-1/+5
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra-1/+1
2016-10-04drivers/pci/hotplug: Use of_property_read_u32() in powernv driverGavin Shan-9/+10
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan-0/+214
2016-09-29drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGavin Shan-28/+28
2016-07-14PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan-1/+1
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan-27/+5
2016-06-21PCI/hotplug: PowerPC PowerNV PCI hotplug driverGavin Shan-0/+733