[PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-12 Thread Venkatesh Yadav Abbarapu
The xhci host controller driver trying to queue the URB's and it is getting halted at the endpoint, thereby hitting the BUG_ON's. Mostly these kind of random issues are seen on faulty boards. Removing these BUG_ON's from the U-Boot xhci code, as in Linux kernel xhci code BUG_ON/BUG's are removed en

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-13 Thread Marek Vasut
On 10/13/23 06:53, Venkatesh Yadav Abbarapu wrote: The xhci host controller driver trying to queue the URB's and it is getting halted at the endpoint, thereby hitting the BUG_ON's. Mostly these kind of random issues are seen on faulty boards. Removing these BUG_ON's from the U-Boot xhci code, as

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-13 Thread Da Xue
On Fri, Oct 13, 2023 at 7:47 AM Marek Vasut wrote: > > On 10/13/23 06:53, Venkatesh Yadav Abbarapu wrote: > > The xhci host controller driver trying to queue the URB's and it is > > getting halted at the endpoint, thereby hitting the BUG_ON's. > > Mostly these kind of random issues are seen on fau

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-13 Thread Tom Rini
On Fri, Oct 13, 2023 at 11:11:04AM -0400, Da Xue wrote: > On Fri, Oct 13, 2023 at 7:47 AM Marek Vasut wrote: > > > > On 10/13/23 06:53, Venkatesh Yadav Abbarapu wrote: > > > The xhci host controller driver trying to queue the URB's and it is > > > getting halted at the endpoint, thereby hitting th

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-15 Thread Michal Simek
On 10/13/23 17:15, Tom Rini wrote: On Fri, Oct 13, 2023 at 11:11:04AM -0400, Da Xue wrote: On Fri, Oct 13, 2023 at 7:47 AM Marek Vasut wrote: On 10/13/23 06:53, Venkatesh Yadav Abbarapu wrote: The xhci host controller driver trying to queue the URB's and it is getting halted at the endpoi

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-16 Thread Tom Rini
On Mon, Oct 16, 2023 at 08:34:16AM +0200, Michal Simek wrote: > > > On 10/13/23 17:15, Tom Rini wrote: > > On Fri, Oct 13, 2023 at 11:11:04AM -0400, Da Xue wrote: > > > On Fri, Oct 13, 2023 at 7:47 AM Marek Vasut wrote: > > > > > > > > On 10/13/23 06:53, Venkatesh Yadav Abbarapu wrote: > > > >

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-17 Thread Eugen Hristev
On 10/16/23 22:30, Tom Rini wrote: On Mon, Oct 16, 2023 at 08:34:16AM +0200, Michal Simek wrote: On 10/13/23 17:15, Tom Rini wrote: On Fri, Oct 13, 2023 at 11:11:04AM -0400, Da Xue wrote: On Fri, Oct 13, 2023 at 7:47 AM Marek Vasut wrote: On 10/13/23 06:53, Venkatesh Yadav Abbarapu wrote:

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-17 Thread Tom Rini
On Tue, Oct 17, 2023 at 03:48:37PM +0300, Eugen Hristev wrote: > On 10/16/23 22:30, Tom Rini wrote: > > On Mon, Oct 16, 2023 at 08:34:16AM +0200, Michal Simek wrote: > > > > > > > > > On 10/13/23 17:15, Tom Rini wrote: > > > > On Fri, Oct 13, 2023 at 11:11:04AM -0400, Da Xue wrote: > > > > > On F

Re: [PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues

2023-10-17 Thread Marek Vasut
On 10/17/23 16:16, Tom Rini wrote: On Tue, Oct 17, 2023 at 03:48:37PM +0300, Eugen Hristev wrote: On 10/16/23 22:30, Tom Rini wrote: On Mon, Oct 16, 2023 at 08:34:16AM +0200, Michal Simek wrote: On 10/13/23 17:15, Tom Rini wrote: On Fri, Oct 13, 2023 at 11:11:04AM -0400, Da Xue wrote: On F