On Fri, 20 Nov 2020 18:02:29 -0800, Saravana Kannan wrote: > The semantics of add_links() has changed from creating device link > between devices to creating fwnode links between fwnodes. So, update the > implementation of add_links() to match the new semantics. > > Signed-off-by: Saravana Kannan <sarava...@google.com> > --- > drivers/of/property.c | 150 ++++++++++++------------------------------ > 1 file changed, 41 insertions(+), 109 deletions(-) >
Acked-by: Rob Herring <r...@kernel.org>