Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-07 Thread Marek Vasut
On Friday, November 07, 2014 at 03:33:10 PM, Lukasz Majewski wrote: > Hi Marek, > > > On Friday, November 07, 2014 at 10:11:35 AM, Lukasz Majewski wrote: > > > Hi Marek, > > > > > > > On Tuesday, November 04, 2014 at 08:36:57 PM, Pavel Machek wrote: > > > > > On Tue 2014-11-04 06:07:33, Marek Vas

Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-07 Thread Lukasz Majewski
Hi Marek, > On Friday, November 07, 2014 at 10:11:35 AM, Lukasz Majewski wrote: > > Hi Marek, > > > > > On Tuesday, November 04, 2014 at 08:36:57 PM, Pavel Machek wrote: > > > > On Tue 2014-11-04 06:07:33, Marek Vasut wrote: > > > > > Allow passing in a custom configuration of the gusbcfg > > > >

Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-07 Thread Lukasz Majewski
Hi Marek, > On Friday, November 07, 2014 at 10:11:35 AM, Lukasz Majewski wrote: > > Hi Marek, > > > > > On Tuesday, November 04, 2014 at 08:36:57 PM, Pavel Machek wrote: > > > > On Tue 2014-11-04 06:07:33, Marek Vasut wrote: > > > > > Allow passing in a custom configuration of the gusbcfg > > > >

Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-07 Thread Marek Vasut
On Friday, November 07, 2014 at 10:11:35 AM, Lukasz Majewski wrote: > Hi Marek, > > > On Tuesday, November 04, 2014 at 08:36:57 PM, Pavel Machek wrote: > > > On Tue 2014-11-04 06:07:33, Marek Vasut wrote: > > > > Allow passing in a custom configuration of the gusbcfg register > > > > via platform

Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-07 Thread Lukasz Majewski
Hi Marek, > On Tuesday, November 04, 2014 at 08:36:57 PM, Pavel Machek wrote: > > On Tue 2014-11-04 06:07:33, Marek Vasut wrote: > > > Allow passing in a custom configuration of the gusbcfg register > > > via platform data. > > > > > > Signed-off-by: Marek Vasut > > > Cc: Chin Liang See > > > C

Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-06 Thread Marek Vasut
On Tuesday, November 04, 2014 at 08:36:57 PM, Pavel Machek wrote: > On Tue 2014-11-04 06:07:33, Marek Vasut wrote: > > Allow passing in a custom configuration of the gusbcfg register > > via platform data. > > > > Signed-off-by: Marek Vasut > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Vin

Re: [U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-04 Thread Pavel Machek
On Tue 2014-11-04 06:07:33, Marek Vasut wrote: > Allow passing in a custom configuration of the gusbcfg register > via platform data. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Vince Bridgers Acked-by: Pavel Machek > debug("Reseting OTG controller\n");

[U-Boot] [PATCH 4/5] usb: s3c-otg: Allow custom gusbcfg

2014-11-03 Thread Marek Vasut
Allow passing in a custom configuration of the gusbcfg register via platform data. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Vince Bridgers Cc: Pavel Machek Cc: Stefan Roese Cc: Lukasz Majewski --- drivers/usb/gadget/s3c_udc_otg.c | 18 -- d