Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Kumar Gala
On Jul 27, 2011, at 9:16 PM, Xie Shaohui-B21989 wrote: >> From: Gala Kumar-B11780 >> Sent: Wednesday, July 27, 2011 8:18 PM >> To: Xie Shaohui-B21989 >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode >> fo

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Xie Shaohui-B21989
>From: Gala Kumar-B11780 >Sent: Wednesday, July 27, 2011 8:18 PM >To: Xie Shaohui-B21989 >Cc: u-boot@lists.denx.de >Subject: Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode >for corenet ds board > > >On Jul 18, 2011, at 1:10 AM, Shaohui Xie wrote: > &g

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Kumar Gala
On Jul 18, 2011, at 1:10 AM, Shaohui Xie wrote: > to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to > 'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break > if it cannot find 'usb1', so we need to tell driver do not break until it > scaned all the 'usbx' th

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Xie Shaohui-B21989
Hi Kumar, How about this patch? There is no feedback till now. Best Regards, Shaohui Xie >-Original Message- >From: Xie Shaohui-B21989 >Sent: Monday, July 18, 2011 2:11 PM >To: u-boot@lists.denx.de >Cc: Gala Kumar-B11780; li...@bohmer.net; Xie Shaohui-B21989 >Subject: [PATCH][v2] pow

[U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-18 Thread Shaohui Xie
to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to 'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break if it cannot find 'usb1', so we need to tell driver do not break until it scaned all the 'usbx' that the board may have. Signed-off-by: Shaohui Xie --- ch