Message ID | 1574142178-76514-1-git-send-email-wangzhou1@hisilicon.com |
---|---|
Headers | show |
Series | crypto: hisilicon - Misc qm/zip fixes | expand |
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. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
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! >