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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 246C2C433DB for ; Thu, 31 Dec 2020 22:42:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E139920888 for ; Thu, 31 Dec 2020 22:41:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726641AbgLaWlo (ORCPT ); Thu, 31 Dec 2020 17:41:44 -0500 Received: from mail-io1-f41.google.com ([209.85.166.41]:39827 "EHLO mail-io1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726630AbgLaWlo (ORCPT ); Thu, 31 Dec 2020 17:41:44 -0500 Received: by mail-io1-f41.google.com with SMTP id d9so18144488iob.6; Thu, 31 Dec 2020 14:41:28 -0800 (PST) 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=bq1ampSovDf3E6K/Nut0jgcMzqjMGTsUaPGA2BE/HFs=; b=AmPKoUO94GmrCn1vkl9nqFKLLODjE9XLAaLYjmR7m+YDGDd7LMWB57TPqoq8e/qeu6 +UsSc1cHlXSlHHEJv+G+i+cEXlPrgQIM7J752pxq3IVo9Xabxm+22+Zkc9p5ofyp/1gy Bj0qCDRWzklqqmu8YAg6W2XLuCR3k/G5D+G15bkJCHGNXiAEcYqX5Jgd2jSdm2eZiirJ Psn42K/6qXrRzIDqb/tlLSatmPxYbO6HRIhL4ocJolTHzKQYhKU/x+D0AsJLg3Q+1hQ0 weZEsSWjup5pvyixNtQQe2rPiz9y/akpUg7ZZJP3sgnGYiFFOlABMu0BZagUs8QBHJiH ExvA== X-Gm-Message-State: AOAM530YMonjH9qWQg5a4vi8AHmjT4PXb71GJtTGABfrQSfaItgGF65T yBgVdL2n3or/S0pA66RoXP9H3u0n8A== X-Google-Smtp-Source: ABdhPJx/IhyHgtSG6AFYHM9hSUmuPDlCR3dmePMBnSOqOxfvDdMCLvCvyfiIB/FtB12UbDksCb5c/Q== X-Received: by 2002:a05:6638:1a:: with SMTP id z26mr50695001jao.52.1609454463235; Thu, 31 Dec 2020 14:41:03 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id y3sm34534058ilq.9.2020.12.31.14.41.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Dec 2020 14:41:02 -0800 (PST) Received: (nullmailer pid 2508944 invoked by uid 1000); Thu, 31 Dec 2020 22:41:00 -0000 Date: Thu, 31 Dec 2020 15:41:00 -0700 From: Rob Herring To: Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v3] dt-bindings: display: renesas,du: Convert binding to YAML Message-ID: <20201231224100.GA2508888@robh.at.kernel.org> References: <20201220145053.7382-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201220145053.7382-1-laurent.pinchart+renesas@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Sun, 20 Dec 2020 16:50:53 +0200, Laurent Pinchart wrote: > Convert the Renesas R-Car DU text binding to YAML. > > Signed-off-by: Laurent Pinchart > --- > Changes since v2: > > - Drop boilerplate for ports node > - Add description for interrupts peroperty > - Use single quoted strings to avoid double backslashes > > Changes since v1: > > - Use pattern instead of enum for dclkin > - Update MAINTAINERS > --- > .../bindings/display/renesas,du.txt | 145 --- > .../bindings/display/renesas,du.yaml | 831 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 832 insertions(+), 146 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/renesas,du.txt > create mode 100644 Documentation/devicetree/bindings/display/renesas,du.yaml > Reviewed-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 79884C433E0 for ; Thu, 31 Dec 2020 22:41:06 +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 2E81520888 for ; Thu, 31 Dec 2020 22:41:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E81520888 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 7EB0C89B38; Thu, 31 Dec 2020 22:41:05 +0000 (UTC) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 035AF89B38 for ; Thu, 31 Dec 2020 22:41:03 +0000 (UTC) Received: by mail-io1-f43.google.com with SMTP id u26so15434998iof.3 for ; Thu, 31 Dec 2020 14:41:03 -0800 (PST) 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=bq1ampSovDf3E6K/Nut0jgcMzqjMGTsUaPGA2BE/HFs=; b=rZX6Yvh60OcijIMSf0WyVwJ1Wb5CZltk/LMVJqrCADiliWhdlmQ7MB08kfyBleCbWu rwO4pL5rGEYcDayvU1C8Vp+x6LzmdpZrTUaxwk7DR9HAYkB2PJzQhZyGYa/zWxqR1Lsw HjXTH/QOZkWlK1JQEz9M9qgDKEvhGyqAgaR8iSi+IG143T+fA01sGWmTeKnJ6xzZAtcT 4sU+M9N1wCOCMV7DF/29C5GozQ15xf6EL3nvMYTfttnYUcbZzwiyaW3oppjlAqK+2KLl YqAOR3ngb9tPdffmKP/foSyA68m84i0+2o0kxucrkjpIcH6DMizR7Jo9HVd4t1m5zTkF 4CTA== X-Gm-Message-State: AOAM5328HCxqHp1G5GvE3BUBzGhVz8N6tt50SOQFx/zcFAgBiijnx8E5 fhpqt3ojS8H+lJpcK9Jx0Q== X-Google-Smtp-Source: ABdhPJx/IhyHgtSG6AFYHM9hSUmuPDlCR3dmePMBnSOqOxfvDdMCLvCvyfiIB/FtB12UbDksCb5c/Q== X-Received: by 2002:a05:6638:1a:: with SMTP id z26mr50695001jao.52.1609454463235; Thu, 31 Dec 2020 14:41:03 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id y3sm34534058ilq.9.2020.12.31.14.41.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Dec 2020 14:41:02 -0800 (PST) Received: (nullmailer pid 2508944 invoked by uid 1000); Thu, 31 Dec 2020 22:41:00 -0000 Date: Thu, 31 Dec 2020 15:41:00 -0700 From: Rob Herring To: Laurent Pinchart Subject: Re: [PATCH v3] dt-bindings: display: renesas,du: Convert binding to YAML Message-ID: <20201231224100.GA2508888@robh.at.kernel.org> References: <20201220145053.7382-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201220145053.7382-1-laurent.pinchart+renesas@ideasonboard.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: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 20 Dec 2020 16:50:53 +0200, Laurent Pinchart wrote: > Convert the Renesas R-Car DU text binding to YAML. > > Signed-off-by: Laurent Pinchart > --- > Changes since v2: > > - Drop boilerplate for ports node > - Add description for interrupts peroperty > - Use single quoted strings to avoid double backslashes > > Changes since v1: > > - Use pattern instead of enum for dclkin > - Update MAINTAINERS > --- > .../bindings/display/renesas,du.txt | 145 --- > .../bindings/display/renesas,du.yaml | 831 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 832 insertions(+), 146 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/renesas,du.txt > create mode 100644 Documentation/devicetree/bindings/display/renesas,du.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel