On 2019/12/11 17:31, Herbert Xu wrote: > On Tue, Nov 19, 2019 at 01:42:55PM +0800, Zhou Wang wrote: >> These patches are independent fixes about qm and zip. >> >> Jonathan Cameron (2): >> crypto: hisilicon - Fix issue with wrong number of sg elements after >> dma map >> crypto: hisilicon - Use the offset fields in sqe to avoid need to >> split scatterlists >> >> Zhou Wang (1): >> crypto: hisilicon - Remove useless MODULE macros >> >> drivers/crypto/hisilicon/Kconfig | 1 - >> drivers/crypto/hisilicon/sgl.c | 17 +++--- >> drivers/crypto/hisilicon/zip/zip.h | 4 ++ >> drivers/crypto/hisilicon/zip/zip_crypto.c | 92 ++++++++----------------------- >> 4 files changed, 35 insertions(+), 79 deletions(-) > > All applied. Thanks. Thanks! >