Re: [PATCH 0/4] crypto: hisilicon - some updates to adapt Kunpeng930

2021-02-09 Thread Herbert Xu
On Thu, Feb 04, 2021 at 04:59:32PM +0800, Hui Tang wrote:
> 1.Update clusters number for both Kunpeng920 and Kunpeng930.
> 2.Some bugfixs only on Kunpeng920, so added hardware version wrap.
> 3.Fix use of 'dma_map_single'.
> 4.Fix PASID on Kunpeng930.
> 
> Hui Tang (2):
>   crypto: hisilicon/hpre - adapt the number of clusters
>   crypto: hisilicon/hpre - tiny fix
> 
> Weili Qian (2):
>   crypto:hisilicon/qm - fix use of "dma_map_single"
>   crypto:hisilicon - PASID fixed on Kupeng 930
> 
>  drivers/crypto/hisilicon/hpre/hpre.h  |   8 ++-
>  drivers/crypto/hisilicon/hpre/hpre_main.c | 100 
> +++---
>  drivers/crypto/hisilicon/qm.c |  61 +++---
>  drivers/crypto/hisilicon/qm.h |   1 +
>  drivers/crypto/hisilicon/sec2/sec_main.c  |   2 +-
>  drivers/crypto/hisilicon/zip/zip_main.c   |   2 +-
>  6 files changed, 110 insertions(+), 64 deletions(-)

All applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


[PATCH 0/4] crypto: hisilicon - some updates to adapt Kunpeng930

2021-02-04 Thread Hui Tang
1.Update clusters number for both Kunpeng920 and Kunpeng930.
2.Some bugfixs only on Kunpeng920, so added hardware version wrap.
3.Fix use of 'dma_map_single'.
4.Fix PASID on Kunpeng930.

Hui Tang (2):
  crypto: hisilicon/hpre - adapt the number of clusters
  crypto: hisilicon/hpre - tiny fix

Weili Qian (2):
  crypto:hisilicon/qm - fix use of "dma_map_single"
  crypto:hisilicon - PASID fixed on Kupeng 930

 drivers/crypto/hisilicon/hpre/hpre.h  |   8 ++-
 drivers/crypto/hisilicon/hpre/hpre_main.c | 100 +++---
 drivers/crypto/hisilicon/qm.c |  61 +++---
 drivers/crypto/hisilicon/qm.h |   1 +
 drivers/crypto/hisilicon/sec2/sec_main.c  |   2 +-
 drivers/crypto/hisilicon/zip/zip_main.c   |   2 +-
 6 files changed, 110 insertions(+), 64 deletions(-)

--
2.8.1