Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752655AbdF2L07 (ORCPT ); Thu, 29 Jun 2017 07:26:59 -0400 Received: from galahad.ideasonboard.com ([185.26.127.97]:43270 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdF2L0x (ORCPT ); Thu, 29 Jun 2017 07:26:53 -0400 From: Laurent Pinchart To: Geert Uytterhoeven Cc: Kuninori Morimoto , Rob Herring , "devicetree@vger.kernel.org" , David Airlie , DRI Development , Linux-Renesas , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/3] drm: rcar-du: use of_graph_get_remote_endpoint() Date: Thu, 29 Jun 2017 14:26:56 +0300 Message-ID: <2319141.h6UJ5H9hiK@avalon> User-Agent: KMail/4.14.10 (Linux/4.9.16-gentoo; KDE/4.14.32; x86_64; ; ) In-Reply-To: References: <87mv8tez69.wl%kuninori.morimoto.gx@renesas.com> <2246315.6ZutvAkGUK@avalon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1319 Lines: 38 Hi Geert, On Thursday 29 Jun 2017 13:22:14 Geert Uytterhoeven wrote: > On Thu, Jun 29, 2017 at 12:44 PM, Laurent Pinchart wrote: > > On Wednesday 28 Jun 2017 00:32:17 Kuninori Morimoto wrote: > >> From: Kuninori Morimoto > >> > >> Now, we can use of_graph_get_remote_endpoint(). Let's use it. > >> > >> Signed-off-by: Kuninori Morimoto > > > > Reviewed-by: Laurent Pinchart > > > >> --- > >> based on 4c9c3d595f1bad021cc126d20879df4016801736 > >> ("of_graph: add of_graph_get_remote_endpoint()") > > > > This commit isn't upstream yet. I've taken the patch in my tree and will > > FTR, it is in linux-next, but the function has been moved from > drivers/of/base.c to drivers/of/property.c. Yes, I've seen the patch in linux-next. > > rebase it on top of v4.13-rc1 before submitting it for v4.14. > > Note that a simple rebase won't make it disappear, due to the move. > So you'll have to drop it explicitly. I'm not sure to follow you. This is a driver patch, depending on a function that will make it to v4.13-rc1. At this time it thus doesn't compile against mainline. I'll rebase it on top of v4.13-rc1, the dependency will be there, and I'll submit it for v4.14. -- Regards, Laurent Pinchart