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 6BFAAC433EF for ; Fri, 3 Sep 2021 17:52:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3ED3B60F90 for ; Fri, 3 Sep 2021 17:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235425AbhICRxj (ORCPT ); Fri, 3 Sep 2021 13:53:39 -0400 Received: from mail-oi1-f174.google.com ([209.85.167.174]:38417 "EHLO mail-oi1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231483AbhICRxj (ORCPT ); Fri, 3 Sep 2021 13:53:39 -0400 Received: by mail-oi1-f174.google.com with SMTP id u25so160868oiv.5 for ; Fri, 03 Sep 2021 10:52:39 -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=Ab+TOfSW9tqy1GvA7+jr5WcKpyI0xKVbDiDjcxTGaRQ=; b=QpFxQvlemcSgj2nXLFKqHUSIw+kiv911U/UuoVR3hhMzoRN/PhoqFClenqQpx+gsDJ +uNEX4fb3dleB7F2TpEuvkgzod3MGi/09hyhQBZHN/++y6xbI3rI9MYKpz1XAn4JLg4V kse8Gk+HM++rXZytuapUhZ1CtgMEZU1UUBomOFNnUp5rq8hd5GI2eU6Fb33+2u0MFVcX dyYqAZeKDJX3l1u9k4L1fZpuzCKi8dtsvR/Sm63OW2FfxKkxBZmVi8IEIklgs2hPmlDW TyRzQInvA+msHknE3tx421AEbPGccP9tQg0+mC1QBpqheln9UnDvbPk9R93JqGVF3n8W CIkg== X-Gm-Message-State: AOAM531K1O7QA4JkUbF4d/KPB7zpPul484D1NS5HKN9i2GvWns23ajv5 FVrLZFyOmQK+hVO5QA1/Qw== X-Google-Smtp-Source: ABdhPJynHisMcXt6Cjq5kcgTxfZ0dwcJc53BrDE8xZsXZNGv8gvY6NKOhq8Gd/AL8RP/wVHKqERS+g== X-Received: by 2002:a05:6808:494:: with SMTP id z20mr27434oid.103.1630691558782; Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id f25sm7895otp.2.2021.09.03.10.52.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: (nullmailer pid 3166874 invoked by uid 1000); Fri, 03 Sep 2021 17:52:37 -0000 Date: Fri, 3 Sep 2021 12:52:37 -0500 From: Rob Herring To: Maxime Ripard Cc: Liam Girdwood , Samuel Holland , alsa-devel@alsa-project.org, Frank Rowand , Rob Herring , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , Mark Brown Subject: Re: [PATCH v2 02/52] ASoC: dt-bindings: Convert Bluetooth SCO Link binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-3-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-3-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:02 +0200, Maxime Ripard wrote: > Bluetooth SCO Link are supported 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: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Samuel Holland > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Accept either a 0 or 1 #sound-dai-cells > --- > .../devicetree/bindings/sound/bt-sco.txt | 13 ------- > .../bindings/sound/linux,bt-sco.yaml | 38 +++++++++++++++++++ > 2 files changed, 38 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/bt-sco.txt > create mode 100644 Documentation/devicetree/bindings/sound/linux,bt-sco.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,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 1793EC433EF for ; Fri, 3 Sep 2021 17:53:45 +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 9E7A460F90 for ; Fri, 3 Sep 2021 17:53:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9E7A460F90 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 89733184D; Fri, 3 Sep 2021 19:52:51 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 89733184D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1630691621; bh=6q4gBBBL4bqURUOOPGPlHuArKQV47E4ufh+H/em7U34=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=FU7mf2nWJqeLSoGWeklmUoV6VX250jemeZWAfb/34Cldb1t9+o6hMH9R0/hfIB+A4 JuLZVuQpHiGCBh7/YttdfuJgkwguay3aoF6mVw0ZJrcQRlhuJpek4Zlz0snN2QXeyT 49dfIlushurOjAMwnzpuj5G1jKTow8FJUOSu+jdk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 0B5AEF80088; Fri, 3 Sep 2021 19:52:51 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 4A529F80254; Fri, 3 Sep 2021 19:52:49 +0200 (CEST) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) (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 6A83AF80088 for ; Fri, 3 Sep 2021 19:52:40 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6A83AF80088 Received: by mail-oi1-f174.google.com with SMTP id w144so121901oie.13 for ; Fri, 03 Sep 2021 10:52:40 -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=Ab+TOfSW9tqy1GvA7+jr5WcKpyI0xKVbDiDjcxTGaRQ=; b=hvr1N7zPvAcTNiT+VBWMr8/+FSQEFFs7ux3MbCSxuMfnrjrF/2WS8JkW6JtlcPwfFJ 9ejvVszEbFFggE6BpotnQu4Qse4n6PaDgMWxpB2aY8qcLadhxsrfaMdoCuOUrUfwzyAG dMKekVeko8MqLVnCK9vC71SmcGQNERvzzSVXb2vrz4XrOITUGrq5+zP3flfxBxC0JzmJ 9g1tm4pRr7ZsWJRTRwXsrAzRL81JnvrGTmxhspqxNuwSQLBRj/7bdVzEwzXrHfG4gbqd js66BicwAuxIIGTvgubwsTo3mQBbvTQxCZoHJ+aU1BJX1brSOgLwDn2ubMaWpiPBtXlE GfPA== X-Gm-Message-State: AOAM532ymp4VfWwynF7FfV1gH6kpP944zNPkJLpV9KLif2wqzszx4Zrj TgVgpVRAzZB74lNnoxKrNg== X-Google-Smtp-Source: ABdhPJynHisMcXt6Cjq5kcgTxfZ0dwcJc53BrDE8xZsXZNGv8gvY6NKOhq8Gd/AL8RP/wVHKqERS+g== X-Received: by 2002:a05:6808:494:: with SMTP id z20mr27434oid.103.1630691558782; Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id f25sm7895otp.2.2021.09.03.10.52.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: (nullmailer pid 3166874 invoked by uid 1000); Fri, 03 Sep 2021 17:52:37 -0000 Date: Fri, 3 Sep 2021 12:52:37 -0500 From: Rob Herring To: Maxime Ripard Subject: Re: [PATCH v2 02/52] ASoC: dt-bindings: Convert Bluetooth SCO Link binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-3-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-3-maxime@cerno.tech> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Samuel Holland , linux-sunxi@googlegroups.com, Liam Girdwood , Jernej =?utf-8?Q?=C5=A0krabec?= , Chen-Yu Tsai , Rob Herring , Mark Brown , 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, 01 Sep 2021 11:18:02 +0200, Maxime Ripard wrote: > Bluetooth SCO Link are supported 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: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Samuel Holland > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Accept either a 0 or 1 #sound-dai-cells > --- > .../devicetree/bindings/sound/bt-sco.txt | 13 ------- > .../bindings/sound/linux,bt-sco.yaml | 38 +++++++++++++++++++ > 2 files changed, 38 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/bt-sco.txt > create mode 100644 Documentation/devicetree/bindings/sound/linux,bt-sco.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.4 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 CAF82C433EF for ; Fri, 3 Sep 2021 17:54:24 +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 94D3D60EB7 for ; Fri, 3 Sep 2021 17:54:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 94D3D60EB7 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=gdVSWe5NwL0L69/M5XKl/6ipsobLfusDli7j/yDfIyg=; b=F5tLY7Icz9Sffr TvHNQM/T8e56SleLpFB18iESnDrvkEmCazyFF2X0lkT86+2d9EpK902w9PCGmXHQje1Ir1+TgojgY /D/KypVbNIXkv5bUPc9K09WdLJM29wOzweSEVGcsm65nskTKHfz5l7v+HIYcqqpeiqQK/TaMQfSgW x7xRqmWmhwMKiJ9BYPJLh3WC3FrDrBmqWYi6aFyBsJV3uJbpdQdGv6T+ikKUUsLLbwY+0WjRtQ+GR +LEWmWFM3wxuATbfGK7BkELThAEzEETq3OPNnqgfag7pFLia7WZgeOcxrhlAHhP4wHXZKbCf7NCx9 Ef9uDPMB8lMR0nf1haFA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMDMp-00CVvu-JY; Fri, 03 Sep 2021 17:52:43 +0000 Received: from mail-oi1-f181.google.com ([209.85.167.181]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMDMl-00CVvM-KL for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 17:52:40 +0000 Received: by mail-oi1-f181.google.com with SMTP id c79so130738oib.11 for ; Fri, 03 Sep 2021 10:52:39 -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=Ab+TOfSW9tqy1GvA7+jr5WcKpyI0xKVbDiDjcxTGaRQ=; b=rcvfpTTea9dmfsR9LhTjvowjUqV06pAfMf9r1ucLpVDDdp4tyvLqZonP+p64tYBONa 9JKFq0M+ECDBzL+b/Y0CtpqeLSVXdXg+MbW9wpr6Nf5X+8LS/mNLIeqL2iWhL4XP0oCL EEoFt/fgX92HuQpRdKErnsWOC0GqEURR//cbvaxpN2EMY1t8mK7k3wd5nV9dx4HLRBlf Ru9kJ8GhjV+/FHvz8K7yOWAKUX5svLb5bcr/BlqKlrYhwJugtqvY6jYW9ByDrXfxbLO/ 9p4bsunw0YC0I8kFPxOJLb12rJut4v8cWfo9ua+0VUS2FRBImCai8D2ucqW+M3ATNjWX FFXQ== X-Gm-Message-State: AOAM533QwlkJJstZ0yBJOsNfXHnqQ/MADE1egRyo200I0g9im67tvxeJ Kvql1/Wccjr2YumIYBO9Hw== X-Google-Smtp-Source: ABdhPJynHisMcXt6Cjq5kcgTxfZ0dwcJc53BrDE8xZsXZNGv8gvY6NKOhq8Gd/AL8RP/wVHKqERS+g== X-Received: by 2002:a05:6808:494:: with SMTP id z20mr27434oid.103.1630691558782; Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id f25sm7895otp.2.2021.09.03.10.52.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 10:52:38 -0700 (PDT) Received: (nullmailer pid 3166874 invoked by uid 1000); Fri, 03 Sep 2021 17:52:37 -0000 Date: Fri, 3 Sep 2021 12:52:37 -0500 From: Rob Herring To: Maxime Ripard Cc: Liam Girdwood , Samuel Holland , alsa-devel@alsa-project.org, Frank Rowand , Rob Herring , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= , Mark Brown Subject: Re: [PATCH v2 02/52] ASoC: dt-bindings: Convert Bluetooth SCO Link binding to a schema Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-3-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-3-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_105239_715768_E8A1BEA1 X-CRM114-Status: GOOD ( 17.06 ) 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, 01 Sep 2021 11:18:02 +0200, Maxime Ripard wrote: > Bluetooth SCO Link are supported 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: devicetree@vger.kernel.org > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Samuel Holland > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Accept either a 0 or 1 #sound-dai-cells > --- > .../devicetree/bindings/sound/bt-sco.txt | 13 ------- > .../bindings/sound/linux,bt-sco.yaml | 38 +++++++++++++++++++ > 2 files changed, 38 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/bt-sco.txt > create mode 100644 Documentation/devicetree/bindings/sound/linux,bt-sco.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel