linux/drivers/crypto/hisilicon/zip
Weili Qian b632bd38f2 crypto: hisilicon - mask all error type when removing driver
Each bit in the error interrupt register corresponds to a specific
error type. A bit value of 0 enables the interrupt, and a bit value
of 1 disables the interrupt. Currently, when disabling interrupts,
it incorrectly enables the interrupt types that were not enabled.
Therefore, when disabling interrupts, all bits should be directly
written to 1.

Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Zongyu Wu <wuzongyu1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2026-05-29 13:54:43 +08:00
..
dae_main.c crypto: hisilicon - enable error reporting again 2025-09-20 20:21:04 +08:00
Makefile crypto: hisilicon/zip - add data aggregation feature 2024-12-10 13:44:20 +08:00
zip_crypto.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
zip_main.c crypto: hisilicon - mask all error type when removing driver 2026-05-29 13:54:43 +08:00
zip.h crypto: hisilicon/qm - enhance the configuration of req_type in queue attributes 2026-01-16 14:02:06 +08:00