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 5C899C433EF for ; Tue, 14 Sep 2021 16:28:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DF0661107 for ; Tue, 14 Sep 2021 16:28:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229502AbhINQ3l (ORCPT ); Tue, 14 Sep 2021 12:29:41 -0400 Received: from mail-ot1-f42.google.com ([209.85.210.42]:36824 "EHLO mail-ot1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhINQ3k (ORCPT ); Tue, 14 Sep 2021 12:29:40 -0400 Received: by mail-ot1-f42.google.com with SMTP id a20-20020a0568300b9400b0051b8ca82dfcso19303244otv.3 for ; Tue, 14 Sep 2021 09:28:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EGgkGkw6sjpqBD+M2iuTf7hL6aaQjfg7s6iVInhPuTI=; b=8EJ/D0DKRw4LPOAxll/dc0Jyy3AbXSQSm/3JtiNtZ7kO6CvGEj0dfhFarB2ZtEtjBB EPxygwR+xoq6Fx+JLfOrHQUxX40SmH4P8UQdItkQ8VaLiYMGhuWqvQpUQZHEUMtdbNvl +/Vj07C/rT0w86g4CgoYglEoIVW15vMCvrmXsIzHk4m+bdpqW53mz1lp1uihFOAFd2jn BQi75XZugEB8VeiMuHxGtDL6/+nG6P1GeZ/N8IwLGkKSdNr+1N4ziAv4smNTtM0jzt2p BvEJTQLuemilLVZ6ZVTqIi+hBV/gxHTGGT4PUmMmrgadJU9bbibgQm7OMxomRaPlgFNP Io9g== X-Gm-Message-State: AOAM530m0QMisMdEvZvYw6AaKHK82ugiCsIQ6j9Dn3rtJdXxM2LheOOB c5Ak0grDfawj2qAv4E3IqG9gBFq/lw== X-Google-Smtp-Source: ABdhPJy3ZJ+m09nXL1kvp7uKJWNHLNcerOaV/h081xvO0OPhpoqy/g/M0Zq0vXy2vdjD8t2K9qU4oA== X-Received: by 2002:a9d:6a4b:: with SMTP id h11mr15597285otn.143.1631636903112; Tue, 14 Sep 2021 09:28:23 -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 e2sm2707323ooh.40.2021.09.14.09.28.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 09:28:22 -0700 (PDT) Received: (nullmailer pid 3511648 invoked by uid 1000); Tue, 14 Sep 2021 16:28:20 -0000 Date: Tue, 14 Sep 2021 11:28:20 -0500 From: Rob Herring To: Tzung-Bi Shih Cc: broonie@kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, robh+dt@kernel.org Subject: Re: [PATCH v3] ASoC: dt-bindings: mediatek: mt8192: re-add audio afe document Message-ID: References: <20210914091204.2204278-1-tzungbi@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210914091204.2204278-1-tzungbi@google.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 14 Sep 2021 17:12:04 +0800, Tzung-Bi Shih wrote: > The document was merged as commit 1afc60e00de3 ("dt-bindings: > mediatek: mt8192: add audio afe document"). > > However, [1] revealed that the commit 1afc60e00de3 breaks > dt_binding_check due to dt-bindings/clock/mt8192-clk.h doesn't > exist. > > As a temporary fix, commit 7d94ca3c8acd ("ASoC: mt8192: revert > add audio afe document") reverted commit 1afc60e00de3. > > dt-bindings/clock/mt8192-clk.h is in mainline per commit > f35f1a23e0e1 ("clk: mediatek: Add dt-bindings of MT8192 clocks"). > Re-adds the document back. > > [1]: https://mailman.alsa-project.org/pipermail/alsa-devel/2020-November/176873.html > > Signed-off-by: Tzung-Bi Shih > --- > Changes from v2 (https://mailman.alsa-project.org/pipermail/alsa-devel/2021-August/189058.html): > - Simplify the commit message. > > Changes from v1 (https://mailman.alsa-project.org/pipermail/alsa-devel/2021-August/189048.html): > - Add more context to the commit message. > > .../bindings/sound/mt8192-afe-pcm.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml > With the indentation fixed, 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 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 3EFAAC433F5 for ; Tue, 14 Sep 2021 16:29:35 +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 EDC48610FB for ; Tue, 14 Sep 2021 16:29:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EDC48610FB 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 AC17B17BF; Tue, 14 Sep 2021 18:28:41 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz AC17B17BF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1631636971; bh=LcMl8F1cui8ulIsDje1h5Vd08hVPvIiDrvCexyA8vAY=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=lNSmj/Rkp96mH3YLEAZO02udq0uNTrREAQA9/cVRHvAv2l2WoYoQCdPQSjd4ALXFc JZVnKf1ivt7+JoGDNYEZDQ+OhGVO1GKe8H8ExN+FGot5ma1IEU0g0s4fpZC8S0q/6C gkMKUeeVkeDlCzaxj3U09lWzThEtcXlXtVa40G0M= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id C5890F8025A; Tue, 14 Sep 2021 18:28:40 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 61A0EF8025E; Tue, 14 Sep 2021 18:28:32 +0200 (CEST) Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) (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 21912F8025A for ; Tue, 14 Sep 2021 18:28:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 21912F8025A Received: by mail-ot1-f53.google.com with SMTP id i8-20020a056830402800b0051afc3e373aso19314054ots.5 for ; Tue, 14 Sep 2021 09:28:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EGgkGkw6sjpqBD+M2iuTf7hL6aaQjfg7s6iVInhPuTI=; b=JhKLiT7ZUIGu8UrP/+ECTNg7y7W5IJzQAFwiJi21FTVJySuG97uWUv1Qv40YzSQG60 F4bZdZBdnXTxnId2fDFEM55+40oiG+Nm2c/STd7FbyfrhEJxfcv5Twl2F5YCQghRklWm CRIRvH9+aPmBvYKOe8HcsKFFdb2/MzwOPFyiV8j7A6SNmpTTzdymtQE20aUDrZ3R4AYw kDzQ+jR7e5ZnErUEWwWR59QifBQIkKCh8Deo7Hh3IiM40+k8RGLSoapkLZjYG5sotrPl 6YNw1w6kT2Sr4XVCv8rqa0S0WIuZ3lkwQ1Dfw1JadjvOm/BQk6rzIMTLpSiYhq+7wMRj P27w== X-Gm-Message-State: AOAM531wwp39E60be0Qs9/twSsjHYCDngXn4xZy0klXg/Uf6U9VtpEEC YihhYZGjlyKSR4tRAxbiRw== X-Google-Smtp-Source: ABdhPJy3ZJ+m09nXL1kvp7uKJWNHLNcerOaV/h081xvO0OPhpoqy/g/M0Zq0vXy2vdjD8t2K9qU4oA== X-Received: by 2002:a9d:6a4b:: with SMTP id h11mr15597285otn.143.1631636903112; Tue, 14 Sep 2021 09:28:23 -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 e2sm2707323ooh.40.2021.09.14.09.28.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 09:28:22 -0700 (PDT) Received: (nullmailer pid 3511648 invoked by uid 1000); Tue, 14 Sep 2021 16:28:20 -0000 Date: Tue, 14 Sep 2021 11:28:20 -0500 From: Rob Herring To: Tzung-Bi Shih Subject: Re: [PATCH v3] ASoC: dt-bindings: mediatek: mt8192: re-add audio afe document Message-ID: References: <20210914091204.2204278-1-tzungbi@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210914091204.2204278-1-tzungbi@google.com> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, broonie@kernel.org, robh+dt@kernel.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 Tue, 14 Sep 2021 17:12:04 +0800, Tzung-Bi Shih wrote: > The document was merged as commit 1afc60e00de3 ("dt-bindings: > mediatek: mt8192: add audio afe document"). > > However, [1] revealed that the commit 1afc60e00de3 breaks > dt_binding_check due to dt-bindings/clock/mt8192-clk.h doesn't > exist. > > As a temporary fix, commit 7d94ca3c8acd ("ASoC: mt8192: revert > add audio afe document") reverted commit 1afc60e00de3. > > dt-bindings/clock/mt8192-clk.h is in mainline per commit > f35f1a23e0e1 ("clk: mediatek: Add dt-bindings of MT8192 clocks"). > Re-adds the document back. > > [1]: https://mailman.alsa-project.org/pipermail/alsa-devel/2020-November/176873.html > > Signed-off-by: Tzung-Bi Shih > --- > Changes from v2 (https://mailman.alsa-project.org/pipermail/alsa-devel/2021-August/189058.html): > - Simplify the commit message. > > Changes from v1 (https://mailman.alsa-project.org/pipermail/alsa-devel/2021-August/189048.html): > - Add more context to the commit message. > > .../bindings/sound/mt8192-afe-pcm.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml > With the indentation fixed, Reviewed-by: Rob Herring