device property: Move fwnode_connection_find_match() under drivers/base/property.c
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 7 Sep 2020 12:05:31 +0000 (15:05 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Sep 2020 11:32:06 +0000 (13:32 +0200)
commitd7cf5590393132993f2e6d2618fd23a20a6342ca
treeb7f4b2afd93bb477a3b84e1e3bdf7558fb9a9895
parent28d9fdf04573cfed6a205220fb038dd444568fa3
device property: Move fwnode_connection_find_match() under drivers/base/property.c

The function is now only a helper that searches the
connection from device graph and then by checking if the
supplied connection identifier matches a property that
contains reference.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20200907120532.37611-2-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/Makefile
drivers/base/devcon.c [deleted file]
drivers/base/property.c
include/linux/device.h
include/linux/property.h