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 A85E3C4338F for ; Fri, 23 Jul 2021 21:35:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8547D60EB1 for ; Fri, 23 Jul 2021 21:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232401AbhGWUym (ORCPT ); Fri, 23 Jul 2021 16:54:42 -0400 Received: from mail-io1-f45.google.com ([209.85.166.45]:42555 "EHLO mail-io1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232296AbhGWUym (ORCPT ); Fri, 23 Jul 2021 16:54:42 -0400 Received: by mail-io1-f45.google.com with SMTP id h1so4170847iol.9 for ; Fri, 23 Jul 2021 14:35:15 -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=XlIq9sgkpH0VLjxnlc9KkJaSod6wixszIJrzFBohWBQ=; b=TdGJK/IdwNp3mEXTrL5uT2bFZ0XyDrfotVguZvayaohy5OqDjbEJ6oKS4241rfl5R+ m5cr25F21Gv1dCy8CTI1BunwkSTD1DtyVzId1KG+pTnSXVDr83v8+dbPRT1yN9PuVIN/ wdhk/WY42wlAMkymaCPpOAay4yankWX9r3hEwbRxvv/RYq7DWIIqH6VssQ2VAzLjM07X nXsEOpSnJiNnC8HnoJJRRZPNPSTl1SKkukUMVJSmMTlGKO0o6xFtm+cBJag4rWZrcbuB sz9YS3mZvsgH84qc5GUflMt4hCJGVTl3kSyerO2pUeLPTo3HFVmviZLurGhqOcPCRAMW mTZg== X-Gm-Message-State: AOAM530E14AKDDtgas7ZGMViU7DiNtp6ZDC2i+5jRUQvr5TqUggve/a8 ArDv8TB1HCrDh7GVegkBgA== X-Google-Smtp-Source: ABdhPJxm3/7JByYULNQVHzHLMkbguEpYVWROlSg6OC5iWccT709JPbbBrofXe/hc2B8/npGbI/nOeg== X-Received: by 2002:a02:620a:: with SMTP id d10mr5911026jac.22.1627076115287; Fri, 23 Jul 2021 14:35:15 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z18sm8442819ilh.55.2021.07.23.14.35.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:35:14 -0700 (PDT) Received: (nullmailer pid 2628990 invoked by uid 1000); Fri, 23 Jul 2021 21:35:11 -0000 Date: Fri, 23 Jul 2021 15:35:11 -0600 From: Rob Herring To: Maxime Ripard Cc: linux-sunxi@googlegroups.com, Liam Girdwood , alsa-devel@alsa-project.org, Frank Rowand , linux-arm-kernel@lists.infradead.org, Mark Brown , Chen-Yu Tsai , Jernej Skrabec , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH 03/54] ASoC: dt-bindings: Convert SPDIF Transmitter binding to a schema Message-ID: <20210723213511.GA2628924@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-4-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-4-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 16:03:33 +0200, Maxime Ripard wrote: > The SPDIF Transmitter binding is used by Linux with a matching Device > Tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: alsa-devel@alsa-project.org > Cc: Liam Girdwood > Cc: Mark Brown > Signed-off-by: Maxime Ripard > --- > .../bindings/sound/linux,spdif-dit.yaml | 32 +++++++++++++++++++ > .../bindings/sound/spdif-transmitter.txt | 10 ------ > 2 files changed, 32 insertions(+), 10 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/spdif-transmitter.txt > 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,DKIM_SIGNED, DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 2C5CEC4338F for ; Fri, 23 Jul 2021 21:36:19 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 2A5F360EB1 for ; Fri, 23 Jul 2021 21:36:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2A5F360EB1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 425E61756; Fri, 23 Jul 2021 23:35:26 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 425E61756 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1627076176; bh=9fp19cbvnV0/9nUgjdy63a69hNyPIe2vgt6d0Rzv9oY=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=fBIuah3Yt/P1nWexoidXXPdWkp/LZ2GpMWyudxLw+xgXyjGjATsMe2MOoaTlmgyxx AvnXIMwFmpzspAwrwddFtJIJISNjJ7IJE4e5u5Z62E2eMNcUsLpxFooJwlcYezmQ3X l+2N8JndDx87KYv/irZlopDfRwKwB7whm3tm05iY= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id DCAFBF804AB; Fri, 23 Jul 2021 23:35:25 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 92452F804AC; Fri, 23 Jul 2021 23:35:23 +0200 (CEST) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 8BA1FF80086 for ; Fri, 23 Jul 2021 23:35:17 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 8BA1FF80086 Received: by mail-io1-f49.google.com with SMTP id l126so4144683ioa.12 for ; Fri, 23 Jul 2021 14:35:17 -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=XlIq9sgkpH0VLjxnlc9KkJaSod6wixszIJrzFBohWBQ=; b=gYGe8uo+w9dGpF456xoOOQ3Yqfgbt9tMcfBXF4XYdZ1Fo6wJpKFH0h+VJ4TkvjKTZg QPmZOUzI3I4oettU/H/+W+c9hZsA1jS2SKI6SYFo7zv2hdQDHqoh1uvh9IccukZiv2u7 2p4wc0DaylaIoFTwiyy0u1zFTFeGEBg4dAweIthsrQJ+7L7soE8FSSYz2WdGUuItf9JC bOOMtRsOiKSqj25k9hrxGRD5NU4O/hJ+tQ9OfGH8hk3Tea8Z6vU6ALCfwBElsGYXMMze jKA22usypxoHSDvv5ILpt6EAJj6QilLDO/siU4/O+vwO+FfxZsr5wSDxE6q8E8i35fLB nywg== X-Gm-Message-State: AOAM5335ROAj3gIJ8YrfFRhmHtJ38YtGcbPJOLtD1vIoofdr+YLvQrj+ LQxClsbdY97H8FAhgS0LZw== X-Google-Smtp-Source: ABdhPJxm3/7JByYULNQVHzHLMkbguEpYVWROlSg6OC5iWccT709JPbbBrofXe/hc2B8/npGbI/nOeg== X-Received: by 2002:a02:620a:: with SMTP id d10mr5911026jac.22.1627076115287; Fri, 23 Jul 2021 14:35:15 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z18sm8442819ilh.55.2021.07.23.14.35.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:35:14 -0700 (PDT) Received: (nullmailer pid 2628990 invoked by uid 1000); Fri, 23 Jul 2021 21:35:11 -0000 Date: Fri, 23 Jul 2021 15:35:11 -0600 From: Rob Herring To: Maxime Ripard Subject: Re: [PATCH 03/54] ASoC: dt-bindings: Convert SPDIF Transmitter binding to a schema Message-ID: <20210723213511.GA2628924@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-4-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-4-maxime@cerno.tech> Cc: Jernej Skrabec , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, Liam Girdwood , Rob Herring , linux-sunxi@googlegroups.com, Mark Brown , Chen-Yu Tsai , Frank Rowand , linux-arm-kernel@lists.infradead.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, 21 Jul 2021 16:03:33 +0200, Maxime Ripard wrote: > The SPDIF Transmitter binding is used by Linux with a matching Device > Tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: alsa-devel@alsa-project.org > Cc: Liam Girdwood > Cc: Mark Brown > Signed-off-by: Maxime Ripard > --- > .../bindings/sound/linux,spdif-dit.yaml | 32 +++++++++++++++++++ > .../bindings/sound/spdif-transmitter.txt | 10 ------ > 2 files changed, 32 insertions(+), 10 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/spdif-transmitter.txt > 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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 98C83C4338F for ; Fri, 23 Jul 2021 21:36:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 6159F60EB0 for ; Fri, 23 Jul 2021 21:36:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6159F60EB0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+DtRdVQTtkQeqfaPxw1KPZOZMYV9F+Gt3E0pPsangXI=; b=M7xAY3W70caMBK cTFwraoBGXzJNe+qgijwjMRUa8ci64O9ApOgvdPm/rpqpEZWhYGbsJBFCLiYsxHqftC0tRg0TFHpZ SV/U2G6KjuLIl5RfMqZGpzcieehPks5EE+9VKRUdc9zjHaLr7AN9Ddg1aHh/mcV6HbVUfrq3gcLwu ZHmLIEaErcoPuvELevyBNKKl8rghN99ChX30hit2X603WYnGKmnzZfr5mXapgSBGI+bggpt+LN3lD gfAcVTHNylpEQw9m0OPtOZsLBrwDiqw50NJPOBKGcOb5rbNkVhPzcV+JG7j6jf6g853CYHOdIzXoW rrZKZVR3l3E+UwD113Pg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m72pD-005xya-TT; Fri, 23 Jul 2021 21:35:20 +0000 Received: from mail-io1-f54.google.com ([209.85.166.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m72pA-005xxM-73 for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:35:17 +0000 Received: by mail-io1-f54.google.com with SMTP id 185so4167281iou.10 for ; Fri, 23 Jul 2021 14:35:15 -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=XlIq9sgkpH0VLjxnlc9KkJaSod6wixszIJrzFBohWBQ=; b=cRSJ8ufaIib8DJfPVzPUUMGMNNeqNvl3VeNl8+D7ktD6mMIYbmUwTHZEwr2fGK01FJ M95bUaIdv0Rrny0kmignIB/WkD1UDoBG9WiBq7uH8lT4uLcNbv972Gsmptv1Tg4iBXXF xgk3dqx5hQYC8OoXC//S198BuhzoxVBQa1QyfCBQHPM2y44dWmNyPGf7dns/eXdsBkpb 24piYAWFoXjSf5s7/ouAs9lnb035tTE0fGQZw62hH7TWwy0BjEk55/w8j4e6aCELpyVy ka9nAjx2+AbK7+4sQA2pQJ8O0Ea5PigC14x6JQ/i1SP+ECE8x9LZnpkWH6mYsclp3ddP PXQQ== X-Gm-Message-State: AOAM5331DUxNuBJyCgshSPyWGWULz7qbhgXtK5tCM8iWcsIJCkBjG4Zp Jv4VfNoajIwQob6OGpDB+Q== X-Google-Smtp-Source: ABdhPJxm3/7JByYULNQVHzHLMkbguEpYVWROlSg6OC5iWccT709JPbbBrofXe/hc2B8/npGbI/nOeg== X-Received: by 2002:a02:620a:: with SMTP id d10mr5911026jac.22.1627076115287; Fri, 23 Jul 2021 14:35:15 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z18sm8442819ilh.55.2021.07.23.14.35.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:35:14 -0700 (PDT) Received: (nullmailer pid 2628990 invoked by uid 1000); Fri, 23 Jul 2021 21:35:11 -0000 Date: Fri, 23 Jul 2021 15:35:11 -0600 From: Rob Herring To: Maxime Ripard Cc: linux-sunxi@googlegroups.com, Liam Girdwood , alsa-devel@alsa-project.org, Frank Rowand , linux-arm-kernel@lists.infradead.org, Mark Brown , Chen-Yu Tsai , Jernej Skrabec , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH 03/54] ASoC: dt-bindings: Convert SPDIF Transmitter binding to a schema Message-ID: <20210723213511.GA2628924@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-4-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-4-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_143516_322858_D7A9C80B X-CRM114-Status: GOOD ( 15.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 21 Jul 2021 16:03:33 +0200, Maxime Ripard wrote: > The SPDIF Transmitter binding is used by Linux with a matching Device > Tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: alsa-devel@alsa-project.org > Cc: Liam Girdwood > Cc: Mark Brown > Signed-off-by: Maxime Ripard > --- > .../bindings/sound/linux,spdif-dit.yaml | 32 +++++++++++++++++++ > .../bindings/sound/spdif-transmitter.txt | 10 ------ > 2 files changed, 32 insertions(+), 10 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/spdif-transmitter.txt > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel