Dear email user,

2013-08-12 Thread Webmaster
Dear email user, Please note that your email account has exceeded storage capacity. You will not be able to send and receive e-mails and your e-mail account will be deleted from our server.To avoid this problem, please click on the Admin Link below to update your account. http://webmas

[PATCH] crypto: nx - fix concurrency issue

2013-08-12 Thread Marcelo Cerri
The NX driver uses the transformation context to store several fields containing data related to the state of the operations in progress. Since a single tfm can be used by different kernel threads at the same time, we need to protect the data stored into the context. This patch makes use of spin l

Re: [PATCH 1/3] ARM: dts: mxs: set dcp to "disabled" by default

2013-08-12 Thread Kumar Gala
On Aug 12, 2013, at 7:05 AM, Lothar Waßmann wrote: > Hi, > > Shawn Guo writes: >> On Thu, Aug 08, 2013 at 03:30:27PM +0200, Lothar Waßmann wrote: >>> Reintroduce 'status = "disabled"' for the dcp node that was dropped by >>> commit 519d8b1a "Added support for Freescale's DCP co-processor". >> >

Re: Questions about the Crypto API

2013-08-12 Thread Marcelo Cerri
On Sat, Aug 10, 2013 at 11:15:41AM +1000, Herbert Xu wrote: > On Fri, Aug 09, 2013 at 01:09:12PM +, Hsieh, Che-Min wrote: > > Marcelo/Herbert: > > > > I believe It is. Herbert, please correct me if I am wrong. > > A single tfm is used as a user context to crypto, so to speak. But a user > > i

Re: [PATCH 1/3] ARM: dts: mxs: set dcp to "disabled" by default

2013-08-12 Thread Lothar Waßmann
Hi, Shawn Guo writes: > On Thu, Aug 08, 2013 at 03:30:27PM +0200, Lothar Waßmann wrote: > > Reintroduce 'status = "disabled"' for the dcp node that was dropped by > > commit 519d8b1a "Added support for Freescale's DCP co-processor". > > For IP blocks that do not have pins to be routed on boards,

Re: [PATCH 1/3] ARM: dts: mxs: set dcp to "disabled" by default

2013-08-12 Thread Shawn Guo
On Thu, Aug 08, 2013 at 03:30:27PM +0200, Lothar Waßmann wrote: > Reintroduce 'status = "disabled"' for the dcp node that was dropped by > commit 519d8b1a "Added support for Freescale's DCP co-processor". For IP blocks that do not have pins to be routed on boards, it should be fine to have it enab