Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753896AbbF3O4z (ORCPT ); Tue, 30 Jun 2015 10:56:55 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:33611 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753824AbbF3O4p (ORCPT ); Tue, 30 Jun 2015 10:56:45 -0400 From: Tomeu Vizoso To: linux-kernel@vger.kernel.org Cc: "Rafael J. Wysocki" , Mark Brown , Tomeu Vizoso , devicetree@vger.kernel.org, Len Brown , linux-acpi@vger.kernel.org, Robert Moore , Lee Jones , Wolfram Sang , Lv Zheng , "Rafael J. Wysocki" , Rob Herring , linux-i2c@vger.kernel.org, Samuel Ortiz , Greg Kroah-Hartman , Grant Likely , devel@acpica.org Subject: [PATCH v1 0/10] Fixes and API additions for firmware nodes Date: Tue, 30 Jun 2015 16:54:58 +0200 Message-Id: <1435676108-20590-1-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 2.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1558 Lines: 45 Hi, this series makes it possible to extract device dependencies from firmware data with fwnode, thus not depending on the particular format of that data. The first patches are about making sure that we can reach the fwnode handle of the firmware data associated with a given device, and the rest add API that makes dependency extraction possible. Thanks, Tomeu Tomeu Vizoso (10): of/platform: Set fwnode field for new devices i2c: core: Have clients point to their firmware nodes mfd: Have child devices point to their firmware nodes device property: add fwnode_get_parent() device property: add fwnode_get_name() ACPI / scan: Add acpi_dev_get_next_child() device property: Add fwnode_get_next_child_node() device property: add fwnode_is_compatible() device: property: add fwnode_driver_match_device() core: platform: use fwnode_driver_match_device() drivers/acpi/scan.c | 5 +-- drivers/base/platform.c | 8 +--- drivers/base/property.c | 95 ++++++++++++++++++++++++++++++++++++++++++++---- drivers/i2c/i2c-core.c | 1 + drivers/mfd/mfd-core.c | 1 + drivers/of/platform.c | 1 + include/acpi/acpi_bus.h | 5 +++ include/linux/acpi.h | 22 ++++++++++- include/linux/property.h | 17 +++++++++ 9 files changed, 136 insertions(+), 19 deletions(-) -- 2.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/