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

2015-06-19 Thread Herbert Xu
On Fri, Jun 19, 2015 at 10:40:15AM +0200, Gregory CLEMENT wrote: > > For this option you can use the branch mvebu/drivers located at > git://git.infradead.org/linux-mvebu.git. > > In this branch there is the commit "bus: mvebu-mbus: add > mv_mbus_dram_info_nooverlap()" > but not only this one

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

2015-06-19 Thread Gregory CLEMENT
Hi Thomas, Herbert, On 19/06/2015 10:24, Thomas Petazzoni wrote: > Hello Herbert, > > On Fri, 19 Jun 2015 14:42:56 +0800, Herbert Xu wrote: >> On Thu, Jun 18, 2015 at 03:46:20PM +0200, Boris Brezillon wrote: >>> >>> + dram = mv_mbus_dram_info_nooverlap(); >> >> This doesn't compile because it

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

2015-06-19 Thread Thomas Petazzoni
Hello Herbert, On Fri, 19 Jun 2015 14:42:56 +0800, Herbert Xu wrote: > On Thu, Jun 18, 2015 at 03:46:20PM +0200, Boris Brezillon wrote: > > > > + dram = mv_mbus_dram_info_nooverlap(); > > This doesn't compile because it hasn't made it into mainline yet. > I'm afraid this patch-set will have to

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

2015-06-19 Thread Herbert Xu
On Thu, Jun 18, 2015 at 03:46:20PM +0200, Boris Brezillon wrote: > > + dram = mv_mbus_dram_info_nooverlap(); This doesn't compile because it hasn't made it into mainline yet. I'm afraid this patch-set will have to wait until that happens. Cheers, -- Email: Herbert Xu Home Page:

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

2015-06-19 Thread Herbert Xu
On Thu, Jun 18, 2015 at 03:46:20PM +0200, Boris Brezillon wrote: + dram = mv_mbus_dram_info_nooverlap(); This doesn't compile because it hasn't made it into mainline yet. I'm afraid this patch-set will have to wait until that happens. Cheers, -- Email: Herbert Xu

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

2015-06-19 Thread Herbert Xu
On Fri, Jun 19, 2015 at 10:40:15AM +0200, Gregory CLEMENT wrote: For this option you can use the branch mvebu/drivers located at git://git.infradead.org/linux-mvebu.git. In this branch there is the commit bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap() but not only this one because

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

2015-06-19 Thread Thomas Petazzoni
Hello Herbert, On Fri, 19 Jun 2015 14:42:56 +0800, Herbert Xu wrote: On Thu, Jun 18, 2015 at 03:46:20PM +0200, Boris Brezillon wrote: + dram = mv_mbus_dram_info_nooverlap(); This doesn't compile because it hasn't made it into mainline yet. I'm afraid this patch-set will have to wait

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

2015-06-19 Thread Gregory CLEMENT
Hi Thomas, Herbert, On 19/06/2015 10:24, Thomas Petazzoni wrote: Hello Herbert, On Fri, 19 Jun 2015 14:42:56 +0800, Herbert Xu wrote: On Thu, Jun 18, 2015 at 03:46:20PM +0200, Boris Brezillon wrote: + dram = mv_mbus_dram_info_nooverlap(); This doesn't compile because it hasn't made it

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

2015-06-18 Thread Boris Brezillon
The existing mv_cesa driver supports some features of the CESA IP but is quite limited, and reworking it to support new features (like involving the TDMA engine to offload the CPU) is almost impossible. This driver has been rewritten from scratch to take those new features into account. This

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

2015-06-18 Thread Boris Brezillon
The existing mv_cesa driver supports some features of the CESA IP but is quite limited, and reworking it to support new features (like involving the TDMA engine to offload the CPU) is almost impossible. This driver has been rewritten from scratch to take those new features into account. This