RE: [RFC PATCH v2 12/15] usb:cdns3: Adds enumeration related function.

2018-12-02 Thread Pawel Laszczak
>On 18/11/18 12:09, Pawel Laszczak wrote: >> Patch implements a set of function related to enumeration process. >> Some standard requests are handled on controller driver level and >> other are delegated to gadget core driver. >> All class requests are delegated to gadget core driver. >> >> Signed-

Re: [RFC PATCH v2 12/15] usb:cdns3: Adds enumeration related function.

2018-11-28 Thread Roger Quadros
On 18/11/18 12:09, Pawel Laszczak wrote: > Patch implements a set of function related to enumeration process. > Some standard requests are handled on controller driver level and > other are delegated to gadget core driver. > All class requests are delegated to gadget core driver. > > Signed-off

[RFC PATCH v2 12/15] usb:cdns3: Adds enumeration related function.

2018-11-18 Thread Pawel Laszczak
Patch implements a set of function related to enumeration process. Some standard requests are handled on controller driver level and other are delegated to gadget core driver. All class requests are delegated to gadget core driver. Signed-off-by: Pawel Laszczak --- drivers/usb/cdns3/ep0.c| 4