Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-15 Thread Mateusz Zalega
On 04/11/14 14:02, Marek Vasut wrote: Existing code relied on boolean value returned from usb_cable_connected(), but there was no way to signal that it's impossible to tell whether cable is connected or not. If you prefer an enum with USBCNT_DONTKNOW as a return value, make a decision. Did

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-15 Thread Marek Vasut
On Tuesday, April 15, 2014 at 01:04:57 PM, Mateusz Zalega wrote: On 04/11/14 14:02, Marek Vasut wrote: Existing code relied on boolean value returned from usb_cable_connected(), but there was no way to signal that it's impossible to tell whether cable is connected or not. If you prefer an

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-11 Thread Mateusz Zalega
On 04/03/14 10:52, Marek Vasut wrote: Acked-by: Lukasz Majewski l.majew...@samsung.com I suggest this goes for -next. Do you agree? I'm fine with this code going to -next. Thanks in advance. Hm, actually, I see we have open issues with the 04/13 V2 patch (why don't you have default

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-11 Thread Marek Vasut
On Friday, April 11, 2014 at 01:43:47 PM, Mateusz Zalega wrote: On 04/03/14 10:52, Marek Vasut wrote: Acked-by: Lukasz Majewski l.majew...@samsung.com I suggest this goes for -next. Do you agree? I'm fine with this code going to -next. Thanks in advance. Hm, actually, I see we

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-03 Thread Lukasz Majewski
Hi Marek, On Wednesday, April 02, 2014 at 08:35:33 AM, Lukasz Majewski wrote: Hi Mateusz, [...] Acked-by: Lukasz Majewski l.majew...@samsung.com I suggest this goes for -next. Do you agree? I'm fine with this code going to -next. Thanks in advance. Acked-by: Marek Vasut

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-03 Thread Marek Vasut
On Thursday, April 03, 2014 at 09:46:22 AM, Lukasz Majewski wrote: Hi Marek, On Wednesday, April 02, 2014 at 08:35:33 AM, Lukasz Majewski wrote: Hi Mateusz, [...] Acked-by: Lukasz Majewski l.majew...@samsung.com I suggest this goes for -next. Do you agree? I'm fine with

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-02 Thread Lukasz Majewski
Hi Mateusz, Preprocessor definitions and hardcoded implementation selection in g_dnl core were replaced by a linker list made of (usb_function_name, bind_callback) pairs. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-04-02 Thread Marek Vasut
On Wednesday, April 02, 2014 at 08:35:33 AM, Lukasz Majewski wrote: Hi Mateusz, [...] Acked-by: Lukasz Majewski l.majew...@samsung.com I suggest this goes for -next. Do you agree? Acked-by: Marek Vasut ma...@denx.de Best regards, Marek Vasut ___

[U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-03-31 Thread Mateusz Zalega
Preprocessor definitions and hardcoded implementation selection in g_dnl core were replaced by a linker list made of (usb_function_name, bind_callback) pairs. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Marek Vasut ma...@denx.de ---

Re: [U-Boot] [PATCH v3 06/13] USB: gadget: added a saner gadget downloader registration API

2014-03-31 Thread Marek Vasut
On Monday, March 31, 2014 at 05:49:05 PM, Mateusz Zalega wrote: Preprocessor definitions and hardcoded implementation selection in g_dnl core were replaced by a linker list made of (usb_function_name, bind_callback) pairs. Signed-off-by: Mateusz Zalega m.zal...@samsung.com Cc: Lukasz