commit | 19a7d0d65c4a813069f4bc4ca701d6a163c337e9 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Apr 07 17:56:57 2017 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 08 12:17:41 2017 +0200 |
tree | c41b437121a032eac950270e040238e2ee4e81c6 | |
parent | 52407729fbeabb654d38c0c99661a41a481092d1 [diff] |
usb: host: xhci: add Slot and EP Context tracers With these, we can track what's happening with the HW while executing each and every command. It will give us visibility into how the different contexts are being modified by xHC which can bring insight into problems while debugging. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>