crypto: hisilicon/qm - split a debugfs.c from qm
authorKai Ye <yekai13@huawei.com>
Sat, 12 Nov 2022 02:12:52 +0000 (02:12 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Nov 2022 09:00:22 +0000 (17:00 +0800)
commit94476b2b6d60bc926a585ae62e1bf69bd22c1dff
treea32f94abecb1a39ee3cb20660aa3938735fc1ef4
parentb40b62ed7b0ffe8eb2e6fe8bcfb47027c9a93e93
crypto: hisilicon/qm - split a debugfs.c from qm

Considering that the qm feature and debugfs feature are independent.
The code related to debugfs is getting larger and larger. It should be
separate as a debugfs file. So move some debugfs code to new file from
qm file. The qm code logic is not modified. And maintainability is
enhanced.

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/Makefile
drivers/crypto/hisilicon/debugfs.c [new file with mode: 0644]
drivers/crypto/hisilicon/qm.c
drivers/crypto/hisilicon/qm_common.h [new file with mode: 0644]