Re: [PATCH v4 00/14] software node: add support for reference properties

2019-10-11 Thread Dmitry Torokhov
On Thu, Oct 03, 2019 at 10:39:24AM +0200, Rafael J. Wysocki wrote: > On Thu, Oct 3, 2019 at 2:32 AM Dmitry Torokhov > wrote: > > > > Hi Rafael, > > > > On Tue, Sep 10, 2019 at 10:12:17PM -0700, Dmitry Torokhov wrote: > > > These series implement "references" properties for software nodes as true

Re: [PATCH v4 00/14] software node: add support for reference properties

2019-10-03 Thread Rafael J. Wysocki
On Thu, Oct 3, 2019 at 2:32 AM Dmitry Torokhov wrote: > > Hi Rafael, > > On Tue, Sep 10, 2019 at 10:12:17PM -0700, Dmitry Torokhov wrote: > > These series implement "references" properties for software nodes as true > > properties, instead of managing them completely separately. > > > > The first

Re: [PATCH v4 00/14] software node: add support for reference properties

2019-10-02 Thread Dmitry Torokhov
Hi Rafael, On Tue, Sep 10, 2019 at 10:12:17PM -0700, Dmitry Torokhov wrote: > These series implement "references" properties for software nodes as true > properties, instead of managing them completely separately. > > The first 10 patches are generic cleanups and consolidation and unification >

[PATCH v4 00/14] software node: add support for reference properties

2019-09-10 Thread Dmitry Torokhov
These series implement "references" properties for software nodes as true properties, instead of managing them completely separately. The first 10 patches are generic cleanups and consolidation and unification of the existing code; patch #11 implements PROPERTY_EMTRY_REF() and friends; patch #12