Re: [patch] crypto: caam - remove duplicate FIFOST_CONT_MASK define

2014-06-12 Thread Kim Phillips
On Mon, 9 Jun 2014 18:19:41 +0300 Dan Carpenter wrote: > The FIFOST_CONT_MASK define is cut and pasted twice so we can delete the > second instance. > > Signed-off-by: Dan Carpenter Acked-by: Kim Phillips Thanks, Kim -- To unsubscribe from this list: send the line "unsubscribe linux-crypto"

Re: [PATCH] crypto:caam - Modify width of few read only registers

2014-06-12 Thread Kim Phillips
On Thu, 12 Jun 2014 04:56:14 -0500 Gupta Ruchika-R66431 wrote: > > From: Kim Phillips [mailto:kim.phill...@freescale.com] > > Sent: Thursday, June 12, 2014 4:23 AM > > > /* Check to see if QI present. If so, enable */ > > > - ctrlpriv->qi_present = !!(rd_reg64(&topregs->ctrl.perfmon.comp_parms)

Re: [PATCH][v2] crypto: caam - Correct definition of registers in memory map

2014-06-12 Thread Kim Phillips
On Thu, 12 Jun 2014 23:52:06 +0530 Ruchika Gupta wrote: > Some registers like SECVID, CHAVID, CHA Revision Number, > CTPR were defined as 64 bit resgisters. The IP provides > a DWT bit(Double word Transpose) to transpose the two words when > a double word register is accessed. However setting th

[PATCH] crypto: add 4 more test vectors for GHASH

2014-06-12 Thread Ard Biesheuvel
This adds 4 test vectors for GHASH (of which one for chunked mode), making a total of 5. Signed-off-by: Ard Biesheuvel --- crypto/testmgr.h | 49 + 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/crypto/testmgr.h b/crypto/testmgr.h i

[PATCH][v2] crypto: caam - Correct definition of registers in memory map

2014-06-12 Thread Ruchika Gupta
Some registers like SECVID, CHAVID, CHA Revision Number, CTPR were defined as 64 bit resgisters. The IP provides a DWT bit(Double word Transpose) to transpose the two words when a double word register is accessed. However setting this bit would also affect the operation of job descriptors as well

RE: [PATCH] crypto:caam - Modify width of few read only registers

2014-06-12 Thread Ruchika Gupta
Hi Kim > -Original Message- > From: Kim Phillips [mailto:kim.phill...@freescale.com] > Sent: Thursday, June 12, 2014 4:23 AM > To: Gupta Ruchika-R66431 > Cc: linux-crypto@vger.kernel.org; herb...@gondor.apana.org.au > Subject: Re: [PATCH] crypto:caam - Modify width of few read only registe