RE: [RFC PATCH v2 09/15] usb:cdns3: EpX operations part of the API

2018-12-01 Thread Pawel Laszczak
Hi >> Patch implements callback functions for non-default endpoints >> defined in usb_ep_ops object. >> >> Signed-off-by: Pawel Laszczak >> --- >> drivers/usb/cdns3/ep0.c| 18 ++ >> drivers/usb/cdns3/gadget.c | 442 - >> drivers/usb/cdns3/gadget.h | 3 +

Re: [RFC PATCH v2 09/15] usb:cdns3: EpX operations part of the API

2018-11-28 Thread Roger Quadros
On 18/11/18 12:09, Pawel Laszczak wrote: > Patch implements callback functions for non-default endpoints > defined in usb_ep_ops object. > > Signed-off-by: Pawel Laszczak > --- > drivers/usb/cdns3/ep0.c| 18 ++ > drivers/usb/cdns3/gadget.c | 442 - > d

[RFC PATCH v2 09/15] usb:cdns3: EpX operations part of the API

2018-11-18 Thread Pawel Laszczak
Patch implements callback functions for non-default endpoints defined in usb_ep_ops object. Signed-off-by: Pawel Laszczak --- drivers/usb/cdns3/ep0.c| 18 ++ drivers/usb/cdns3/gadget.c | 442 - drivers/usb/cdns3/gadget.h | 3 + 3 files changed, 461 inse