Re: [PATCH] usb: dwc2: Add reset control to dwc2

2016-08-16 Thread Felipe Balbi
Hi, John Youn writes: > Hi Felipe, > > On 8/10/2016 6:53 AM, Dinh Nguyen wrote: >> From: Dinh Nguyen >> >> Allow for platforms that have a reset controller driver in place to bring >> the USB IP out of reset. >> >> Signed-off-by: Dinh Nguyen >> Acked-by: John Youn >> Tested-by: Stefan Wahre

Re: [PATCH] usb: dwc2: Add reset control to dwc2

2016-08-15 Thread John Youn
Hi Felipe, On 8/10/2016 6:53 AM, Dinh Nguyen wrote: > From: Dinh Nguyen > > Allow for platforms that have a reset controller driver in place to bring > the USB IP out of reset. > > Signed-off-by: Dinh Nguyen > Acked-by: John Youn > Tested-by: Stefan Wahren > --- > Hi Felipe, > > Can you ple

Re: [PATCH] usb: dwc2: Add reset control to dwc2

2016-08-11 Thread Dinh Nguyen
On 08/09/2016 02:05 PM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Allow for platforms that have a reset controller driver in place to bring > the USB IP out of reset. > > Signed-off-by: Dinh Nguyen > Acked-by: John Youn > Tested-by: Stefan Wahren > --- > Hi Felipe, > >

[PATCH] usb: dwc2: Add reset control to dwc2

2016-08-10 Thread Dinh Nguyen
From: Dinh Nguyen Allow for platforms that have a reset controller driver in place to bring the USB IP out of reset. Signed-off-by: Dinh Nguyen Acked-by: John Youn Tested-by: Stefan Wahren --- Hi Felipe, Can you please take this patch through your USB tree? This patch was dependent on "168d7

[PATCH] usb: dwc2: Add reset control to dwc2

2016-08-09 Thread dinguyen
From: Dinh Nguyen Allow for platforms that have a reset controller driver in place to bring the USB IP out of reset. Signed-off-by: Dinh Nguyen Acked-by: John Youn Tested-by: Stefan Wahren --- Hi Felipe, Can you please take this patch through your USB tree? This patch was dependent on "168d7

Re: [RESEND PATCH] usb: dwc2: Add reset control to dwc2

2016-06-21 Thread Dinh Nguyen
On 06/21/2016 02:15 PM, John Youn wrote: > > Can you resend this to Philipp Zabel. > > Hi Philipp, > > Could you take this in your reset/next tree? It depends on the > following patch there: > > http://marc.info/?l=linux-usb&m=146473891018262&w=2 > I've resent that patch to Philipp. Thanks,

Re: [RESEND PATCH] usb: dwc2: Add reset control to dwc2

2016-06-21 Thread John Youn
On 6/21/2016 1:06 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> On 6/3/2016 8:59 AM, dingu...@opensource.altera.com wrote: >>> From: Dinh Nguyen >>> >>> Allow for platforms that have a reset controller driver in place to bring >>> the USB IP out of reset. >>> >>> Signed-off-by: Dinh

Re: [RESEND PATCH] usb: dwc2: Add reset control to dwc2

2016-06-21 Thread Felipe Balbi
Hi, John Youn writes: > On 6/3/2016 8:59 AM, dingu...@opensource.altera.com wrote: >> From: Dinh Nguyen >> >> Allow for platforms that have a reset controller driver in place to bring >> the USB IP out of reset. >> >> Signed-off-by: Dinh Nguyen >> Acked-by: John Youn >> Tested-by: Stefan Wa

Re: [RESEND PATCH] usb: dwc2: Add reset control to dwc2

2016-06-03 Thread John Youn
On 6/3/2016 8:59 AM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Allow for platforms that have a reset controller driver in place to bring > the USB IP out of reset. > > Signed-off-by: Dinh Nguyen > Acked-by: John Youn > Tested-by: Stefan Wahren > --- > v7: Use devm_reset_co

[RESEND PATCH] usb: dwc2: Add reset control to dwc2

2016-06-03 Thread dinguyen
From: Dinh Nguyen Allow for platforms that have a reset controller driver in place to bring the USB IP out of reset. Signed-off-by: Dinh Nguyen Acked-by: John Youn Tested-by: Stefan Wahren --- v7: Use devm_reset_control_get_optional() v6: fix 80 line checkpatch warning in dev_err print v5: up

[RESEND PATCH] usb: dwc2: Add reset control to dwc2

2016-06-03 Thread dinguyen
From: Dinh Nguyen Allow for platforms that have a reset controller driver in place to bring the USB IP out of reset. Signed-off-by: Dinh Nguyen Acked-by: John Youn Tested-by: Stefan Wahren --- v7: Use devm_reset_control_get_optional() v6: fix 80 line checkpatch warning in dev_err print v5: up