On Mon, Sep 07, 2020 at 11:04:14AM +0200, Greg Kroah-Hartman wrote: > On Fri, Sep 04, 2020 at 03:51:23PM +0300, Heikki Krogerus wrote: > > 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@xxxxxxxxxxxxxxx> > > --- > > .../driver-api/device_connection.rst | 43 -------- > > drivers/base/Makefile | 2 +- > > drivers/base/devcon.c | 101 ------------------ > > drivers/base/property.c | 73 +++++++++++++ > > include/linux/device.h | 9 -- > > include/linux/property.h | 14 +++ > > 6 files changed, 88 insertions(+), 154 deletions(-) > > delete mode 100644 Documentation/driver-api/device_connection.rst > > You also removed the documentation in this patch, which would have been > fine if you had mentioned it in the changelog text :( > > I'll go queue up the first 3 patches of this series, can you split this > up into two? Sure. I'll do that. thanks, -- heikki