[U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-03 Thread Dileep Katta
g_dnl_gadget_register() fails for dra7xx dwc3 gadget when running cmd_fastboot. Calling board_usb_init() fixes this. Signed-off-by: Angela Stegmaier Signed-off-by: Dileep Katta --- common/cmd_fastboot.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/cmd_fastboot.c b/common/cmd_fas

[U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-12 Thread Dileep Katta
g_dnl_gadget_register() fails for dra7xx dwc3 gadget when running cmd_fastboot. Calling board_usb_init() to fix this. fastboot command is now added with an optional controller index argument with default value as 0, to facilitate configurable controller index. Signed-off-by: Angela Stegmaier Sign

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Lukasz Majewski
Hi Dileep, > g_dnl_gadget_register() fails for dra7xx dwc3 gadget > when running cmd_fastboot. > Calling board_usb_init() fixes this. > > Signed-off-by: Angela Stegmaier > Signed-off-by: Dileep Katta > --- > common/cmd_fastboot.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/comm

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Stegmaier, Angela
ngela > Cc: Dileep Katta > Subject: [U-Boot][PATCH v2 2/4] fastboot: call board_usb_init() to enable > usb > > g_dnl_gadget_register() fails for dra7xx dwc3 gadget when running > cmd_fastboot. > Calling board_usb_init() fixes this. > > Signed-off-by: Angela Stegmaier &

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Tom Rini
l.com; Rini, Tom; > > rob.herr...@linaro.org; s...@broadcom.com; l.majew...@samsung.com; > > Stegmaier, Angela > > Cc: Dileep Katta > > Subject: [U-Boot][PATCH v2 2/4] fastboot: call board_usb_init() to enable > > usb > > > > g_dnl_gadget_register() fails for dra7

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Dileep Katta
015 5:11 AM > > > To: u-boot@lists.denx.de; robherri...@gmail.com; Rini, Tom; > > > rob.herr...@linaro.org; s...@broadcom.com; l.majew...@samsung.com; > > > Stegmaier, Angela > > > Cc: Dileep Katta > > > Subject: [U-Boot][PATCH v2 2/4] fastboot: call boar

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-05 Thread Tom Rini
gt; From: Dileep Katta [mailto:dileep.ka...@linaro.org] > > > > Sent: Tuesday, March 03, 2015 5:11 AM > > > > To: u-boot@lists.denx.de; robherri...@gmail.com; Rini, Tom; > > > > rob.herr...@linaro.org; s...@broadcom.com; l.majew...@samsung.com; > > >

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-11 Thread Dileep Katta
> > > rob.herr...@linaro.org; s...@broadcom.com; l.majew...@samsung.com; > > > > > Stegmaier, Angela > > > > > Cc: Dileep Katta > > > > > Subject: [U-Boot][PATCH v2 2/4] fastboot: call board_usb_init() to > > > enable > > > >

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-12 Thread Lukasz Majewski
2015 5:11 AM > > > > > > To: u-boot@lists.denx.de; robherri...@gmail.com; Rini, Tom; > > > > > > rob.herr...@linaro.org; s...@broadcom.com; > > > > > > l.majew...@samsung.com; Stegmaier, Angela > > > > > > Cc: Dileep Katta > > >

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-12 Thread Marek Vasut
On Thursday, March 12, 2015 at 09:55:57 AM, Lukasz Majewski wrote: Hi! [...] > > We are not getting controller Index as an argument for fastboot > > function. Might have to add extra logic to get the same. > > But do we need configurable index here for fastboot? > > Experts, please advise. > >

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-13 Thread Lukasz Majewski
Hi Dileep, > g_dnl_gadget_register() fails for dra7xx dwc3 gadget when running > cmd_fastboot. Calling board_usb_init() to fix this. > fastboot command is now added with an optional controller index > argument with default value as 0, to facilitate configurable > controller index. > > Signed-off-

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-13 Thread Dileep Katta
Hi Lukasz, On 13 March 2015 at 13:23, Lukasz Majewski wrote: > Hi Dileep, > > > g_dnl_gadget_register() fails for dra7xx dwc3 gadget when running > > cmd_fastboot. Calling board_usb_init() to fix this. > > fastboot command is now added with an optional controller index > > argument with default

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-13 Thread Lukasz Majewski
On Sat, 14 Mar 2015 00:58:51 +0530 Dileep Katta wrote: > Hi Lukasz, > > On 13 March 2015 at 13:23, Lukasz Majewski > wrote: > > > Hi Dileep, > > > > > g_dnl_gadget_register() fails for dra7xx dwc3 gadget when running > > > cmd_fastboot. Calling board_usb_init() to fix this. > > > fastboot comm

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-27 Thread Dileep Katta
Experts, Please send your valuable comments if this patch needs any change. Regards, Dileep On 14/03/2015, Lukasz Majewski wrote: > On Sat, 14 Mar 2015 00:58:51 +0530 > Dileep Katta wrote: > >> Hi Lukasz, >> >> On 13 March 2015 at 13:23, Lukasz Majewski >> wrote: >> >> > Hi Dileep, >> > >> > >

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-27 Thread Tom Rini
On Fri, Mar 27, 2015 at 11:23:08PM +0530, Dileep Katta wrote: > Experts, > Please send your valuable comments if this patch needs any change. Assuming everything has acks I'll pick it up for the next release, thanks. > > Regards, Dileep > > On 14/03/2015, Lukasz Majewski wrote: > > On Sat, 14

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-27 Thread Marek Vasut
On Friday, March 27, 2015 at 07:15:18 PM, Tom Rini wrote: > On Fri, Mar 27, 2015 at 11:23:08PM +0530, Dileep Katta wrote: > > Experts, > > Please send your valuable comments if this patch needs any change. > > Assuming everything has acks I'll pick it up for the next release, > thanks. Lukasz can

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-30 Thread Lukasz Majewski
Hi Marek, > On Friday, March 27, 2015 at 07:15:18 PM, Tom Rini wrote: > > On Fri, Mar 27, 2015 at 11:23:08PM +0530, Dileep Katta wrote: > > > Experts, > > > Please send your valuable comments if this patch needs any change. > > > > Assuming everything has acks I'll pick it up for the next release