Re: [PATCH 00/24] crypto: atmel-aes: global rework of the driver

2015-12-23 Thread Herbert Xu
On Thu, Dec 17, 2015 at 05:48:31PM +0100, Cyrille Pitchen wrote: > Hi all, > > this series of patches is a global rework of the Atmel driver. Some > patches improve the performances whereas others fix some bugs like > the counter overflow in CTR mode. > > It also updates some part of the code to

[PATCH 00/24] crypto: atmel-aes: global rework of the driver

2015-12-17 Thread Cyrille Pitchen
Hi all, this series of patches is a global rework of the Atmel driver. Some patches improve the performances whereas others fix some bugs like the counter overflow in CTR mode. It also updates some part of the code to make them more generic. For instance the crypto request queue management suppor