Message ID | 20190911051231.148032-1-dmitry.torokhov@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | software node: add support for reference properties | expand |
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 > of the existing code; patch #11 implements PROPERTY_EMTRY_REF() and friends; > patch #12 converts the user of references to the property syntax, and patch > #13 removes the remains of references as entities that are managed > separately. Now that merge window is over could you please take a look at the series? Thanks!
On Thu, Oct 3, 2019 at 2:32 AM Dmitry Torokhov <dmitry.torokhov@gmail.com> 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 10 patches are generic cleanups and consolidation and unification > > of the existing code; patch #11 implements PROPERTY_EMTRY_REF() and friends; > > patch #12 converts the user of references to the property syntax, and patch > > #13 removes the remains of references as entities that are managed > > separately. > > Now that merge window is over could you please take a look at the > series? I will. It would help to resend the whole series with a CC to linux-acpi, though. Thanks!
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 > <dmitry.torokhov@gmail.com> 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 10 patches are generic cleanups and consolidation and unification > > > of the existing code; patch #11 implements PROPERTY_EMTRY_REF() and friends; > > > patch #12 converts the user of references to the property syntax, and patch > > > #13 removes the remains of references as entities that are managed > > > separately. > > > > Now that merge window is over could you please take a look at the > > series? > > I will. > > It would help to resend the whole series with a CC to linux-acpi, though. Rebased to next-20191011 and sent to linux-acpi and others. Thanks!