]> git.baikalelectronics.ru Git - kernel.git/commit
of: property: Update implementation of add_links() to create fwnode links
authorSaravana Kannan <saravanak@google.com>
Sat, 21 Nov 2020 02:02:29 +0000 (18:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2020 18:13:02 +0000 (19:13 +0100)
commita057edaa1a8443851bc6da26d834efc1fc8ec5b8
tree6c63d66331aabb583a6d72730b52c2cf9e67e7bf
parent25d1466819be6331d73e107044f336034f07fdf0
of: property: Update implementation of add_links() to create fwnode links

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.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20201121020232.908850-15-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/of/property.c