Re: [PATCH V11 5/7] dma: qcom_hidma: implement lower level hardware interface

2016-01-04 Thread Andy Shevchenko
On Mon, Jan 4, 2016 at 2:06 AM, Sinan Kaya wrote: > 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 d

[PATCH V11 5/7] dma: qcom_hidma: implement lower level hardware interface

2016-01-03 Thread Sinan Kaya
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 s