Re: [PATCH 3/3] software node: remove separate handling of references

2019-09-06 Thread Andy Shevchenko
On Thu, Sep 05, 2019 at 09:38:09PM -0700, Dmitry Torokhov wrote: > Now that all users of references have moved to reference properties, > we can remove separate handling of references. This is good one! -- With Best Regards, Andy Shevchenko

[PATCH 3/3] software node: remove separate handling of references

2019-09-05 Thread Dmitry Torokhov
Now that all users of references have moved to reference properties, we can remove separate handling of references. Signed-off-by: Dmitry Torokhov --- drivers/base/swnode.c| 31 +-- include/linux/property.h | 26 ++ 2 files changed, 15 inse