linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: hisilicon/qm - reconstruct and optimize the debugfs code
@ 2022-10-29  9:47 Kai Ye
  2022-10-29  9:47 ` [PATCH 1/3] crypto: hisilicon/qm - modify the process of regs dfx Kai Ye
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kai Ye @ 2022-10-29  9:47 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel, yekai13

Split a debugfs.c from qm to reduce the qm code complexity. And optimize the
process of the command dumping. Some optimizations on command dumping in
debugfs.c file code.

Kai Ye (3):
  crypto: hisilicon/qm - modify the process of regs dfx
  crypto: hisilicon/qm - split a debugfs.c from qm
  crypto: hisilicon/qm - the command dump process is modified

 drivers/crypto/hisilicon/Makefile         |    2 +-
 drivers/crypto/hisilicon/debugfs.c        | 1173 ++++++++++++++++++
 drivers/crypto/hisilicon/hpre/hpre_main.c |    6 +-
 drivers/crypto/hisilicon/qm.c             | 1360 ++-------------------
 drivers/crypto/hisilicon/qm_common.h      |   87 ++
 drivers/crypto/hisilicon/sec2/sec_main.c  |    6 +-
 drivers/crypto/hisilicon/zip/zip_main.c   |    6 +-
 include/linux/hisi_acc_qm.h               |    8 +-
 8 files changed, 1382 insertions(+), 1266 deletions(-)
 create mode 100644 drivers/crypto/hisilicon/debugfs.c
 create mode 100644 drivers/crypto/hisilicon/qm_common.h

-- 
2.17.1


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

end of thread, other threads:[~2022-11-05  2:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-29  9:47 [PATCH 0/3] crypto: hisilicon/qm - reconstruct and optimize the debugfs code Kai Ye
2022-10-29  9:47 ` [PATCH 1/3] crypto: hisilicon/qm - modify the process of regs dfx Kai Ye
2022-11-04  9:05   ` Herbert Xu
2022-11-04 10:07     ` yekai (A)
2022-11-05  1:39       ` yekai (A)
2022-11-05  2:45         ` Herbert Xu
2022-10-29  9:48 ` [PATCH 2/3] crypto: hisilicon/qm - split a debugfs.c from qm Kai Ye
2022-10-29  9:48 ` [PATCH 3/3] crypto: hisilicon/qm - the command dump process is modified Kai Ye

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).