]> Git Repo - linux.git/commit
usb: mtu3: add debugfs interface files
authorChunfeng Yun <[email protected]>
Thu, 21 Mar 2019 02:53:46 +0000 (10:53 +0800)
committerGreg Kroah-Hartman <[email protected]>
Tue, 26 Mar 2019 07:40:14 +0000 (16:40 +0900)
commitae07809255d3e3419205b673aba6d1dce16a0d65
treedc2654cbad0618874d5476dcfa84f10ae5e19754
parent48e0d3735aa557a8adaf94632ca3cf78798e8505
usb: mtu3: add debugfs interface files

This adds more debugfs consumers. The debugfs entries read some
important registers, fifo status, QMU ring, endpoint status, and
IPPC probe interface to get internal status.
With these entries, users can check the registers, endpoint and
GPD used during run time.

Signed-off-by: Chunfeng Yun <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/mtu3/Makefile
drivers/usb/mtu3/mtu3_core.c
drivers/usb/mtu3/mtu3_debug.h [new file with mode: 0644]
drivers/usb/mtu3/mtu3_debugfs.c [new file with mode: 0644]
drivers/usb/mtu3/mtu3_dr.c
drivers/usb/mtu3/mtu3_hw_regs.h
drivers/usb/mtu3/mtu3_plat.c
This page took 0.060606 seconds and 4 git commands to generate.