]> git.baikalelectronics.ru Git - kernel.git/commit
efi: Update implementation of add_links() to create fwnode links
authorSaravana Kannan <saravanak@google.com>
Sat, 21 Nov 2020 02:02:30 +0000 (18:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2020 18:13:03 +0000 (19:13 +0100)
commit7baffc4e2a12b7c8ca79a0de7332a1c84ffb8434
tree2554ab6aa6ea5706487164ecd2dc3cfe75b405ad
parent251a2e8c3bb90c943c3119a11805f48796d82255
efi: 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.

Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20201121020232.908850-16-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/efi/efi-init.c