summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_trace.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-17usb: musb: add tracepoints support for debuggingBin Liu1-0/+33
To avoid printk() overhead while debugging, this patch implements the foundation of tracepoints logging for musb driver to make debug easier. Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>