On Thu, Jun 23, 2016 at 02:57:35PM +0200, Rafael J. Wysocki wrote: > On Thu, Jun 23, 2016 at 12:01 PM, Mark Brown wrote: > > That works too, if I do that I'll make a tag in case it needs to get > > pulled elsewhere. > Sounds good, thanks! The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/dev-prop-named-child for you to fetch changes up to 613e97218ccbd7f33895cad4525d861810a9d5d5: device property: Add function to search for named child of device (2016-06-26 12:39:03 +0100) ---------------------------------------------------------------- device property: Add function to search for named child of device This adds a function to the device property API allowing us to look up the named child of a device. ---------------------------------------------------------------- Adam Thomson (1): device property: Add function to search for named child of device drivers/base/property.c | 28 ++++++++++++++++++++++++++++ include/acpi/acpi_bus.h | 7 +++++++ include/linux/acpi.h | 6 ++++++ include/linux/of.h | 14 +++++++------- include/linux/property.h | 3 +++ 5 files changed, 51 insertions(+), 7 deletions(-)