Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751422AbbF3UZF (ORCPT ); Tue, 30 Jun 2015 16:25:05 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:35186 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752467AbbF3UWj (ORCPT ); Tue, 30 Jun 2015 16:22:39 -0400 From: Grant Likely Subject: Re: [PATCH v1 01/10] of/platform: Set fwnode field for new devices To: Tomeu Vizoso , linux-kernel@vger.kernel.org Cc: "Rafael J. Wysocki" , Mark Brown , Tomeu Vizoso , devicetree@vger.kernel.org, Rob Herring In-Reply-To: <1435676108-20590-2-git-send-email-tomeu.vizoso@collabora.com> References: <1435676108-20590-1-git-send-email-tomeu.vizoso@collabora.com> <1435676108-20590-2-git-send-email-tomeu.vizoso@collabora.com> Date: Tue, 30 Jun 2015 19:24:19 +0100 Message-Id: <20150630182419.79B03C4086C@trevor.secretlab.ca> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1064 Lines: 38 On Tue, 30 Jun 2015 16:54:59 +0200 , Tomeu Vizoso wrote: > When allocating a new platform device, set the fwnode field in the > struct device to point to the device_node. > > Signed-off-by: Tomeu Vizoso Acked-by: Grant Likely g. > --- > > drivers/of/platform.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/of/platform.c b/drivers/of/platform.c > index ddf8e42..e880f55 100644 > --- a/drivers/of/platform.c > +++ b/drivers/of/platform.c > @@ -139,6 +139,7 @@ struct platform_device *of_device_alloc(struct device_node *np, > } > > dev->dev.of_node = of_node_get(np); > + dev->dev.fwnode = &dev->dev.of_node->fwnode; > dev->dev.parent = parent ? : &platform_bus; > > if (bus_id) > -- > 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/