Re: [PATCH net-next v2 08/11] of: property: Add device link support for PCS
From: Rob Herring <robh@kernel.org>
Date: 2022-11-07 20:10:14
Also in:
lkml, netdev
From: Rob Herring <robh@kernel.org>
Date: 2022-11-07 20:10:14
Also in:
lkml, netdev
On Thu, Nov 03, 2022 at 05:06:47PM -0400, Sean Anderson wrote:
This adds device link support for PCS devices. Both the recommended pcs-handle and the deprecated pcsphy-handle properties are supported. This should provide better probe ordering. Signed-off-by: Sean Anderson <redacted> --- (no changes since v1) drivers/of/property.c | 4 ++++ 1 file changed, 4 insertions(+)
Seems like no dependency on the rest of the series, so I can take this patch? Rob