Re: [PATCH v2] staging: dwc2: toggle periodic debugging output separately

2013-04-10 Thread Matthijs Kooijman
Hi Felipe, > > In some cases, this could help, but a lot of the prints modified by this > > patch are used for both periodic and non-periodic transfers. AFAIU, with > > dynamic printks you could only enable/disable them altogether, not based > > on some arbitrary condition (e.g., the urb being han

Re: [PATCH v2] staging: dwc2: toggle periodic debugging output separately

2013-04-10 Thread Felipe Balbi
Hi, On Tue, Apr 09, 2013 at 07:35:33PM +0200, Matthijs Kooijman wrote: > > > This adds a config option USB_DWC2_DEBUG_PERIODIC that allows debugging > > > output be suppressed for periodic transfers. This helps when debugging > > > non-periodic transfers while there are also periodic transfers goi

RE: [PATCH v2] staging: dwc2: toggle periodic debugging output separately

2013-04-09 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Tuesday, April 09, 2013 8:02 AM > > This adds a config option USB_DWC2_DEBUG_PERIODIC that allows debugging > output be suppressed for periodic transfers. This helps when debugging > non-periodic transfers while there are also periodic t

Re: [PATCH v2] staging: dwc2: toggle periodic debugging output separately

2013-04-09 Thread Matthijs Kooijman
Hi Felipe, > > This adds a config option USB_DWC2_DEBUG_PERIODIC that allows debugging > > output be suppressed for periodic transfers. This helps when debugging > > non-periodic transfers while there are also periodic transfers going on > > (both to make the debug output less polluted and to prev

Re: [PATCH v2] staging: dwc2: toggle periodic debugging output separately

2013-04-09 Thread Felipe Balbi
On Tue, Apr 09, 2013 at 05:01:36PM +0200, Matthijs Kooijman wrote: > This adds a config option USB_DWC2_DEBUG_PERIODIC that allows debugging > output be suppressed for periodic transfers. This helps when debugging > non-periodic transfers while there are also periodic transfers going on > (both to

[PATCH v2] staging: dwc2: toggle periodic debugging output separately

2013-04-09 Thread Matthijs Kooijman
This adds a config option USB_DWC2_DEBUG_PERIODIC that allows debugging output be suppressed for periodic transfers. This helps when debugging non-periodic transfers while there are also periodic transfers going on (both to make the debug output less polluted and to prevent all CPU time going to de