[PATCH v2] ERA retrieval and printing for SEC device

2012-06-27 Thread Kim Phillips
From: Alex Porosanu This patch adds support for retrieving and printing of SEC ERA information. It is useful for knowing beforehand what features exist from the SEC point of view on a certain SoC. Only era-s 1 to 4 are currently supported; other eras will appear as unknown. Signed-off-by: Alex P

Re: [PATCH] Using alloc_coherent for caam job rings

2012-06-27 Thread Kim Phillips
On Wed, 27 Jun 2012 10:58:32 +0530 Bharat Bhushan wrote: > This resolves the Linux boot crash issue when "swiotlb=force" is set > in bootargs on systems which have memory more than 4G. Acked-by: Kim Phillips Thanks Bharat, Kim -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH] crypto: algapi - Fix hang on crypto allocation

2012-06-27 Thread Herbert Xu
On Wed, Jun 27, 2012 at 01:31:01PM +0200, Steffen Klassert wrote: > git commit 398710379 (crypto: algapi - Move larval completion > into algboss) replaced accidentally a call to complete_all() by > a call to complete(). This causes a hang on crypto allocation > if we have more than one larval waite

[PATCH] crypto: algapi - Fix hang on crypto allocation

2012-06-27 Thread Steffen Klassert
git commit 398710379 (crypto: algapi - Move larval completion into algboss) replaced accidentally a call to complete_all() by a call to complete(). This causes a hang on crypto allocation if we have more than one larval waiter. This pach restores the call to complete_all(). Signed-off-by: Steffen

Re: [PATCH 00/20] crypto: caam - driver updates

2012-06-27 Thread David Miller
From: Herbert Xu Date: Wed, 27 Jun 2012 14:51:44 +0800 > While using the NAPI concept definitely makes sense, I'm still > unsure about using napi_struct directly in crypto code. Dave, > did you have a chance to look at their patch to use NAPI in their > crypto driver? I'll take a look at it tom