Re: [PATCH] crypto: caam - Fix job ring discovery in controller driver

2014-02-09 Thread Herbert Xu
On Fri, Feb 07, 2014 at 08:15:32AM +, Horia Geantă wrote: > On 1/24/2014 11:03 AM, Nitesh Lal wrote: > >The SEC Controller driver creates platform devices for it's child job ring > >nodes. > >Currently the driver uses for_each_compatible routine which traverses > >the whole device tree to crea

Re: [PATCH] crypto: caam - Fix job ring discovery in controller driver

2014-02-07 Thread Horia Geantă
On 1/24/2014 11:03 AM, Nitesh Lal wrote: The SEC Controller driver creates platform devices for it's child job ring nodes. Currently the driver uses for_each_compatible routine which traverses the whole device tree to create the job rings for the platform device. The patch changes this to search

RE: [PATCH] crypto: caam - Fix job ring discovery in controller driver

2014-02-06 Thread niteshnarayan...@freescale.com
Hi Herbert, Can you please pick up this patch. Regards Nitesh -Original Message- From: Nitesh Lal [mailto:niteshnarayan...@freescale.com] Sent: Friday, January 24, 2014 2:33 PM To: linux-crypto@vger.kernel.org Cc: Lal Nitesh-B44382 Subject: [PATCH] crypto: caam - Fix job ring discovery

[PATCH] crypto: caam - Fix job ring discovery in controller driver

2014-01-23 Thread Nitesh Lal
The SEC Controller driver creates platform devices for it's child job ring nodes. Currently the driver uses for_each_compatible routine which traverses the whole device tree to create the job rings for the platform device. The patch changes this to search for the compatible property of job ring on