All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: hisilicon/qm - modify event interrupt processing
@ 2022-06-09 12:31 Weili Qian
  2022-06-09 12:31 ` [PATCH 1/3] crypto: hisilicon/qm - add functions for releasing resources Weili Qian
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Weili Qian @ 2022-06-09 12:31 UTC (permalink / raw)
  To: herbert; +Cc: linux-kernel, linux-crypto, wangzhou1, liulongfang

This patchset contains following updates:
1. Modify accelerator devices event irq processing.
2. Some cleanups.

Weili Qian (3):
  crypto: hisilicon/qm - add functions for releasing resources
  crypto: hisilicon/qm - move alloc qm->wq to qm.c
  crypto: hisilicon/qm - modify event irq processing

 drivers/crypto/hisilicon/qm.c            | 203 +++++++++++++++--------
 drivers/crypto/hisilicon/sec2/sec_main.c |  24 +--
 drivers/crypto/hisilicon/zip/zip_main.c  |  17 +-
 include/linux/hisi_acc_qm.h              |   8 +-
 4 files changed, 141 insertions(+), 111 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2022-06-17  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 12:31 [PATCH 0/3] crypto: hisilicon/qm - modify event interrupt processing Weili Qian
2022-06-09 12:31 ` [PATCH 1/3] crypto: hisilicon/qm - add functions for releasing resources Weili Qian
2022-06-09 12:31 ` [PATCH 2/3] crypto: hisilicon/qm - move alloc qm->wq to qm.c Weili Qian
2022-06-09 12:31 ` [PATCH 3/3] crypto: hisilicon/qm - modify event irq processing Weili Qian
2022-06-17  9:21 ` [PATCH 0/3] crypto: hisilicon/qm - modify event interrupt processing 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.