linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1] crypto-caam: added entry for P5040 in SEC-VID to SEC-ERA mapping table.
@ 2012-09-17  7:33 Vakul Garg
  2012-09-18  9:18 ` Horia Geanta
  0 siblings, 1 reply; 2+ messages in thread
From: Vakul Garg @ 2012-09-17  7:33 UTC (permalink / raw)
  To: linux-crypto; +Cc: Vakul Garg

On P5040, SEC-ERA does not print correctly. This is because SEC-VID to SEC-ERA
mapping table does not contain information for P5040. This patch adds this
information.

Signed-off-by: Vakul Garg <vakul@freescale.com>
---
Please ignore my previous patch which contained internal release prefixes.

 drivers/crypto/caam/ctrl.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c
index 414ba20..97ebf55 100644
--- a/drivers/crypto/caam/ctrl.c
+++ b/drivers/crypto/caam/ctrl.c
@@ -176,7 +176,8 @@ int caam_get_era(u64 caam_id)
 		{0x0A14, 1, 3},
 		{0x0A14, 2, 4},
 		{0x0A16, 1, 4},
-		{0x0A11, 1, 4}
+		{0x0A11, 1, 4},
+		{0x0A13, 1, 5}
 	};
 	int i;
 
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-18  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17  7:33 [PATCHv1] crypto-caam: added entry for P5040 in SEC-VID to SEC-ERA mapping table Vakul Garg
2012-09-18  9:18 ` Horia Geanta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).