linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] crypto: hisilicon - add controller reset support
@ 2020-04-03  8:16 Shukun Tan
  2020-04-03  8:16 ` [PATCH 1/5] crypto: hisilicon/qm - add controller reset interface Shukun Tan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Shukun Tan @ 2020-04-03  8:16 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, Shukun Tan

Add support controller reset for ZIP/HPRE/SEC drivers, put the main
implementation into QM. Meanwhile modified the logic of the queue
stop judgment.

This series depends upon:
https://patchwork.kernel.org/cover/11470171/ 

Hui Tang (1):
  crypto: hisilicon/hpre - add controller reset support for HPRE

Shukun Tan (2):
  crypto: hisilicon/qm - add controller reset interface
  crypto: hisilicon/zip - add controller reset support for zip

Yang Shen (2):
  crypto: hisilicon/sec2 - add controller reset support for SEC2
  crypto: hisilicon/qm - stop qp by judging sq and cq tail

 drivers/crypto/hisilicon/hpre/hpre_main.c |  46 ++-
 drivers/crypto/hisilicon/qm.c             | 667 +++++++++++++++++++++++++++++-
 drivers/crypto/hisilicon/qm.h             |  16 +
 drivers/crypto/hisilicon/sec2/sec_main.c  |  40 +-
 drivers/crypto/hisilicon/zip/zip_main.c   |  57 ++-
 5 files changed, 790 insertions(+), 36 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-04-16  6:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03  8:16 [PATCH 0/5] crypto: hisilicon - add controller reset support Shukun Tan
2020-04-03  8:16 ` [PATCH 1/5] crypto: hisilicon/qm - add controller reset interface Shukun Tan
2020-04-03  8:16 ` [PATCH 2/5] crypto: hisilicon/zip - add controller reset support for zip Shukun Tan
2020-04-03  8:16 ` [PATCH 3/5] crypto: hisilicon/hpre - add controller reset support for HPRE Shukun Tan
2020-04-03  8:16 ` [PATCH 4/5] crypto: hisilicon/sec2 - add controller reset support for SEC2 Shukun Tan
2020-04-03  8:16 ` [PATCH 5/5] crypto: hisilicon/qm - stop qp by judging sq and cq tail Shukun Tan
2020-04-16  6:51 ` [PATCH 0/5] crypto: hisilicon - add controller reset support Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).