summaryrefslogtreecommitdiff
path: root/curvetun/Makefile
blob: 954a86552662695dacb366063e39d48dae86054e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
curvetun-libs =	-lnacl \
		-lpthread

curvetun-objs =	xmalloc.o \
		xio.o \
		xutils.o \
		stun.o \
		patricia.o \
		trie.o \
		hash.o \
		curve.o \
		cpusched.o \
		ct_usermgmt.o \
		ct_servmgmt.o \
		ct_server.o \
		ct_client.o \
		curvetun.o
4-19 21:11:31 +0530 commitf89117c0f54c235c149d31174d1dd855e04765b8 (patch) treec5eb4b49b9fbb7651b593bd43a96f5d4678622bd parentf139f97878039f9a49db6cb555d95f6b6e9ba0f8 (diff)
dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised
Currently we write BAM_IRQ_CLR register with zero even when no BAM_IRQ occured. This write has some bad side effects when the BAM instance is for the crypto engine. In case of crypto engine some of the BAM registers are xPU protected and they cannot be controlled by the driver. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Reviewed-by: Andy Gross <andy.gross@linaro.org> Tested-by: Pramod Gurav <gpramod@codeaurora.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat