Re: [PATCH] usb: dwc3: debug: Print register name

2018-11-28 Thread Thinh Nguyen
Hi Felipe, On 11/27/2018 11:16 PM, Felipe Balbi wrote: > Hi, > > Tejas Joglekar writes: >> From: Thinh Nguyen >> >> This commit adds a new debugging option CONFIG_USB_DWC3_DEBUG_REG_PRINT >> to enable printing of register names to tracepoints for >> register read/write. >> >> Sample trace: >>

Re: [PATCH] usb: hub: delay hub autosuspend if USB3 port is still link training

2018-11-28 Thread Alan Stern
On Wed, 28 Nov 2018, Mathias Nyman wrote: > When initializing a hub we want to give a USB3 port in link training > the same debounce delay time before autosuspening the hub as already > trained, connected enabled ports. > > USB3 ports won't reach the enabled state with "current connect status"

[PATCH] usb: hub: delay hub autosuspend if USB3 port is still link training

2018-11-28 Thread Mathias Nyman
When initializing a hub we want to give a USB3 port in link training the same debounce delay time before autosuspening the hub as already trained, connected enabled ports. USB3 ports won't reach the enabled state with "current connect status" and "connect status change" bits set until the USB3

Re: [PATCH] dma: cppi41: delete channel from pending list when stop channel

2018-11-28 Thread Peter Ujfalusi
Hi, On 28/11/2018 13.15, Peter Ujfalusi wrote: forgot to fix up Vinod's email address. > > > On 12/11/2018 17.40, Bin Liu wrote: > > Can you fix up the subject line to: > dmaengine: ti: cppi4: delete channel from pending list when stop channel > >> The driver defines three states for a cppi

Re: [PATCH] dma: cppi41: delete channel from pending list when stop channel

2018-11-28 Thread Peter Ujfalusi
On 12/11/2018 17.40, Bin Liu wrote: Can you fix up the subject line to: dmaengine: ti: cppi4: delete channel from pending list when stop channel > The driver defines three states for a cppi channel. > - idle: .chan_busy == 0 && not in .pending list > - pending: .chan_busy == 0 && in .pending