aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/eeh_pseries.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman1-1/+1
2022-05-22powerpc/eeh: Drop redundant spinlock initializationHaowen Bai1-2/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-05-04powerpc/eeh: Remove unused inline functionsYueHaibing1-1/+3
2021-10-07pseries/eeh: Fix the kdump kernel crash during eeh_pseries_initMahesh Salgaonkar1-0/+4
2021-01-30powerpc/pseries/eeh: Make pseries_send_allow_unfreeze() staticCédric Le Goater1-2/+1
2021-01-30powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() staticCédric Le Goater1-1/+1
2020-10-07powerpc/pseries/eeh: Fix use of uninitialised variableOliver O'Halloran1-5/+4
2020-10-06powerpc/eeh: Clean up PE addressingOliver O'Halloran1-36/+6
2020-10-06powerpc/pseries/eeh: Allow zero to be a valid PE configuration addressOliver O'Halloran1-16/+22
2020-10-06powerpc/pseries/eeh: Rework device EEH PE determinationOliver O'Halloran1-35/+22
2020-10-06powerpc/pseries/eeh: Clean up pe_config_addr lookupsOliver O'Halloran1-69/+11
2020-10-06powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran1-1/+1
2020-10-06powerpc/pseries: Stop using eeh_ops->init()Oliver O'Halloran1-84/+71
2020-10-06powerpc/eeh: Rework EEH initialisationOliver O'Halloran1-3/+2
2020-09-08powerpc/pseries/eeh: Fix dumb linebreaksOliver O'Halloran1-8/+4
2020-07-26powerpc/eeh: Move PE tree setup into the platformOliver O'Halloran1-10/+57
2020-07-26powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe()Oliver O'Halloran1-4/+4
2020-07-26powerpc/eeh: Remove class code field from edevOliver O'Halloran1-2/+1
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()Oliver O'Halloran1-6/+10
2020-07-26powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()Oliver O'Halloran1-3/+1
2020-07-26powerpc/eeh: Remove VF config space restorationOliver O'Halloran1-25/+1
2020-07-26powerpc/eeh: Kill off eeh_ops->get_pe_addr()Oliver O'Halloran1-11/+11
2020-07-26powerpc/pseries: Stop using pdn->pe_numberOliver O'Halloran1-6/+4
2020-07-23powerpc/pseries: PCIE PHB resetWen Xiong1-63/+169
2020-05-18powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff1-1/+7
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran1-1/+22
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran1-14/+51
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran1-2/+1
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff1-14/+7
2019-08-22powerpc/eeh: EEH for pSeries hot plugSam Bobroff1-28/+26
2019-08-22powerpc/eeh: Improve debug messages around device additionSam Bobroff1-6/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-13powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff1-62/+4
2018-01-27powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly1-1/+95
2018-01-27powerpc/pseries: Set eeh_pe of EEH_PE_VF typeBryant G. Ly1-0/+18
2018-01-27powerpc/eeh: Update VF config space after EEHBryant G. Ly1-1/+25
2017-12-11powerpc/pseries: Add pseries SR-IOV Machine dependent callsBryant G. Ly1-0/+24
2017-08-31powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy1-2/+0
2017-08-31powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy1-1/+1
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-4/+4
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-05-30powerpc/pseries/eeh: Refactor the configure_bridge RTAS tokensRussell Currey1-16/+12
2016-05-30powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridgeRussell Currey1-15/+36
2015-10-21powerpc/pseries: Cleanup on pseries_eeh_get_state()Gavin Shan1-34/+26
2015-05-13powerpc/eeh: fix comment for wait_state()Wei Yang1-1/+1
2015-03-24powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan1-12/+4
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan1-51/+31
2014-09-30powerpc/pseries: Decrease message level on EEH initializationGavin Shan1-25/+10
2014-09-30powerpc/eeh: Introduce eeh_ops::err_injectGavin Shan1-0/+1