Re: [PATCH 0/8] update mediatek crypto driver

2017-01-23 Thread Herbert Xu
On Fri, Jan 20, 2017 at 01:41:07PM +0800, Ryder Lee wrote: > Hi, > > This series of patches is a global rework of the mtk driver. > Fix bug - incomplete DMA data transfer when SG buffer dst.len != src.len > > It also updates some part of the code to make them more generic. For > instance the cryp

[PATCH 0/8] update mediatek crypto driver

2017-01-19 Thread Ryder Lee
Hi, This series of patches is a global rework of the mtk driver. Fix bug - incomplete DMA data transfer when SG buffer dst.len != src.len It also updates some part of the code to make them more generic. For instance the crypto request queue management supports both async block cipher and AEAD req