commit | f89252ad19a1a93095bdee58a4d857023f069280 | [log] [tgz] |
---|---|---|
author | Bin Liu <b-liu@ti.com> | Thu Jun 30 12:12:21 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 17 08:23:57 2016 +0900 |
tree | 33b73ccbea6380093c8b0983fa17c87f9dcdafcc | |
parent | ca2b6faeb96d6d71ebc0627d6679f7b6667cfb00 [diff] |
usb: musb: add tracepoints support for debugging 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>