Re: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-12-05 Thread Peter Chen
> > --- a/drivers/usb/cdns3/Makefile > > +++ b/drivers/usb/cdns3/Makefile > > @@ -2,4 +2,5 @@ obj-$(CONFIG_USB_CDNS3) += cdns3.o > > obj-$(CONFIG_USB_CDNS3_PCI_WRAP) += cdns3-pci.o > > > > cdns3-y := core.o drd.o > > +cdns3-$(CONFIG_U

RE: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-26 Thread Pawel Laszczak
> >Hi, > >On 26/11/18 10:24, Pawel Laszczak wrote: >>> EXTERNAL MAIL >>> >>> >>> On 18/11/18 12:09, Pawel Laszczak wrote: Patch adds host-export.h and host.c file and mplements functions that allow to initialize, start and stop XHCI host driver. Signed-off-by: Pawel Laszczak >>

Re: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-26 Thread Roger Quadros
Hi, On 26/11/18 10:24, Pawel Laszczak wrote: >> EXTERNAL MAIL >> >> >> On 18/11/18 12:09, Pawel Laszczak wrote: >>> Patch adds host-export.h and host.c file and mplements functions that >>> allow to initialize, start and stop XHCI host driver. >>> >>> Signed-off-by: Pawel Laszczak >>> --- >>> dr

RE: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-26 Thread Pawel Laszczak
>EXTERNAL MAIL > > >On 18/11/18 12:09, Pawel Laszczak wrote: >> Patch adds host-export.h and host.c file and mplements functions that >> allow to initialize, start and stop XHCI host driver. >> >> Signed-off-by: Pawel Laszczak >> --- >> drivers/usb/cdns3/Kconfig | 10 ++ >> drivers/usb/cdn

Re: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-23 Thread Roger Quadros
On 18/11/18 12:09, Pawel Laszczak wrote: > Patch adds host-export.h and host.c file and mplements functions that > allow to initialize, start and stop XHCI host driver. > > Signed-off-by: Pawel Laszczak > --- > drivers/usb/cdns3/Kconfig | 10 ++ > drivers/usb/cdns3/Makefile | 1 + >