All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] crypto: hisilicon/qm - misc fixes
@ 2021-02-05 10:12 Weili Qian
  2021-02-05 10:12 ` [PATCH 1/6] crypto: hisilicon/qm - removing driver after reset Weili Qian
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Weili Qian @ 2021-02-05 10:12 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-kernel, linux-crypto, xuzaibo, wangzhou1

This patchset fixes some bugs:
1. Removing the waiting reset's completion logic of driver.
2. In order to prevent request missing,
   call user's callback before device resetting.
3. Fix the value of 'QM_SQC_VFT_BASE_MASK_V2'.
4. Update irqflag.
5. Do not reset when CE error occurs.
6. Fix printing format issue. 

Sihang Chen (1):
  crypto: hisilicon/qm - update irqflag

Weili Qian (5):
  crypto: hisilicon/qm - removing driver after reset
  crypto: hisilicon/qm - fix request missing error
  crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'
  crypto: hisilicon/qm - do not reset hardware when CE happens
  crypto: hisilicon/qm - fix printing format issue

 drivers/crypto/hisilicon/hpre/hpre_main.c |   3 +-
 drivers/crypto/hisilicon/qm.c             | 124 +++++++++++++++++++++---------
 drivers/crypto/hisilicon/qm.h             |   5 +-
 drivers/crypto/hisilicon/sec2/sec_main.c  |   3 +-
 drivers/crypto/hisilicon/zip/zip_main.c   |   7 +-
 5 files changed, 101 insertions(+), 41 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-10  7:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 10:12 [PATCH 0/6] crypto: hisilicon/qm - misc fixes Weili Qian
2021-02-05 10:12 ` [PATCH 1/6] crypto: hisilicon/qm - removing driver after reset Weili Qian
2021-02-05 10:12 ` [PATCH 2/6] crypto: hisilicon/qm - fix request missing error Weili Qian
2021-02-05 10:12 ` [PATCH 3/6] crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2' Weili Qian
2021-02-05 10:12 ` [PATCH 4/6] crypto: hisilicon/qm - update irqflag Weili Qian
2021-02-05 10:12 ` [PATCH 5/6] crypto: hisilicon/qm - do not reset hardware when CE happens Weili Qian
2021-02-05 10:12 ` [PATCH 6/6] crypto: hisilicon/qm - fix printing format issue Weili Qian
2021-02-10  7:24 ` [PATCH 0/6] crypto: hisilicon/qm - misc fixes Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.