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
a7dbdfda0c
Documentation: update debugfs doc for Hisilicon HPRE
...
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
68ce6126e1
Documentation: update debugfs doc for Hisilicon HPRE
...
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:10 +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
Hui Tang
64a6301ebe
crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
...
Add debugfs to provides IO operation debug information
and add BD processing timeout count function
Signed-off-by: Hui Tang <tanghui20@huawei.com >
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
Zaibo Xu
b492f82fce
Documentation: Add debugfs doc for hisi_hpre
...
Add debugfs descriptions for HiSilicon HPRE driver.
Signed-off-by: Zaibo Xu <xuzaibo@huawei.com >
Signed-off-by: Hui Tang <tanghui20@huawei.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2019-10-10 23:36:32 +11:00