Re: [PATCH v1 2/2] of: property: Improve cycle detection when one of the devices is never added

2020-06-06 Thread Saravana Kannan
On Fri, Jun 5, 2020 at 5:36 PM Saravana Kannan wrote: > > Consider this example where -> means LHS device is a consumer of RHS > device and indentation represents "child of" of the previous device. > > Device A -> Device C > > Device B -> Device A > Device C > > Without this commit: > 1.

[PATCH v1 2/2] of: property: Improve cycle detection when one of the devices is never added

2020-06-05 Thread Saravana Kannan
Consider this example where -> means LHS device is a consumer of RHS device and indentation represents "child of" of the previous device. Device A -> Device C Device B -> Device A Device C Without this commit: 1. Device A is added. 2. Device A is added to waiting for supplier list