Re: [PATCH v3 1/2] i.MX27: Add clock support for SAHARA2.

2013-03-04 Thread javier Martin
Hi Sascha, On 4 March 2013 08:53, Sascha Hauer wrote: > On Fri, Mar 01, 2013 at 12:37:52PM +0100, Javier Martin wrote: >> >> Signed-off-by: Javier Martin >> --- >> arch/arm/mach-imx/clk-imx27.c |2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm/mach-imx/clk-imx27.c b/arch

Re: [PATCH] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-03-04 Thread Greg KH
On Mon, Mar 04, 2013 at 10:44:57AM -0600, Kent Yoder wrote: > Fixes a race on driver init with registering algorithms where the > driver status flag wasn't being set before self testing started. > > Added the cra_alignmask field for CBC and ECB modes. > > Fixed a bug in GCM where AES block

[PATCH] drivers/crypto/nx: fix init race, alignmasks and GCM bug

2013-03-04 Thread Kent Yoder
Fixes a race on driver init with registering algorithms where the driver status flag wasn't being set before self testing started. Added the cra_alignmask field for CBC and ECB modes. Fixed a bug in GCM where AES block size was being used instead of authsize. Signed-off-by: Kent Yoder ---

[PATCH 2/2] crypto: omap-sham: Use module_platform_driver macro

2013-03-04 Thread Sachin Kamat
module_platform_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Sachin Kamat --- drivers/crypto/omap-sham.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c index 3d1611f.

[PATCH 1/2] crypto: omap-aes: Use module_platform_driver macro

2013-03-04 Thread Sachin Kamat
module_platform_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Sachin Kamat --- drivers/crypto/omap-aes.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/crypto/omap-aes.c b/drivers/crypto/omap-aes.c index 6aa425f..bd