]> git.baikalelectronics.ru Git - kernel.git/commit
driver core: Redefine the meaning of fwnode_operations.add_links()
authorSaravana Kannan <saravanak@google.com>
Sat, 21 Nov 2020 02:02:26 +0000 (18:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2020 18:10:21 +0000 (19:10 +0100)
commit8fa8f4a0ccc44427b29442f31e10ced7eda176b4
treef8208b9cfd0044557d8f18f7e2f7a171c488e615
parent44e3711f3392a9326e54da3d7424c5a223206846
driver core: Redefine the meaning of fwnode_operations.add_links()

Change the meaning of fwnode_operations.add_links() to just create
fwnode links by parsing the properties of a given fwnode.

This patch doesn't actually make any code changes. To keeps things more
digestable, the actual functional changes come in later patches in this
series.

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