Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-20 Thread Suneel Garapati
Hi Bin, On Wed, Sep 20, 2017 at 12:42 AM, Bin Meng wrote: > Hi Suneel, > > On Wed, Sep 20, 2017 at 2:32 PM, Suneel Garapati > wrote: >> Hi Bin, >> >> On Tue, Sep 19, 2017 at 8:32 PM, Bin Meng wrote: >>> Hi Suneel, >>> >>> On Wed,

Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-20 Thread Bin Meng
Hi Suneel, On Wed, Sep 20, 2017 at 2:32 PM, Suneel Garapati wrote: > Hi Bin, > > On Tue, Sep 19, 2017 at 8:32 PM, Bin Meng wrote: >> Hi Suneel, >> >> On Wed, Sep 20, 2017 at 2:31 AM, Suneel Garapati >> wrote: >>> Hi Bin, >>>

Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-20 Thread Suneel Garapati
Hi Bin, On Tue, Sep 19, 2017 at 8:32 PM, Bin Meng wrote: > Hi Suneel, > > On Wed, Sep 20, 2017 at 2:31 AM, Suneel Garapati > wrote: >> Hi Bin, >> >> On Tue, Sep 19, 2017 at 12:32 AM, Bin Meng wrote: >>> Hi Suneel, >>> >>> On Tue,

Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-19 Thread Bin Meng
Hi Suneel, On Wed, Sep 20, 2017 at 2:31 AM, Suneel Garapati wrote: > Hi Bin, > > On Tue, Sep 19, 2017 at 12:32 AM, Bin Meng wrote: >> Hi Suneel, >> >> On Tue, Sep 19, 2017 at 1:55 PM, Suneel Garapati >> wrote: >>> add blk

Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-19 Thread Suneel Garapati
Hi Bin, On Tue, Sep 19, 2017 at 12:32 AM, Bin Meng wrote: > Hi Suneel, > > On Tue, Sep 19, 2017 at 1:55 PM, Suneel Garapati > wrote: >> add blk child devices to ignore list while displaying >> usb tree graph, otherwise usb tree and info commands >>

Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-19 Thread Bin Meng
Hi Suneel, On Tue, Sep 19, 2017 at 1:55 PM, Suneel Garapati wrote: > add blk child devices to ignore list while displaying > usb tree graph, otherwise usb tree and info commands > may cause crash treating blk as usb device. > > Signed-off-by: Suneel Garapati

[U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-18 Thread Suneel Garapati
add blk child devices to ignore list while displaying usb tree graph, otherwise usb tree and info commands may cause crash treating blk as usb device. Signed-off-by: Suneel Garapati --- Changes v3: - remove 'check on parent uclass' in description Changes v2: - remove