From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:48772 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbdGMHqG (ORCPT ); Thu, 13 Jul 2017 03:46:06 -0400 Date: Thu, 13 Jul 2017 09:46:02 +0200 From: Simon Horman To: Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 0/2] R-Car H3 ES2.0 Salvator-X: Enable DU support in DT Message-ID: <20170713074601.GB5580@verge.net.au> References: <20170626162930.30240-1-laurent.pinchart+renesas@ideasonboard.com> <6134935.kQPbd6tkWq@avalon> <20170712055614.GC18990@verge.net.au> <29413272.s4Q4BRzbNH@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <29413272.s4Q4BRzbNH@avalon> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Wed, Jul 12, 2017 at 11:44:41AM +0300, Laurent Pinchart wrote: > Hi Simon, > > On Wednesday 12 Jul 2017 07:56:15 Simon Horman wrote: > > On Wed, Jul 12, 2017 at 02:20:43AM +0300, Laurent Pinchart wrote: > > > On Tuesday 11 Jul 2017 11:16:17 Simon Horman wrote: > > >> On Mon, Jul 10, 2017 at 04:31:38PM +0300, Laurent Pinchart wrote: > > >>> On Monday 26 Jun 2017 19:29:28 Laurent Pinchart wrote: > > >>>> Hello, > > >>>> > > >>>> This patch series enable DU support in DT for the R-Car H3 ES2.0 > > >>>> Salvator-X board. Patch 1/2 extends the DT bindings as needed, and > > >>>> patch > > >>>> 2/2 then enables DU in the SoC DT. > > >>>> > > >>>> The patches are based on top of Simon's arm64-dt-for-v4.14 branch. > > >>>> > > >>>> Compared to v1 > > >>>> > > >>>> - the VSP DT bindings have been extended in patch 1/2 > > >>>> - patch 2/2 has been updated accordingly > > >>>> - patch "arm64: dts: r8a7795: salvator-x: Unify DU node between ES1.x > > >>>> > > >>>> and ES2.0" has been dropped > > >>>> > > >>>> Laurent Pinchart (2): > > >>>> drm: rcar-du: Add a VSP channel index to the vsps DT property > > >>>> arm64: dts: r8a7795: Add support for the DU > > >>>> > > >>>> .../devicetree/bindings/display/renesas,du.txt | 51 +++++++------ > > >>>> arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 1 - > > >>>> arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 + > > >>>> 3 files changed, 32 insertions(+), 22 deletions(-) > > >>> > > >>> Hi Simon, > > >>> > > >>> Could you please pick this series for v4.14 ? I believe it has > > >>> received the necessary acks. > > >> > > >> Hi Laurent, > > >> > > >> sure, both patches applied for v4.14. > > > > > > It looks like you've picked v2 instead of v2.1 for patch 2/2 :-/ Is it > > > possible to fix that ? > > > > Sure, but I don't see v2.1. Could you repost it? > > Strange. I've reposted the patch and CC'ed you. Thanks, I think the change of subject confused me. In any case I have applied the repost of v2.1 and will push it later today.