From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D0ECC47404 for ; Fri, 4 Oct 2019 07:02:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7531215EA for ; Fri, 4 Oct 2019 07:02:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="f0wsefBx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387851AbfJDHCg (ORCPT ); Fri, 4 Oct 2019 03:02:36 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:42448 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387420AbfJDHCg (ORCPT ); Fri, 4 Oct 2019 03:02:36 -0400 Received: from pendragon.ideasonboard.com (modemcable151.96-160-184.mc.videotron.ca [184.160.96.151]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 59CB8592; Fri, 4 Oct 2019 09:02:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1570172554; bh=+8JuRiBylKBi8jvQtiwjfnTISZPsR2OZbRJ1IJE/Qjg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f0wsefBx4ByR1SKVDBPpdCB/G1spyTdTPPXi/abj8hinwRwwIZeYXWfSZ28WXADCp ojOpgdUQh9RBmePajh/c12wfnBme7Aeto3lm66hIMeYwk0vgKDKmnz6ZS/UTc9QaWH n+rZekhxnkk3BJoV7NSjbNNqIaHajANR5xvdMIB4= Date: Fri, 4 Oct 2019 10:02:21 +0300 From: Laurent Pinchart To: Biju Das Cc: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Kieran Bingham , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Simon Horman , Chris Paterson , Fabrizio Castro Subject: Re: [PATCH 0/4] Add RZ/G2N DU support Message-ID: <20190930231125.GA10149@pendragon.ideasonboard.com> References: <1569834905-42868-1-git-send-email-biju.das@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1569834905-42868-1-git-send-email-biju.das@bp.renesas.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Biju, Thank you for the patches; On Mon, Sep 30, 2019 at 10:15:01AM +0100, Biju Das wrote: > This patch series aims to add binding/driver support for > R8A774B1(a.k.a RZ/G2N) DU (which is very similar to the R8A77965 DU); > it has one RGB output, one LVDS output and one HDMI output. > > Biju Das (4): > dt-bindings: display: renesas: du: Document the r8a774b1 bindings > drm: rcar-du: Add R8A774B1 support > dt-bindings: display: renesas: lvds: Document r8a774b1 bindings > drm: rcar-du: lvds: Add r8a774b1 support For the whole series, Reviewed-by: Laurent Pinchart and applied to my tree. > .../bindings/display/bridge/renesas,lvds.txt | 1 + > .../devicetree/bindings/display/renesas,du.txt | 2 ++ > drivers/gpu/drm/rcar-du/rcar_du_drv.c | 30 ++++++++++++++++++++++ > drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + > 4 files changed, 34 insertions(+) -- Regards, Laurent Pinchart