[PATCH v2 0/2] Move fwnode_connection_find_match() under drivers/base/property.c

From: Heikki Krogerus
Date: Mon Sep 07 2020 - 13:51:35 EST


This is second version of this series. I forgot to remove the file
from Documentation/driver-api/index.rst. Hopefully these are now OK.

The original cover letter:

Hi,

This was the last patch in my series that removed struct
device_connection [1]. It's now split into two separate patches.

[1] https://lore.kernel.org/lkml/20200904125123.83725-1-heikki.krogerus@xxxxxxxxxxxxxxx/

thanks,

*** BLURB HERE ***

Heikki Krogerus (2):
device property: Move fwnode_connection_find_match() under
drivers/base/property.c
Documentation: Remove device connection documentation

.../driver-api/device_connection.rst | 43 --------
Documentation/driver-api/index.rst | 1 -
drivers/base/Makefile | 2 +-
drivers/base/devcon.c | 101 ------------------
drivers/base/property.c | 73 +++++++++++++
include/linux/device.h | 9 --
include/linux/property.h | 14 +++
7 files changed, 88 insertions(+), 155 deletions(-)
delete mode 100644 Documentation/driver-api/device_connection.rst
delete mode 100644 drivers/base/devcon.c

--
2.28.0