Re: [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-17 Thread Saravana Kannan
On Wed, Jul 17, 2019 at 7:35 AM Rob Herring wrote: > > On Tue, Jul 16, 2019 at 5:54 PM Saravana Kannan wrote: > > > > On Tue, Jul 16, 2019 at 4:43 PM Rob Herring wrote: > > > > > > On Fri, Jul 12, 2019 at 5:52 PM Saravana Kannan > > > wrote: > > > > > > > > Add device-links after the devices a

Re: [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-17 Thread Rob Herring
On Tue, Jul 16, 2019 at 5:54 PM Saravana Kannan wrote: > > On Tue, Jul 16, 2019 at 4:43 PM Rob Herring wrote: > > > > On Fri, Jul 12, 2019 at 5:52 PM Saravana Kannan > > wrote: > > > > > > Add device-links after the devices are created (but before they are > > > probed) by looking at common DT

Re: [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-16 Thread Saravana Kannan
On Tue, Jul 16, 2019 at 4:43 PM Rob Herring wrote: > > On Fri, Jul 12, 2019 at 5:52 PM Saravana Kannan wrote: > > > > Add device-links after the devices are created (but before they are > > probed) by looking at common DT bindings like clocks and > > interconnects. > > > > Automatically adding de

Re: [PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-16 Thread Rob Herring
On Fri, Jul 12, 2019 at 5:52 PM Saravana Kannan wrote: > > Add device-links after the devices are created (but before they are > probed) by looking at common DT bindings like clocks and > interconnects. > > Automatically adding device-links for functional dependencies at the > framework level prov

[PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings

2019-07-12 Thread Saravana Kannan
Add device-links after the devices are created (but before they are probed) by looking at common DT bindings like clocks and interconnects. Automatically adding device-links for functional dependencies at the framework level provides the following benefits: - Optimizes device probe order and avoi