Weili Qian
c66272a4c9
crypto: hisilicon/qm - simplify the status of qm
...
The 'QM_INIT' and 'QM_CLOSE' status of qm and 'QP_INIT'
and 'QP_CLOSE' status of queue are not actually used. Currently,
driver only needs to switch status when the device or queue
is enabled or stopped, Therefore, remove unneeded status to
simplify driver. In addition, rename'QM_START to'QM_WORK' for
ease to understand.
Signed-off-by: Weili Qian <qianweili@huawei.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2023-12-01 18:03:26 +08:00
Kai Ye
30169c5b55
Documentation: update debugfs doc for Hisilicon ZIP
...
Update documentation describing DebugFS that could help
to check the change of register values.
Signed-off-by: Kai Ye <yekai13@huawei.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2022-04-15 16:34:29 +08:00
Kai Ye
f6fb93ccc8
Documentation: update debugfs doc for Hisilicon ZIP
...
Update documentation describing DebugFS for function's QoS limiting.
Signed-off-by: Kai Ye <yekai13@huawei.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2022-01-28 16:51:09 +11:00
Kai Ye
660ff26080
Documentation: use the tabs on all acc documentation
...
Use the tabs on all Hisilicon Accelerator documentation. including
hpre, sec, zip.
Signed-off-by: Kai Ye <yekai13@huawei.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2022-01-28 16:51:09 +11:00
Shukun Tan
988453fb2f
crypto: hisilicon/qm - change debugfs file name from qm_regs to regs
...
The debugfs qm_regs file is already in the qm directory, so no qm_ prefix
is required.
Signed-off-by: Shukun Tan <tanshukun1@huawei.com >
Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2020-05-23 00:08:23 +10:00
Longfang Liu
6621e6492f
crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
...
Hisilicon ZIP engine driver uses debugfs
to provides IO operation debug information
Signed-off-by: Longfang Liu <liulongfang@huawei.com >
Signed-off-by: Shukun Tan <tanshukun1@huawei.com >
Reviewed-by: Zaibo Xu <xuzaibo@huawei.com >
Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2020-05-23 00:08:22 +10:00
Longfang Liu
0a3a396021
crypto: hisilicon/qm - add debugfs to the QM state machine
...
The QM driver uses debugfs to provides the current state of
the QM state machine
Signed-off-by: Longfang Liu <liulongfang@huawei.com >
Signed-off-by: Shukun Tan <tanshukun1@huawei.com >
Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2020-05-23 00:08:21 +10:00
Longfang Liu
8502652542
crypto: hisilicon/qm - add debugfs for QM
...
Add DebugFS method to get the information of IRQ/Requests/QP .etc of QM
for HPRE/ZIP/SEC drivers.
Signed-off-by: Longfang Liu <liulongfang@huawei.com >
Signed-off-by: Shukun Tan <tanshukun1@huawei.com >
Reviewed-by: Zaibo Xu <xuzaibo@huawei.com >
Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2020-05-23 00:08:21 +10:00
Zhou Wang
8201fdf49f
Documentation: Add debugfs doc for hisi_zip
...
Add debugfs descriptions for HiSilicon ZIP and QM driver.
Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com >
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2019-08-09 15:11:56 +10:00