diff options
author | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2014-07-24 11:47:05 +0530 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-07-25 14:10:51 +1000 |
commit | cf9dfca958188444079d2de9a26f80f2c4e97051 (patch) | |
tree | 07630c72237f1964d00cedade154765c55090c5a /include/psi.h | |
parent | cad0d16e236bcbf457406023d5df4da8d55b778f (diff) | |
download | skiboot-cf9dfca958188444079d2de9a26f80f2c4e97051.zip skiboot-cf9dfca958188444079d2de9a26f80f2c4e97051.tar.gz skiboot-cf9dfca958188444079d2de9a26f80f2c4e97051.tar.bz2 |
FSP/PSI: Drive FSP reset on HIR
Currently, we drive the link down when doing a host initated reset.
We should ideally reset the FSP and let it bring the link down.
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/psi.h')
-rw-r--r-- | include/psi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/psi.h b/include/psi.h index 62232dc..08407d9 100644 --- a/include/psi.h +++ b/include/psi.h @@ -214,6 +214,7 @@ extern void psi_init(void); extern struct psi *psi_find_link(uint32_t chip_id); extern void psi_init_for_fsp(struct psi *psi); extern void psi_disable_link(struct psi *psi); +extern void psi_reset_fsp(struct psi *psi); extern bool psi_check_link_active(struct psi *psi); extern bool psi_poll_fsp_interrupt(struct psi *psi); |