570d017629
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>
6 lines
221 B
Makefile
6 lines
221 B
Makefile
obj-$(CONFIG_QCOM_BAM_DMA) += bam_dma.o
|
|
obj-$(CONFIG_QCOM_HIDMA_MGMT) += hdma_mgmt.o
|
|
hdma_mgmt-objs := hidma_mgmt.o hidma_mgmt_sys.o
|
|
obj-$(CONFIG_QCOM_HIDMA) += hdma.o
|
|
hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
|