From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 5/6] of: wrap accesses to device_node kobject Date: Fri, 6 Oct 2017 12:09:25 +0200 Message-ID: <20171006100925.GB30565@kroah.com> References: <20171005194422.26224-1-robh@kernel.org> <20171005194422.26224-6-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171005194422.26224-6-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nicolas Pitre , Frank Rowand , Grant Likely List-Id: devicetree@vger.kernel.org On Thu, Oct 05, 2017 at 02:44:21PM -0500, Rob Herring wrote: > In preparation to make kobject element in struct device_node optional, > provide and use a macro to return the kobject pointer. The only user > outside the DT core is the driver core. > > Cc: Greg Kroah-Hartman > Cc: Nicolas Pitre > Cc: Frank Rowand > Signed-off-by: Rob Herring > --- > drivers/base/core.c | 2 +- > include/linux/of.h | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751797AbdJFKJU (ORCPT ); Fri, 6 Oct 2017 06:09:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52040 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750868AbdJFKJT (ORCPT ); Fri, 6 Oct 2017 06:09:19 -0400 Date: Fri, 6 Oct 2017 12:09:25 +0200 From: Greg Kroah-Hartman To: Rob Herring Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Nicolas Pitre , Frank Rowand , Grant Likely Subject: Re: [PATCH 5/6] of: wrap accesses to device_node kobject Message-ID: <20171006100925.GB30565@kroah.com> References: <20171005194422.26224-1-robh@kernel.org> <20171005194422.26224-6-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171005194422.26224-6-robh@kernel.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 05, 2017 at 02:44:21PM -0500, Rob Herring wrote: > In preparation to make kobject element in struct device_node optional, > provide and use a macro to return the kobject pointer. The only user > outside the DT core is the driver core. > > Cc: Greg Kroah-Hartman > Cc: Nicolas Pitre > Cc: Frank Rowand > Signed-off-by: Rob Herring > --- > drivers/base/core.c | 2 +- > include/linux/of.h | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) Acked-by: Greg Kroah-Hartman