aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/qcom/hidma_dbg.c
Commit message (Collapse)AuthorAge
* dmaengine: qcom_hidma: add debugfs hooksSinan Kaya2016-05-14
Add debugfs hooks for debugging the execution behavior of the DMA channel. The debugfs hooks get initialized by the probe function and uninitialized by the remove function. A stats file is created in debugfs. The stats file will show the information about each HIDMA channel as well as each asynchronous job queued and completed at a given time. Signed-off-by: Sinan Kaya <okaya@codeaurora.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>