Re: [PATCH 1/2] drivers: base: swnode: link devices to software nodes
From: Rafael J. Wysocki <hidden>
Date: 2019-07-29 09:26:32
Also in:
linux-gpio, lkml
From: Rafael J. Wysocki <hidden>
Date: 2019-07-29 09:26:32
Also in:
linux-gpio, lkml
On Monday, July 29, 2019 12:11:41 AM CEST Linus Walleij wrote:
On Sat, Jul 13, 2019 at 9:53 AM Dmitry Torokhov [off-list ref] wrote:quoted
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.torokhov@gmail.com>Reviewed-by: Linus Walleij <redacted> 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 <redacted> to the commit when you apply it. Thanks!