Re: [PATCH v2] of: property: fw_devlink: Add support for "phy-handle" property
From: Rob Herring <robh@kernel.org>
Date: 2021-08-18 17:01:08
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-08-18 17:01:08
Also in:
linux-devicetree, lkml
On Tue, 17 Aug 2021 19:17:16 -0700, Saravana Kannan wrote:
Allows tracking dependencies between Ethernet PHYs and their consumers. Cc: Andrew Lunn <andrew@lunn.ch> Cc: netdev@vger.kernel.org Signed-off-by: Saravana Kannan <redacted> --- v1 -> v2: - Fixed patch to address my misunderstanding of how PHYs get initialized. drivers/of/property.c | 2 ++ 1 file changed, 2 insertions(+)
Applied, thanks!