Re: [PATCHv2 1/2] crypto: updates omap sham device related platform code

2010-03-31 Thread Dmitry Kasatkin
On 30/03/10 12:41, ext Paul Walmsley wrote: Hi Dmitry, a few comments: On Thu, 25 Mar 2010, Dmitry Kasatkin wrote: - registration - clocks Signed-off-by: Dmitry Kasatkin --- arch/arm/mach-omap2/clock2420_data.c |2 +- arch/arm/mach-omap2/clock2430_data.c |2 +-

Re: Fixing gave up waiting for init of module libcrc32c.

2010-03-31 Thread Rusty Russell
On Thu, 1 Apr 2010 05:33:51 am Brandon Philips wrote: > On 09:36 Tue 30 Mar 2010, Rusty Russell wrote: > > The real fix here is to drop the lock, like Brandon suggested, but > > we need to do it more carefully: when we re-acquire the lock we need > > to re-lookup the symbol in case the module has v

Re: Fixing gave up waiting for init of module libcrc32c.

2010-03-31 Thread Brandon Philips
On 09:36 Tue 30 Mar 2010, Rusty Russell wrote: > The real fix here is to drop the lock, like Brandon suggested, but > we need to do it more carefully: when we re-acquire the lock we need > to re-lookup the symbol in case the module has vanished or changed. > > Brandon, I can't see how libcrc32c's

cra_priority usage

2010-03-31 Thread Nicolas, Mario
Hi, I have written a module that implements GCM algorithm for LKCF (by calling dedicated hardware). I would like to understand how the priority mechanism works in order to be sure that my module will be selected when I need to. At the moment it seems it is always used, which is great but I'd