Introduce debugfs entries to show state, register, channel, device, and event rings information. Allow the host to dump registers, issue device wake, and change the MHI timeout to help in debug. Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20200929175218.8178-15-manivannan.sadhasivam@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5 lines
108 B
Makefile
5 lines
108 B
Makefile
obj-$(CONFIG_MHI_BUS) := mhi.o
|
|
|
|
mhi-y := init.o main.o pm.o boot.o
|
|
mhi-$(CONFIG_MHI_BUS_DEBUG) += debugfs.o
|