On Monday, July 29, 2019 12:11:41 AM CEST Linus Walleij wrote: > On Sat, Jul 13, 2019 at 9:53 AM Dmitry Torokhov > <dmitry.torok...@gmail.com> wrote: > > > It is helpful to know what device, if any, a software node is tied to, so > > let's store a pointer to the device in software node structure. Note that > > children software nodes will inherit their parent's device pointer, so we > > do not have to traverse hierarchy to see what device the [sub]tree belongs > > to. > > > > We will be using the device pointer to locate GPIO lookup tables for > > devices with static properties. > > > > Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com> > > Reviewed-by: Linus Walleij <linus.wall...@linaro.org> > > If some device core person like Rafael and/or Greg can ACK it I can > apply this patch to the GPIO tree.
I don't have any concerns regarding this, so please feel free to add Acked-by: Rafael J. Wysocki <rafael.j.wyso...@intel.com> to the commit when you apply it. Thanks!