Re: [U-Boot] [PATCH v2 11/14] usb: dwc3: Add dwc3 support for STi

2017-04-03 Thread Patrice CHOTARD
Hi Simon On 04/01/2017 06:21 AM, Simon Glass wrote: > Hi Patrice, > > On 22 March 2017 at 03:54, wrote: >> From: Patrice Chotard >> >> This patch adds the ST glue logic to manage the DWC3 HC >> on STiH407 SoC family. It configures the internal glue >> logic and syscfg registers. >> >> Part of t

Re: [U-Boot] [PATCH v2 11/14] usb: dwc3: Add dwc3 support for STi

2017-03-31 Thread Simon Glass
Hi Patrice, On 22 March 2017 at 03:54, wrote: > From: Patrice Chotard > > This patch adds the ST glue logic to manage the DWC3 HC > on STiH407 SoC family. It configures the internal glue > logic and syscfg registers. > > Part of this code been extracted from kernel.org driver > (drivers/usb/dwc

[U-Boot] [PATCH v2 11/14] usb: dwc3: Add dwc3 support for STi

2017-03-22 Thread patrice.chotard
From: Patrice Chotard This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It configures the internal glue logic and syscfg registers. Part of this code been extracted from kernel.org driver (drivers/usb/dwc3/dwc3-st.c) Signed-off-by: Patrice Chotard --- v2: _ us