From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753189AbdBFNmH (ORCPT ); Mon, 6 Feb 2017 08:42:07 -0500 Received: from mail.kernel.org ([198.145.29.136]:49544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752631AbdBFNmE (ORCPT ); Mon, 6 Feb 2017 08:42:04 -0500 MIME-Version: 1.0 In-Reply-To: <20170206085023.onmsh5dcmn6ofpp5@phenom.ffwll.local> References: <20170204033635.10250-1-robh@kernel.org> <20170204033635.10250-2-robh@kernel.org> <20170206085023.onmsh5dcmn6ofpp5@phenom.ffwll.local> From: Rob Herring Date: Mon, 6 Feb 2017 07:41:35 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] of: introduce of_graph_get_remote_node To: Rob Herring , David Airlie , Daniel Vetter , Sean Paul , Neil Armstrong , Liviu Dudau , dri-devel , Tomi Valkeinen , Frank Rowand , Marek Vasut , Kevin Hilman , Chen-Yu Tsai , Krzysztof Kozlowski , Xinliang Liu , Javier Martinez Canillas , Xinwei Kong , Kukjin Kim , Mali DP Maintainers , "devicetree@vger.kernel.org" , Chen Feng , Jyri Sarha , Carlo Caione , Russell King , Matthias Brugger , Alison Wang , Jingoo Han , Seung-Woo Kim , "linux-kernel@vger.kernel.org" , Kyungmin Park , Rongrong Zou , Maxime Ripard Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 6, 2017 at 2:50 AM, Daniel Vetter wrote: > On Fri, Feb 03, 2017 at 09:36:31PM -0600, Rob Herring wrote: >> The OF graph API leaves too much of the graph walking to clients when >> in many cases the driver doesn't care about accessing the port or >> endpoint nodes. The drivers typically just want the device connected via >> a particular graph connection. of_graph_get_remote_node provides this >> functionality. >> >> Signed-off-by: Rob Herring > > Just a quick procedural comment: drm-misc for 4.11 is closed already, but > if we can get this core patch into 4.11 still then that would avoid > cross-tree sync pains in 4.12 ... Right, I was thinking the same thing. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/5] of: introduce of_graph_get_remote_node Date: Mon, 6 Feb 2017 07:41:35 -0600 Message-ID: References: <20170204033635.10250-1-robh@kernel.org> <20170204033635.10250-2-robh@kernel.org> <20170206085023.onmsh5dcmn6ofpp5@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170206085023.onmsh5dcmn6ofpp5@phenom.ffwll.local> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring , David Airlie , Daniel Vetter , Sean Paul , Neil Armstrong , Liviu Dudau , dri-devel , Tomi Valkeinen , Frank Rowand , Marek Vasut , Kevin Hilman , Chen-Yu Tsai , Krzysztof Kozlowski , Xinliang Liu , Javier Martinez Canillas , Xinwei Kong , Kukjin Kim , Mali DP Maintainers , "devicetree@vger.kernel.org" Che List-Id: devicetree@vger.kernel.org On Mon, Feb 6, 2017 at 2:50 AM, Daniel Vetter wrote: > On Fri, Feb 03, 2017 at 09:36:31PM -0600, Rob Herring wrote: >> The OF graph API leaves too much of the graph walking to clients when >> in many cases the driver doesn't care about accessing the port or >> endpoint nodes. The drivers typically just want the device connected via >> a particular graph connection. of_graph_get_remote_node provides this >> functionality. >> >> Signed-off-by: Rob Herring > > Just a quick procedural comment: drm-misc for 4.11 is closed already, but > if we can get this core patch into 4.11 still then that would avoid > cross-tree sync pains in 4.12 ... Right, I was thinking the same thing. Rob