aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorSinan Kaya <[email protected]>2016-05-01 00:25:26 -0400
committerVinod Koul <[email protected]>2016-05-14 11:54:45 +0530
commitd1615ca2e085222025118793b7b4af2cf4867b6e (patch)
tree5936945db6bdc897ca49552f79724929240a8b59 /lib/string_helpers.c
parent5ad3f29f6a712c3a37dbda4fba3b6969857d39d9 (diff)
dmaengine: qcom_hidma: implement lower level hardware interface
This patch implements the hardware hooks for the HIDMA channel driver. The main functions of interest are: - hidma_ll_init - hidma_ll_request - hidma_ll_queue_request - hidma_ll_hw_start OS layer calls the hidma_ll_init function during probe to set up the hardware. At this moment, the number of supported descriptors are also given. On each request, a descriptor is allocated from the free pool and filled in with the transfer parameters. Multiple requests can be queued into the hardware via the OS interface. When client is ready for requests to be executed, start method is called. Completions are delivered via callbacks via tasklet. Signed-off-by: Sinan Kaya <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions