Re: [PATCH 5/9] RapidIO: Add default handler for error_stopped state

2010-08-16 Thread Micha Nelissen
Alexandre Bounine wrote: + + if (err_status RIO_PORT_N_ERR_STS_PW_OUT_ES) { + pr_debug(RIO_EM: servicing Output Error-Stopped state\n); + /* +* Send a Link-Request/Input-Status control symbol +*/ + + /* Read from

RE: [PATCH 5/9] RapidIO: Add default handler for error_stopped state

2010-08-16 Thread Bounine, Alexandre
Micha Nelissen wrote: Alexandre Bounine wrote: + + if (err_status RIO_PORT_N_ERR_STS_PW_OUT_ES) { + pr_debug(RIO_EM: servicing Output Error-Stopped state\n); + /* +* Send a Link-Request/Input-Status control symbol +*/ + +

[PATCH 5/9] RapidIO: Add default handler for error_stopped state

2010-08-13 Thread Alexandre Bounine
The default error-stopped state handler provides recovery mechanism as defined by RIO specification. Signed-off-by: Alexandre Bounine alexandre.boun...@idt.com Reviewed-by: Thomas Moll thomas.m...@sysgo.com Cc: Matt Porter mpor...@kernel.crashing.org Cc: Li Yang le...@freescale.com Cc: Kumar Gala