[PATCH] usb: dwc3: gadget: pretty print link states

2014-04-24 Thread Felipe Balbi
this makes it slightly easier to read link state change interrupt logs. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/dwc3/gadget.c | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/gadget.c

RE: [PATCH] usb: dwc3: gadget: pretty print link states

2014-04-24 Thread Paul Zimmerman
From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Felipe Balbi Sent: Thursday, April 24, 2014 8:10 AM this makes it slightly easier to read link state change interrupt logs. Signed-off-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH] usb: dwc3: gadget: pretty print link states

2014-04-24 Thread Felipe Balbi
On Thu, Apr 24, 2014 at 09:18:08PM +, Paul Zimmerman wrote: From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Felipe Balbi Sent: Thursday, April 24, 2014 8:10 AM this makes it slightly easier to read link state change interrupt logs.