Re: [PATCHv2 2/7] usb: dwc2: add support for STM32F7 USB OTG HS

2017-09-30 Thread John Youn
On 09/29/2017 07:22 AM, Amelie DELAUNAY wrote: > Hi, > > Gentle ping for driver review submitted on August 28th. > > Thanks, > Amelie > > On 08/28/2017 04:20 PM, Amelie Delaunay wrote: >> This patch adds the dwc2_set_params function for STM32F7 USB OTG HS. >> >> Signed-off-by: Amelie Delaunay

Re: [PATCHv2 2/7] usb: dwc2: add support for STM32F7 USB OTG HS

2017-09-29 Thread Amelie DELAUNAY
Hi, Gentle ping for driver review submitted on August 28th. Thanks, Amelie On 08/28/2017 04:20 PM, Amelie Delaunay wrote: > This patch adds the dwc2_set_params function for STM32F7 USB OTG HS. > > Signed-off-by: Amelie Delaunay > --- > drivers/usb/dwc2/params.c | 11

[PATCHv2 2/7] usb: dwc2: add support for STM32F7 USB OTG HS

2017-08-28 Thread Amelie Delaunay
This patch adds the dwc2_set_params function for STM32F7 USB OTG HS. Signed-off-by: Amelie Delaunay --- drivers/usb/dwc2/params.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/usb/dwc2/params.c b/drivers/usb/dwc2/params.c index a3ffe97..d5b672d