summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sgl.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/sgl - fix the sg buf unmapKai Ye2021-04-161-1/+13
* crypto: hisilicon/sgl - fix the soft sg map to hardware sgKai Ye2021-04-161-0/+1
* crypto: hisilicon/sgl - add some dfx logsKai Ye2021-04-161-4/+11
* crypto: hisilicon/sgl - delete unneeded variable initializationKai Ye2021-04-161-1/+1
* crypto: hisilicon/sgl - add a comment for block size initializationKai Ye2021-04-161-0/+5
* crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose2020-10-301-2/+0
* crypto: hisilicon - Cap block size at 2^31Herbert Xu2020-06-151-1/+2
* crypto: hisilicon - Remove useless MODULE macrosZhou Wang2019-12-111-4/+0
* crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron2019-12-111-5/+8
* crypto: hisilicon - use sgl API to get sgl dma addr and lenZhou Wang2019-11-011-2/+2
* crypto: hisilicon - misc fix about sglZhou Wang2019-10-101-18/+22
* crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang2019-10-101-15/+68
* crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan2019-10-101-1/+1
* crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang2019-10-101-39/+34
* crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang2019-08-151-1/+1
* crypto: hisilicon - add hardware SGL supportZhou Wang2019-08-091-0/+214