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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 35530C433E4 for ; Mon, 24 Aug 2020 22:20:28 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1299A204EC for ; Mon, 24 Aug 2020 22:20:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1299A204EC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D1AE289D8A; Mon, 24 Aug 2020 22:20:26 +0000 (UTC) Received: from mail-il1-f193.google.com (mail-il1-f193.google.com [209.85.166.193]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4897F89D8A for ; Mon, 24 Aug 2020 22:20:25 +0000 (UTC) Received: by mail-il1-f193.google.com with SMTP id e11so8725166ils.10 for ; Mon, 24 Aug 2020 15:20:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0w69xLXRX2cuqy8PwcvPK4rswz8AxstRYcdWsnyCdmA=; b=ldHyoC5jldGVbyB+PyKKpnH8c4gPMVZpmOzvJS0Jx/Z3n9ppoBuwEh5TCiP7zUGvEx mf4JXQLtBVcCCIuSeDgq9Lj9OgxrHvzGo6sVVmm+nfahJKvB+jqJJSGrCpe56xGU6QeJ erztaAdquavob1BmdtTkG9P4lditPdxFepEdUmpTifXDSQ2eiYS5QauX9wBB7YiCdF/3 oRPyWl2dQzDZ0LWmlBYZSIDOWFHc0oA66r4zZVSsqR7myS3VjYHJ5g2Bn5K9fE1Vge+r itv5iTSjmcxVw3ci3GRHMcEgdYT5xTy6vKxwCGXUkhJ/aA6pZQT3e+r9oKC7rOk0YGT6 jhWw== X-Gm-Message-State: AOAM5312z4KsbI0H62bQW/vKi10TAO3xhj0DM9msusEBynS+JcFep0kB KOGS/MCe+nExepKOAcS7yA== X-Google-Smtp-Source: ABdhPJxzMDMMF6nPOlKvaw2WTcX5LkAjXE1Yqq4HUP/4S6BqQ3nLU632NSDshEZNOcpbstiGcm3pIg== X-Received: by 2002:a92:b503:: with SMTP id f3mr6137211ile.222.1598307624686; Mon, 24 Aug 2020 15:20:24 -0700 (PDT) Received: from xps15 ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id y8sm7204300iom.26.2020.08.24.15.20.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Aug 2020 15:20:23 -0700 (PDT) Received: (nullmailer pid 3420535 invoked by uid 1000); Mon, 24 Aug 2020 22:20:20 -0000 Date: Mon, 24 Aug 2020 16:20:20 -0600 From: Rob Herring To: Lad Prabhakar Subject: Re: [PATCH 1/7] dt-bindings: display: renesas, du: Document the r8a7742 bindings Message-ID: <20200824222020.GA3420392@bogus> References: <20200807174954.14448-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20200807174954.14448-2-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200807174954.14448-2-prabhakar.mahadev-lad.rj@bp.renesas.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Geert Uytterhoeven , David Airlie , Kieran Bingham , Magnus Damm , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Prabhakar , Rob Herring , Laurent Pinchart Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 07 Aug 2020 18:49:48 +0100, Lad Prabhakar wrote: > Document the RZ/G1H (R8A7742) SoC in the R-Car DU bindings. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > --- > Documentation/devicetree/bindings/display/renesas,du.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel