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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0C366C433E5 for ; Tue, 14 Jul 2020 00:02:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D7D3721883 for ; Tue, 14 Jul 2020 00:02:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594684935; bh=VuQ+fYkf7rrBmL7x6pd+J9M2xRn0gmoXqgB6zEEyQgk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nj3JpRY4Y324tzAWqikzmfrsY1iJDg7pa8vXKMtWEUKI+o7tc+pGsX9GKC9KAb8bT b4VIZmYKS/Bee3l+/abZyDgdtUx+1ZhVTXk0m8hlDjEl/44JaZoDZTn31ok+CfKlCz qR8ETjwYDWKyALV6lI82NfBQ0Fg3kHSQJLu5cpqw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726823AbgGNACO (ORCPT ); Mon, 13 Jul 2020 20:02:14 -0400 Received: from mail-il1-f194.google.com ([209.85.166.194]:45935 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbgGNACN (ORCPT ); Mon, 13 Jul 2020 20:02:13 -0400 Received: by mail-il1-f194.google.com with SMTP id o3so12753261ilo.12; Mon, 13 Jul 2020 17:02:13 -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=CM3/1+/CCodDq+1tX+3x8EScRX+Tc9vLMTGUeIZrkys=; b=je03lwL+0Ct+P3XwJeaf/ipp64pUgjKnsr4CJ6ifUYWeJBRbw1aLbriUtzNpeuO4l5 +KJq7vSh8+Dvig6R9tbfa1PhMLrEukugD1g0KLSkui1pS8z/oSIc25yUmnvUclNH3J15 UnGZ1jsQyaqDF5DYBTa4MJMzVtAqS5pHbNOo5P47zS7sXM3daJOHrb4gZXIPjEzKTq2n rOeP0TpaP0bVKtnE+WWmhZrrCbcbbde/x533m6mh13X+7aZvjRFdsqf+Ommmys7HzT8a DZ3BXDTconCtRIGEe925tlXWBzcC7VCvcLERqLuXezg+ueHN1LoEFVe/uqj3hHAascdm 8zCA== X-Gm-Message-State: AOAM532CpGPu8ZK4kQvF7hbWj+Fwh6JOs60Ys8ovLB0sis8uDSMmTs1/ 6bSHNaVzqRjVgPJRBEyN4w== X-Google-Smtp-Source: ABdhPJx7VwEcRKUFqmIipqOIJPBzGL+8GOgvRO8yzAQgo/fzqmEGvzVaBzIQRa8Oym9l1fkhbdErIw== X-Received: by 2002:a92:794f:: with SMTP id u76mr2098129ilc.215.1594684932797; Mon, 13 Jul 2020 17:02:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id k3sm8963111ils.8.2020.07.13.17.02.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:02:12 -0700 (PDT) Received: (nullmailer pid 965853 invoked by uid 1000); Tue, 14 Jul 2020 00:02:11 -0000 Date: Mon, 13 Jul 2020 18:02:11 -0600 From: Rob Herring To: Laurent Pinchart Cc: linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 7/8] dt-bindings: media: renesas, vsp1: Convert binding to YAML Message-ID: <20200714000211.GA965823@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-8-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200621004734.28602-8-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Sun, 21 Jun 2020 03:47:33 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car VSP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > Changes since v1: > > - Simplify comments on compatible strings > - Update MAINTAINERS > --- > .../bindings/media/renesas,vsp1.txt | 30 ------- > .../bindings/media/renesas,vsp1.yaml | 83 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 84 insertions(+), 31 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt > create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 26452C433E7 for ; Tue, 14 Jul 2020 00:02:16 +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 0851521897 for ; Tue, 14 Jul 2020 00:02:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0851521897 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 7C0786E846; Tue, 14 Jul 2020 00:02:15 +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 74B846E846 for ; Tue, 14 Jul 2020 00:02:13 +0000 (UTC) Received: by mail-il1-f193.google.com with SMTP id r12so12787130ilh.4 for ; Mon, 13 Jul 2020 17:02:13 -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=CM3/1+/CCodDq+1tX+3x8EScRX+Tc9vLMTGUeIZrkys=; b=DKVsxOgxHZ++KUSuvqt65Kd+GRHO45p3/cLkDxm1t9VYYuJLN5tS0V+8Po4C3ykpLY DTvsbnzqMLjHdEMMx45Jw8y3w17D42Dh8FRoi5+BhsVlOhqexQCkF9dSsdEeE3hOLJ1Q BF/A7W8/FKO0YkDseYfZY/fC6nX77DoSXvgWc1ThrlKaA7B9C+O6bwAELT6nN/um/nz0 lZAOdI+n1k+Ppwbi97s5fhDfn32agL6Hzw0c8luxJUGvJploS/VUTIAqaxtIUjZ9G0Oc wdxrPV2yDVMnsAjxYERcIP0rLyX5HtQAihUFV9BC5WgBdDDwUk2dPugjmeRuDyMCEfk9 fTzA== X-Gm-Message-State: AOAM533ALlJRsCcvV2a6aLSdw3SRU8jX10HEPCgSz3iWHmTBwI0k7Aka D2/OoryrBU+6BlzBcg+f+A== X-Google-Smtp-Source: ABdhPJx7VwEcRKUFqmIipqOIJPBzGL+8GOgvRO8yzAQgo/fzqmEGvzVaBzIQRa8Oym9l1fkhbdErIw== X-Received: by 2002:a92:794f:: with SMTP id u76mr2098129ilc.215.1594684932797; Mon, 13 Jul 2020 17:02:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id k3sm8963111ils.8.2020.07.13.17.02.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:02:12 -0700 (PDT) Received: (nullmailer pid 965853 invoked by uid 1000); Tue, 14 Jul 2020 00:02:11 -0000 Date: Mon, 13 Jul 2020 18:02:11 -0600 From: Rob Herring To: Laurent Pinchart Subject: Re: [PATCH v2 7/8] dt-bindings: media: renesas, vsp1: Convert binding to YAML Message-ID: <20200714000211.GA965823@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-8-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200621004734.28602-8-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, linux-media@vger.kernel.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, 21 Jun 2020 03:47:33 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car VSP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > Changes since v1: > > - Simplify comments on compatible strings > - Update MAINTAINERS > --- > .../bindings/media/renesas,vsp1.txt | 30 ------- > .../bindings/media/renesas,vsp1.yaml | 83 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 84 insertions(+), 31 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt > create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel