Re: [PATCH] crypto: caam - fix DECO RSR polling

2014-07-23 Thread Herbert Xu
On Tue, Jul 22, 2014 at 04:31:56PM -0500, Kim Phillips wrote: > On Mon, 21 Jul 2014 16:03:21 +0300 > Horia Geanta wrote: > > > RSR (Request Source Register) is not used when > > virtualization is disabled, thus don't poll for Valid bit. > > > > Besides this, if used, timeout has to be reinitiali

RE: [PATCH] crypto: caam - fix DECO RSR polling

2014-07-23 Thread Ruchika Gupta
:- Ruchika Gupta Tested on P4080DS. Ported and tested on LS1 platform also (This platform has the virtualization enabled). Thanks, Ruchika > -Original Message- > From: Horia Geanta [mailto:horia.gea...@freescale.com] > Sent: Monday, July 21, 2014 6:33 PM > To: Herbert Xu; linux-crypt

Re: [PATCH] crypto: caam - fix DECO RSR polling

2014-07-22 Thread Kim Phillips
On Mon, 21 Jul 2014 16:03:21 +0300 Horia Geanta wrote: > RSR (Request Source Register) is not used when > virtualization is disabled, thus don't poll for Valid bit. > > Besides this, if used, timeout has to be reinitialized. > > Signed-off-by: Horia Geanta > --- > Only compile-tested. > Ruchik