aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/eeh-powernv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/eeh: Use pci_dev_id() to simplify the codeJialin Zhang2023-08-251-2/+1
* powerpc/powernv/pci: Drop VF MPS fixupOliver O'Halloran2022-05-221-18/+0
* powerpc: Add missing headersChristophe Leroy2022-05-081-0/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-051-5/+5
* powerpc/eeh: Clean up PE addressingOliver O'Halloran2020-10-061-13/+3
* powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran2020-10-061-1/+1
* powerpc/powernv: Stop using eeh_ops->init()Oliver O'Halloran2020-10-061-49/+45
* powerpc/eeh: Rework EEH initialisationOliver O'Halloran2020-10-061-2/+2
* powerpc/powernv: Staticify functions without prototypesOliver O'Halloran2020-08-251-2/+2
* powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran2020-07-261-1/+26
* powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran2020-07-261-1/+1
* powerpc/eeh: Remove class code field from edevOliver O'Halloran2020-07-261-3/+2
* powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran2020-07-261-19/+24
* powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config()Oliver O'Halloran2020-07-261-4/+2
* powerpc/eeh: Remove VF config space restorationOliver O'Halloran2020-07-261-14/+6
* powerpc/eeh: Kill off eeh_ops->get_pe_addr()Oliver O'Halloran2020-07-261-13/+0
* powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-16/+14
* powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-251-6/+0
* powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-251-1/+0
* powerpc/powernv/eeh: Fix oops when probing cxl devicesFrederic Barrat2019-10-251-1/+1
* powernv/eeh: Use generic code to handle hot resetsOliver O'Halloran2019-09-051-3/+35
* powerpc/eeh: Remove stale CAPI commentOliver O'Halloran2019-09-051-7/+0
* powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff2019-08-221-12/+5
* powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff2019-08-221-3/+1
* powerpc/eeh: EEH for pSeries hot plugSam Bobroff2019-08-221-12/+27
* powerpc/eeh: Improve debug messages around device additionSam Bobroff2019-08-221-4/+10
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2019-07-131-3/+1
|\
| * powerpc/powernv-eeh: Consisely desribe what this file doesStewart Smith2019-07-031-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_statusAlexey Kardashevskiy2018-12-201-4/+4
* powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff2018-10-131-38/+0
* powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff2018-10-131-4/+4
* powerpc/eeh: Cleanup list_head field namesSam Bobroff2018-10-131-1/+1
* powerpc/eeh: Cleanup EEH_POSTPONED_PROBESam Bobroff2018-10-131-14/+0
* powerpc/eeh: Avoid misleading message "EEH: no capable adapters found"Mauro S. M. Rodrigues2018-07-021-1/+11
* powerpc/eeh: Add eeh_state_active() helperSam Bobroff2018-03-271-7/+2
* powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly2018-01-271-1/+2
* powerpc/eeh: Update VF config space after EEHBryant G. Ly2018-01-271-62/+3
* powerpc/pci: Separate SR-IOV CallsBryant G. Ly2017-12-111-16/+17
* powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt2017-09-261-20/+22
* powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy2017-08-311-4/+5
* powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy2017-08-311-3/+2
* powerpc/eeh: Reduce to one the number of places where edev is allocatedAlexey Kardashevskiy2017-08-311-13/+2
* powerpc/powernv/pci: Dynamically allocate PHB diag dataRussell Currey2017-06-271-5/+11
* powerpc/powernv: Block PCI config access on BCM5718 during EEH recoveryGavin Shan2017-05-041-0/+3
* powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset()Andrew Donnellan2017-05-031-0/+7
* powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey2016-11-221-2/+2
* powerpc/powernv: Use CPU-endian hub diag-data type in pnv_eeh_get_and_dump_hub_diag()Gavin Shan2016-10-041-1/+1
* powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()Gavin Shan2016-10-041-1/+1
* powerpc/powernv: Call opal_pci_poll() if neededGavin Shan2016-09-291-2/+4