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 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 40CF7C433DF for ; Tue, 14 Jul 2020 00:00:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 12551208C3 for ; Tue, 14 Jul 2020 00:00:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594684837; bh=hp3It7RbBoa/8LSXoAPCHyA9kw6lR4zZZlvL2chd4aE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=r558Gr7nQ8YvC5fUvxn9r4SYVdT1gC9ttr7IZRoATuRuEVuK26QYmPm8itw5sFQ1R 1YzYMxEddQozuTTG3NYwbRJvkd6STNpixdE43gXJ9tE3Qi+0gRVH+It5ETc31YKESo c+5oQROK96ILz4SNLGM2pL0cIPSqk2joUkEQ/9KM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726947AbgGNAAg (ORCPT ); Mon, 13 Jul 2020 20:00:36 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:43359 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbgGNAAf (ORCPT ); Mon, 13 Jul 2020 20:00:35 -0400 Received: by mail-io1-f65.google.com with SMTP id k23so15421664iom.10; Mon, 13 Jul 2020 17:00:35 -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=HcVlx3cR7khqkWWGJ+LiqzhfLBQSCOJE5FEqXVNq8Vg=; b=JA2A/8aP0AlOsjsyosO8xOClF1zCKWtEiUC67m458QgJao9QC5+LvVFKumKK5Xwhvq 5gkuza4hPnoDycAWBGTtAyWoYguIvBnINvulSov4UjVm+CrYYf1WetlPUja0NqLyjGo3 ijyUpmWq/Hl3XmmcTA4C8aPc0OX+6Wm20ndx+SNg3O8fptyebk5kc1kEx4n1KvRvCjnF q8pnBgqoAy8OEC4th+pKDmX3LRiyBOQFLo3octyeQf7yLD7B1I07lauARv1mmyOmb3zg 0jmemY7hTAg6S0G4zHs+1NB9CJr9KwvxDhCv0E7FVBfNJuqoi3B6Qj8N6livJq1xfUgh 3aSg== X-Gm-Message-State: AOAM531IGrD+Z47Cy4fHS8elvL9a/C9yuDqxEQj7Mp2izV+WAXbd3cAQ o2IcZW7MzEg3qSfs+uVEyMFF/6eQx+wp X-Google-Smtp-Source: ABdhPJztNZI9s7ao+xl33WqViPfvZFK/U14n+YkWPfYxZTtVi4c6PBICgy8Gcdi2t6uYmkbgXy8yqQ== X-Received: by 2002:a02:694c:: with SMTP id e73mr2960425jac.17.1594684834795; Mon, 13 Jul 2020 17:00:34 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id t83sm9192280ilb.47.2020.07.13.17.00.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:00:34 -0700 (PDT) Received: (nullmailer pid 963353 invoked by uid 1000); Tue, 14 Jul 2020 00:00:33 -0000 Date: Mon, 13 Jul 2020 18:00:33 -0600 From: Rob Herring To: Laurent Pinchart Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-media@vger.kernel.org, Rob Herring , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 4/8] dt-bindings: media: renesas, fdp1: Convert binding to YAML Message-ID: <20200714000033.GA963323@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-5-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200621004734.28602-5-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:30 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car FDP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > Changes since v1: > > - Update MAINTAINERS > --- > .../bindings/media/renesas,fdp1.txt | 37 ----------- > .../bindings/media/renesas,fdp1.yaml | 63 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 64 insertions(+), 38 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.txt > create mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.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 F1057C433E4 for ; Tue, 14 Jul 2020 00:00:37 +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 C7B1C20B80 for ; Tue, 14 Jul 2020 00:00:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7B1C20B80 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 42AE56E840; Tue, 14 Jul 2020 00:00:37 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 658CA6E840 for ; Tue, 14 Jul 2020 00:00:35 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id v8so15467353iox.2 for ; Mon, 13 Jul 2020 17:00:35 -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=HcVlx3cR7khqkWWGJ+LiqzhfLBQSCOJE5FEqXVNq8Vg=; b=hTne/QE0K58dmbZiBaef8WQYiXlqy+Kl8QO1BtjR7uAzjf/pG7gw6tnWZwGmD1tBzb MNKQD2nB4rLIDoPRouyajGZHyJsZxGJHe1U2qi3lxAm9rz5YdWWDpe2UTubAx6BnarwG TYaHmRo3FWRFgmuNdSQ/mJoehW9A8CtsHpaoFa8ILl0mzVluHdf2xQOGHmfVQiMT3RGo cdM4tyQTLVvJPA9b0IBMyAtTI9QkiI614+GsUJLL0Aa/ipinKq/mZD2a8QBxz2k+KQdU dX+Mve2cuJY3x3xZ798xCIUxz9BeDZn/aTAh9GoAoxRk9PWrTIEcShC6KsEBly3VACIy 6M3Q== X-Gm-Message-State: AOAM531DWJ1Rh+96GCzQQD/o2WjoU6FFXG6j8WKRjJDefeZFsm651moQ 4wPWknYj0SQ/lHNtx5Jtag== X-Google-Smtp-Source: ABdhPJztNZI9s7ao+xl33WqViPfvZFK/U14n+YkWPfYxZTtVi4c6PBICgy8Gcdi2t6uYmkbgXy8yqQ== X-Received: by 2002:a02:694c:: with SMTP id e73mr2960425jac.17.1594684834795; Mon, 13 Jul 2020 17:00:34 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id t83sm9192280ilb.47.2020.07.13.17.00.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:00:34 -0700 (PDT) Received: (nullmailer pid 963353 invoked by uid 1000); Tue, 14 Jul 2020 00:00:33 -0000 Date: Mon, 13 Jul 2020 18:00:33 -0600 From: Rob Herring To: Laurent Pinchart Subject: Re: [PATCH v2 4/8] dt-bindings: media: renesas, fdp1: Convert binding to YAML Message-ID: <20200714000033.GA963323@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-5-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200621004734.28602-5-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:30 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car FDP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > Changes since v1: > > - Update MAINTAINERS > --- > .../bindings/media/renesas,fdp1.txt | 37 ----------- > .../bindings/media/renesas,fdp1.yaml | 63 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 64 insertions(+), 38 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.txt > create mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel