[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1638163720-23123-1-git-send-email-jeyr@codeaurora.org>
Date: Mon, 29 Nov 2021 10:58:38 +0530
From: Jeya R <jeyr@...eaurora.org>
To: linux-arm-msm@...r.kernel.org, srinivas.kandagatla@...aro.org
Cc: Jeya R <jeyr@...eaurora.org>, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org, fastrpc.upstream@....qualcomm.com
Subject: [PATCH 0/2] Add DMA handle implementation
DMA handle is passed in an RPC call. When call reaches DSP,the fd is
added to DSP user process fd list. To unmap any DMA handle, DSP request
for unmap of fd and add it to fdlist which is then freed by driver when
call is returned from DSP.
Jeya R (2):
misc: fastrpc: Add fdlist implementation
misc: fastrpc: Add dma handle implementation
drivers/misc/fastrpc.c | 97 ++++++++++++++++++++++++++++++++++++++------------
1 file changed, 75 insertions(+), 22 deletions(-)
--
2.7.4
Powered by blists - more mailing lists