mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
93b772b25f
Currently, in the event of a fatal hardware error, the driver tries a recovery procedure that calls pci_reset_function() to reset the card. This is not sufficient in some cases, needing a fundamental reset to bring the card back. This patch implements a call to the platform fundamental reset procedure on the error recovery path if GENWQE_PLATFORM_ERROR_RECOVERY is enabled. This is implemented by default only on PPC64, since this can cause problems on other archs, e.g. zSeries, where the platform has its own recovery procedures, leading to a potencial race conditition. For these cases, the recovery is kept as it was before. Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com> Acked-by: Frank Haverkamp <haver@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
card_base.c | ||
card_base.h | ||
card_ddcb.c | ||
card_ddcb.h | ||
card_debugfs.c | ||
card_dev.c | ||
card_sysfs.c | ||
card_utils.c | ||
genwqe_driver.h | ||
Kconfig | ||
Makefile |