Re: [PATCH v2 2/7] crypto: add new driver for Marvell CESA

2015-05-07 Thread Boris Brezillon
Hi Herbert, On Thu, 7 May 2015 11:01:00 +0800 Herbert Xu wrote: > On Mon, May 04, 2015 at 02:27:01PM +0200, Boris Brezillon wrote: > > 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

Re: [PATCH v2 2/7] crypto: add new driver for Marvell CESA

2015-05-06 Thread Herbert Xu
On Mon, May 04, 2015 at 02:27:01PM +0200, Boris Brezillon wrote: > 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 re

Re: [PATCH v2 2/7] crypto: add new driver for Marvell CESA

2015-05-04 Thread Boris Brezillon
On Mon, 4 May 2015 14:27:01 +0200 Boris Brezillon wrote: [...] > + > +#include "cesa.h" > + > +static int allhwsupport = !IS_ENABLED(CRYPTO_DEV_MV_CESA); s/CRYPTO_DEV_MV_CESA/CONFIG_CRYPTO_DEV_MV_CESA/ -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-elec

[PATCH v2 2/7] crypto: add new driver for Marvell CESA

2015-05-04 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 new d