Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-14 Thread Francesco Dolcini
On Sun, Apr 13, 2025 at 11:14:07AM +0200, Marek Vasut wrote: > On 4/11/25 4:21 PM, Francesco Dolcini wrote: > > On Tue, Apr 08, 2025 at 04:51:22PM +0200, Marek Vasut wrote: > > > On 4/8/25 11:06 AM, Francesco Dolcini wrote: > > > > On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: > > >

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-13 Thread Marek Vasut
On 4/11/25 4:21 PM, Francesco Dolcini wrote: On Tue, Apr 08, 2025 at 04:51:22PM +0200, Marek Vasut wrote: On 4/8/25 11:06 AM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: On 3/24/25 3:16 PM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 02:53:23PM +

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-11 Thread Francesco Dolcini
On Tue, Apr 08, 2025 at 04:51:22PM +0200, Marek Vasut wrote: > On 4/8/25 11:06 AM, Francesco Dolcini wrote: > > On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: > > > On 3/24/25 3:16 PM, Francesco Dolcini wrote: > > > > On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: > > >

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-08 Thread Marek Vasut
On 4/8/25 11:06 AM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: On 3/24/25 3:16 PM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: On 3/24/25 1:30 PM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 09:26:03AM +

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-08 Thread Francesco Dolcini
On Mon, Mar 24, 2025 at 03:36:52PM +0100, Marek Vasut wrote: > On 3/24/25 3:16 PM, Francesco Dolcini wrote: > > On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: > > > On 3/24/25 1:30 PM, Francesco Dolcini wrote: > > > > On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-04-05 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On mer., mars 19, 2025 at 23:07, Marek Vasut wrote: > The UUU tool excepts the interrupt-in endpoint to be ep1in, otherwise > it crashes. This is a result of the previous hard-coded EP setup in > drivers/usb/gadget/epautoconf.c which did special-case EP alloca

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Marek Vasut
On 3/24/25 3:16 PM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: On 3/24/25 1:30 PM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote: Hi Francesco, On lun., mars 24, 2025 at 09:03, Francesco Dolcini wrote:

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Francesco Dolcini
On Mon, Mar 24, 2025 at 02:53:23PM +0100, Marek Vasut wrote: > On 3/24/25 1:30 PM, Francesco Dolcini wrote: > > On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote: > > > Hi Francesco, > > > > > > On lun., mars 24, 2025 at 09:03, Francesco Dolcini > > > wrote: > > > > > > > Hell

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Marek Vasut
On 3/24/25 1:30 PM, Francesco Dolcini wrote: On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote: Hi Francesco, On lun., mars 24, 2025 at 09:03, Francesco Dolcini wrote: Hello Mattijs, Marek On Thu, Mar 20, 2025 at 10:47:02AM +0100, Mattijs Korpershoek wrote: On mer., mars

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Mattijs Korpershoek
Hi Neil, On lun., mars 24, 2025 at 10:20, Neil Armstrong wrote: > On 19/03/2025 23:07, Marek Vasut wrote: >> The UUU tool excepts the interrupt-in endpoint to be ep1in, otherwise >> it crashes. This is a result of the previous hard-coded EP setup in >> drivers/usb/gadget/epautoconf.c which did

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Francesco Dolcini
On Mon, Mar 24, 2025 at 09:26:03AM +0100, Mattijs Korpershoek wrote: > Hi Francesco, > > On lun., mars 24, 2025 at 09:03, Francesco Dolcini > wrote: > > > Hello Mattijs, Marek > > > > On Thu, Mar 20, 2025 at 10:47:02AM +0100, Mattijs Korpershoek wrote: > >> On mer., mars 19, 2025 at 23:07, Mare

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Neil Armstrong
On 19/03/2025 23:07, Marek Vasut wrote: The UUU tool excepts the interrupt-in endpoint to be ep1in, otherwise it crashes. This is a result of the previous hard-coded EP setup in drivers/usb/gadget/epautoconf.c which did special-case EP allocation for SPL builds, and which was since converted to t

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Mattijs Korpershoek
Hi Francesco, On lun., mars 24, 2025 at 09:03, Francesco Dolcini wrote: > Hello Mattijs, Marek > > On Thu, Mar 20, 2025 at 10:47:02AM +0100, Mattijs Korpershoek wrote: >> On mer., mars 19, 2025 at 23:07, Marek Vasut wrote: >> >> > The UUU tool excepts the interrupt-in endpoint to be ep1in, oth

Re: [PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-24 Thread Francesco Dolcini
Hello Mattijs, Marek On Thu, Mar 20, 2025 at 10:47:02AM +0100, Mattijs Korpershoek wrote: > On mer., mars 19, 2025 at 23:07, Marek Vasut wrote: > > > The UUU tool excepts the interrupt-in endpoint to be ep1in, otherwise > > it crashes. This is a result of the previous hard-coded EP setup in > >

[PATCH] usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool

2025-03-19 Thread Marek Vasut
The UUU tool excepts the interrupt-in endpoint to be ep1in, otherwise it crashes. This is a result of the previous hard-coded EP setup in drivers/usb/gadget/epautoconf.c which did special-case EP allocation for SPL builds, and which was since converted to this callback, but without the special-case