Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-18 Thread Marek Vasut
On 10/18/2017 03:30 AM, Suneel Garapati wrote: > On Tue, Oct 17, 2017 at 6:22 PM, Marek Vasut wrote: >> On 10/18/2017 01:50 AM, Suneel Garapati wrote: >>> On Tue, Oct 17, 2017 at 5:43 AM, Marek Vasut wrote: On 10/17/2017 05:21 AM, Bin Meng wrote: > +Marek,

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-17 Thread Suneel Garapati
On Tue, Oct 17, 2017 at 6:22 PM, Marek Vasut wrote: > On 10/18/2017 01:50 AM, Suneel Garapati wrote: >> On Tue, Oct 17, 2017 at 5:43 AM, Marek Vasut wrote: >>> On 10/17/2017 05:21 AM, Bin Meng wrote: +Marek, Tom, >>> >>> Well, if the author CCed me in the first

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-17 Thread Marek Vasut
On 10/18/2017 01:50 AM, Suneel Garapati wrote: > On Tue, Oct 17, 2017 at 5:43 AM, Marek Vasut wrote: >> On 10/17/2017 05:21 AM, Bin Meng wrote: >>> +Marek, Tom, >> >> Well, if the author CCed me in the first place, that'd be useful. >> >>> On Tue, Oct 17, 2017 at 11:14 AM, Suneel

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-17 Thread Suneel Garapati
On Tue, Oct 17, 2017 at 5:43 AM, Marek Vasut wrote: > On 10/17/2017 05:21 AM, Bin Meng wrote: >> +Marek, Tom, > > Well, if the author CCed me in the first place, that'd be useful. > >> On Tue, Oct 17, 2017 at 11:14 AM, Suneel Garapati >> wrote: >>> Hi

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-17 Thread Marek Vasut
On 10/17/2017 05:21 AM, Bin Meng wrote: > +Marek, Tom, Well, if the author CCed me in the first place, that'd be useful. > On Tue, Oct 17, 2017 at 11:14 AM, Suneel Garapati > wrote: >> Hi Bin/Simon, >> >> Request to know if this will be applied for v2017.11 >> > > Not

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-16 Thread Bin Meng
+Marek, Tom, On Tue, Oct 17, 2017 at 11:14 AM, Suneel Garapati wrote: > Hi Bin/Simon, > > Request to know if this will be applied for v2017.11 > Not sure which of you should pick this up for v2017.11. > Regards, > Suneel > Suneel, please avoid top-posting next time.

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-10-16 Thread Suneel Garapati
Hi Bin/Simon, Request to know if this will be applied for v2017.11 Regards, Suneel On Sun, Sep 24, 2017 at 7:13 PM, Simon Glass wrote: > On 20 September 2017 at 23:09, Suneel Garapati wrote: >> add blk child devices to ignore list while displaying

Re: [U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-09-24 Thread Simon Glass
On 20 September 2017 at 23:09, Suneel Garapati wrote: > add blk child devices to ignore list while displaying usb tree graph, > also preamble should not be set for blk child devices. > add usb_emul to ignore list in usb_show_info. otherwise usb tree and > info commands may

[U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-09-20 Thread Suneel Garapati
add blk child devices to ignore list while displaying usb tree graph, also preamble should not be set for blk child devices. add usb_emul to ignore list in usb_show_info. otherwise usb tree and info commands may cause crash treating blk as usb device. Signed-off-by: Suneel Garapati