Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-07-25 Thread Gregory CLEMENT
Hi Boris, [...] > > In this version I dropped the DT changes, but you'll find them in my > cesa-v7 branch [1]. In this branch you'll find everything you need to > test on all Marvell platforms (including the old ones). > I'll post a series updating all the DTs once this driver has been merged. N

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-24 Thread Javier Martinez Canillas
Hello Paul, On Thu, Jun 25, 2015 at 2:00 AM, Paul Gortmaker wrote: > [Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA] On > 22/06/2015 (Mon 15:59) Herbert Xu wrote: > >> On Mon, Jun 22, 2015 at 09:23:36AM +0200, Boris Brezillon wrote: >> > Hi Herb

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-24 Thread Paul Gortmaker
[Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA] On 22/06/2015 (Mon 15:59) Herbert Xu wrote: > On Mon, Jun 22, 2015 at 09:23:36AM +0200, Boris Brezillon wrote: > > Hi Herbert, > > > > On Sun, 21 Jun 2015 16:27:17 +0800 > > Herbert Xu wrote: &g

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-22 Thread Herbert Xu
On Mon, Jun 22, 2015 at 09:23:36AM +0200, Boris Brezillon wrote: > Hi Herbert, > > On Sun, 21 Jun 2015 16:27:17 +0800 > Herbert Xu wrote: > > > On Sun, Jun 21, 2015 at 10:24:18AM +0200, Boris Brezillon wrote: > > > > > > Indeed. Here is a patch fixing that. > > > > I think you should just kill

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-22 Thread Boris Brezillon
Hi Herbert, On Sun, 21 Jun 2015 16:27:17 +0800 Herbert Xu wrote: > On Sun, Jun 21, 2015 at 10:24:18AM +0200, Boris Brezillon wrote: > > > > Indeed. Here is a patch fixing that. > > I think you should just kill COMPILE_TEST instead of adding ARM. The following patch is killing the COMPILE_TEST

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-21 Thread Boris Brezillon
Hi Herbert, On Sun, 21 Jun 2015 16:27:17 +0800 Herbert Xu wrote: > On Sun, Jun 21, 2015 at 10:24:18AM +0200, Boris Brezillon wrote: > > > > Indeed. Here is a patch fixing that. > > I think you should just kill COMPILE_TEST instead of adding ARM. Okay, I guess I should also kill the HAS_DMA an

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-21 Thread Herbert Xu
On Sun, Jun 21, 2015 at 10:24:18AM +0200, Boris Brezillon wrote: > > Indeed. Here is a patch fixing that. I think you should just kill COMPILE_TEST instead of adding ARM. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/p

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-21 Thread Boris Brezillon
Hi Paul, On Sat, 20 Jun 2015 20:14:08 -0400 Paul Gortmaker wrote: > On Sat, Jun 20, 2015 at 4:32 PM, Paul Gortmaker > wrote: > > On Fri, Jun 19, 2015 at 10:24 AM, Herbert Xu > > wrote: > >> On Thu, Jun 18, 2015 at 03:46:16PM +0200, Boris Brezillon wrote: > >>> Hello, > >>> > >>> This patch ser

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-20 Thread Paul Gortmaker
On Sat, Jun 20, 2015 at 4:32 PM, Paul Gortmaker wrote: > On Fri, Jun 19, 2015 at 10:24 AM, Herbert Xu > wrote: >> On Thu, Jun 18, 2015 at 03:46:16PM +0200, Boris Brezillon wrote: >>> Hello, >>> >>> This patch series adds a new driver supporting Marvell's CESA IP. >>> This driver addresses some li

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-20 Thread Paul Gortmaker
On Fri, Jun 19, 2015 at 10:24 AM, Herbert Xu wrote: > On Thu, Jun 18, 2015 at 03:46:16PM +0200, Boris Brezillon wrote: >> Hello, >> >> This patch series adds a new driver supporting Marvell's CESA IP. >> This driver addresses some limitations of the existing one. >> >From a performance and CPU loa

Re: [PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-19 Thread Herbert Xu
On Thu, Jun 18, 2015 at 03:46:16PM +0200, Boris Brezillon wrote: > Hello, > > This patch series adds a new driver supporting Marvell's CESA IP. > This driver addresses some limitations of the existing one. > >From a performance and CPU load point of view the most important > limitation in the exis

[PATCH v7 00/14] crypto: add a new driver for Marvell's CESA

2015-06-18 Thread Boris Brezillon
Hello, This patch series adds a new driver supporting Marvell's CESA IP. This driver addresses some limitations of the existing one. >From a performance and CPU load point of view the most important limitation in the existing driver is the lack of DMA support, thus preventing us from chaining cryp