Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-02-01 Thread Marek Vasut
On Sunday, February 01, 2015 at 02:15:45 PM, Lukasz Majewski wrote: > On Sat, 31 Jan 2015 15:15:24 +0100 > > Marek Vasut wrote: > > On Saturday, January 31, 2015 at 02:26:16 PM, Lukasz Majewski wrote: > > > On Fri, 30 Jan 2015 23:16:57 +0100 > > > > > > Marek Vasut wrote: > > > > On Monday, Jan

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-02-01 Thread Lukasz Majewski
On Sat, 31 Jan 2015 15:15:24 +0100 Marek Vasut wrote: > On Saturday, January 31, 2015 at 02:26:16 PM, Lukasz Majewski wrote: > > On Fri, 30 Jan 2015 23:16:57 +0100 > > > > Marek Vasut wrote: > > > On Monday, January 26, 2015 at 01:31:39 PM, Lukasz Majewski wrote: > > > > Hi Marek, > > > > > >

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-31 Thread Marek Vasut
On Saturday, January 31, 2015 at 02:26:16 PM, Lukasz Majewski wrote: > On Fri, 30 Jan 2015 23:16:57 +0100 > > Marek Vasut wrote: > > On Monday, January 26, 2015 at 01:31:39 PM, Lukasz Majewski wrote: > > > Hi Marek, > > > > > > > On Monday, January 26, 2015 at 09:38:28 AM, Lukasz Majewski wrote:

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-31 Thread Lukasz Majewski
On Fri, 30 Jan 2015 23:16:57 +0100 Marek Vasut wrote: > On Monday, January 26, 2015 at 01:31:39 PM, Lukasz Majewski wrote: > > Hi Marek, > > > > > On Monday, January 26, 2015 at 09:38:28 AM, Lukasz Majewski wrote: > > > > Hi Marek, > > > > > > Hi! > > > > > > [...] > > > > > > > > No, unless

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-30 Thread Marek Vasut
On Wednesday, January 28, 2015 at 08:04:45 PM, Steve Rae wrote: > On 15-01-27 03:00 PM, Marek Vasut wrote: > > On Monday, January 26, 2015 at 06:44:14 PM, Steve Rae wrote: > > [...] > > > >>> No, unless there's a convincing technical argument that the currently > >>> mainline DWC2 gadget driver (t

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-30 Thread Marek Vasut
On Monday, January 26, 2015 at 01:31:39 PM, Lukasz Majewski wrote: > Hi Marek, > > > On Monday, January 26, 2015 at 09:38:28 AM, Lukasz Majewski wrote: > > > Hi Marek, > > > > Hi! > > > > [...] > > > > > > No, unless there's a convincing technical argument that the > > > > currently mainline DW

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-28 Thread Steve Rae
On 15-01-27 03:00 PM, Marek Vasut wrote: On Monday, January 26, 2015 at 06:44:14 PM, Steve Rae wrote: [...] No, unless there's a convincing technical argument that the currently mainline DWC2 gadget driver (the s3c one) can absolutelly not be used for the broadcom SoC, I want to avoid having t

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-27 Thread Marek Vasut
On Monday, January 26, 2015 at 06:44:14 PM, Steve Rae wrote: [...] > > No, unless there's a convincing technical argument that the currently > > mainline DWC2 gadget driver (the s3c one) can absolutelly not be used > > for the broadcom SoC, I want to avoid having two drivers for the same > > IP cor

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-26 Thread Steve Rae
On 15-01-24 03:47 AM, Marek Vasut wrote: On Saturday, January 24, 2015 at 12:48:15 AM, Steve Rae wrote: On 15-01-21 11:05 PM, Marek Vasut wrote: On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote: Implement the UDC support for the USB OTG interface. Signed-off-by: Steve Rae ---

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-26 Thread Lukasz Majewski
Hi Marek, > On Monday, January 26, 2015 at 09:38:28 AM, Lukasz Majewski wrote: > > Hi Marek, > > Hi! > > [...] > > > > No, unless there's a convincing technical argument that the > > > currently mainline DWC2 gadget driver (the s3c one) can > > > absolutelly not be used for the broadcom SoC, I

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-26 Thread Marek Vasut
On Monday, January 26, 2015 at 09:38:28 AM, Lukasz Majewski wrote: > Hi Marek, Hi! [...] > > No, unless there's a convincing technical argument that the currently > > mainline DWC2 gadget driver (the s3c one) can absolutelly not be used > > for the broadcom SoC, I want to avoid having two driver

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-26 Thread Lukasz Majewski
Hi Marek, > On Saturday, January 24, 2015 at 12:48:15 AM, Steve Rae wrote: > > On 15-01-21 11:05 PM, Marek Vasut wrote: > > > On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote: > > >> Implement the UDC support for the USB OTG interface. > > >> > > >> Signed-off-by: Steve Rae > > >> --

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-24 Thread Marek Vasut
On Saturday, January 24, 2015 at 12:48:15 AM, Steve Rae wrote: > On 15-01-21 11:05 PM, Marek Vasut wrote: > > On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote: > >> Implement the UDC support for the USB OTG interface. > >> > >> Signed-off-by: Steve Rae > >> --- > > > > General questi

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-23 Thread Steve Rae
On 15-01-21 11:05 PM, Marek Vasut wrote: On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote: Implement the UDC support for the USB OTG interface. Signed-off-by: Steve Rae --- General question -- this bcm controller you're adding here isn't by any chance a DWC2 controller, or is it

Re: [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

2015-01-21 Thread Marek Vasut
On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote: > Implement the UDC support for the USB OTG interface. > > Signed-off-by: Steve Rae > --- General question -- this bcm controller you're adding here isn't by any chance a DWC2 controller, or is it ? There's already a driver for DWC2 i