Message ID | 20231125115011.22519-1-qianweili@huawei.com |
---|---|
Headers | show |
Series | crypto: hisilicon - some cleanups for hisilicon drivers | expand |
On Sat, Nov 25, 2023 at 07:50:08PM +0800, Weili Qian wrote: > Some cleanups for hisilicon drivers, and add comments > to improve the code readability. > > Weili Qian (3): > crypto: hisilicon/sgl - small cleanups for sgl.c > crypto: hisilicon/qm - simplify the status of qm > crypto: hisilicon/qm - add comments and remove redundant array element > > Documentation/ABI/testing/debugfs-hisi-hpre | 2 +- > Documentation/ABI/testing/debugfs-hisi-sec | 2 +- > Documentation/ABI/testing/debugfs-hisi-zip | 2 +- > drivers/crypto/hisilicon/debugfs.c | 4 + > drivers/crypto/hisilicon/qm.c | 141 ++++---------------- > drivers/crypto/hisilicon/qm_common.h | 4 - > drivers/crypto/hisilicon/sgl.c | 12 +- > include/linux/hisi_acc_qm.h | 8 +- > 8 files changed, 42 insertions(+), 133 deletions(-) > > -- > 2.33.0 All applied. Thanks.