summaryrefslogtreecommitdiffstats
path: root/drivers/dma/qcom/hidma_dbg.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-14dmaengine: qcom_hidma: add debugfs hooksSinan Kaya1-0/+217
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>