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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:52:06 +0000 (11:52 +0100)
commit07eb93dbe1a7775f9e69d981f5e5f55b41674779
tree698fe611207202f586bcb7966b8d54f502ee4aec
parent2cec6774fd1ec42541753d64a2e137d91b0f0d61
crypto: hisilicon/qm - split a debugfs.c from qm

[ Upstream commit 94476b2b6d60bc926a585ae62e1bf69bd22c1dff ]

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>
Stable-dep-of: 5831fc1fd4a5 ("crypto: hisilicon/qm - fix PF queue parameter issue")
Signed-off-by: Sasha Levin <sashal@kernel.org>
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]