]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: add debugfs support
authorFelipe Balbi <felipe.balbi@nokia.com>
Fri, 12 Mar 2010 08:29:11 +0000 (10:29 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:32 +0000 (13:21 -0700)
commit6ad13aff27095e8215e357bed1d40b68a57363d2
tree3d7fae6e559868e3ac110b3973650198458a815e
parent12f638959d44378d1f0fd587aa14820a0e644d20
usb: musb: add debugfs support

for now only a simple register dump entry (which can
be rather useful on debugging) and a way to start
test modes.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/Makefile
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_debug.h
drivers/usb/musb/musb_debugfs.c [new file with mode: 0644]