All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] add regitser checking and last word dumping for ACC
@ 2022-04-09  8:03 Kai Ye
  2022-04-09  8:03 ` [PATCH 01/11] crypto: hisilicon/qm - add register checking " Kai Ye
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Kai Ye @ 2022-04-09  8:03 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel, wangzhou1, yekai13, liulongfang

Add register detection function to accelerator. Add last word dumping
function during acc engines controller reset. It can help to improve
debugging capability.

Kai Ye (11):
  crypto: hisilicon/qm - add register checking for ACC
  crypto: hisilicon/hpre - support register checking
  crypto: hisilicon/sec - support register checking
  crypto: hisilicon/zip - support register checking
  Documentation: update debugfs doc for Hisilicon HPRE
  Documentation: update debugfs doc for Hisilicon SEC
  Documentation: update debugfs doc for Hisilicon ZIP
  crypto: hisilicon/qm - add last word dumping for ACC
  crypto: hisilicon/sec - support last word dumping
  crypto: hisilicon/hpre - support last word dumping
  crypto: hisilicon/zip - support last word dumping

 Documentation/ABI/testing/debugfs-hisi-hpre |  14 ++
 Documentation/ABI/testing/debugfs-hisi-sec  |  14 ++
 Documentation/ABI/testing/debugfs-hisi-zip  |  14 ++
 drivers/crypto/hisilicon/hpre/hpre_main.c   | 222 ++++++++++++++----
 drivers/crypto/hisilicon/qm.c               | 239 +++++++++++++++++++-
 drivers/crypto/hisilicon/sec2/sec_main.c    | 108 ++++++++-
 drivers/crypto/hisilicon/zip/zip_main.c     | 185 ++++++++++++++-
 include/linux/hisi_acc_qm.h                 |  18 ++
 8 files changed, 765 insertions(+), 49 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2022-04-15  8:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09  8:03 [PATCH 00/11] add regitser checking and last word dumping for ACC Kai Ye
2022-04-09  8:03 ` [PATCH 01/11] crypto: hisilicon/qm - add register checking " Kai Ye
2022-04-09  8:03 ` [PATCH 02/11] crypto: hisilicon/hpre - support register checking Kai Ye
2022-04-09  8:03 ` [PATCH 03/11] crypto: hisilicon/sec " Kai Ye
2022-04-09  8:03 ` [PATCH 04/11] crypto: hisilicon/zip " Kai Ye
2022-04-09  8:03 ` [PATCH 05/11] Documentation: update debugfs doc for Hisilicon HPRE Kai Ye
2022-04-09  8:03 ` [PATCH 06/11] Documentation: update debugfs doc for Hisilicon SEC Kai Ye
2022-04-09  8:03 ` [PATCH 07/11] Documentation: update debugfs doc for Hisilicon ZIP Kai Ye
2022-04-09  8:03 ` [PATCH 08/11] crypto: hisilicon/qm - add last word dumping for ACC Kai Ye
2022-04-09  8:03 ` [PATCH 09/11] crypto: hisilicon/sec - support last word dumping Kai Ye
2022-04-09  8:03 ` [PATCH 10/11] crypto: hisilicon/hpre " Kai Ye
2022-04-09  8:03 ` [PATCH 11/11] crypto: hisilicon/zip " Kai Ye
2022-04-15  8:40 ` [PATCH 00/11] add regitser checking and last word dumping for ACC 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.