linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Move fwnode_connection_find_match() under drivers/base/property.c
@ 2020-09-07 10:37 Heikki Krogerus
  2020-09-07 10:37 ` [PATCH 1/2] device property: " Heikki Krogerus
  2020-09-07 10:37 ` [PATCH 2/2] Documentation: Remove device connection documentation Heikki Krogerus
  0 siblings, 2 replies; 5+ messages in thread
From: Heikki Krogerus @ 2020-09-07 10:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Rafael J. Wysocki, linux-kernel, linux-acpi

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@linux.intel.com/

thanks,

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 --------
 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
 delete mode 100644 drivers/base/devcon.c

-- 
2.28.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-07 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07 10:37 [PATCH 0/2] Move fwnode_connection_find_match() under drivers/base/property.c Heikki Krogerus
2020-09-07 10:37 ` [PATCH 1/2] device property: " Heikki Krogerus
2020-09-07 10:37 ` [PATCH 2/2] Documentation: Remove device connection documentation Heikki Krogerus
2020-09-07 11:17   ` Greg Kroah-Hartman
2020-09-07 11:48     ` Heikki Krogerus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).