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=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 58D0BC433FE for ; Thu, 10 Dec 2020 02:17:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 235E723A7C for ; Thu, 10 Dec 2020 02:17:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728366AbgLJCRQ (ORCPT ); Wed, 9 Dec 2020 21:17:16 -0500 Received: from mail-oo1-f67.google.com ([209.85.161.67]:44341 "EHLO mail-oo1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728255AbgLJCQd (ORCPT ); Wed, 9 Dec 2020 21:16:33 -0500 Received: by mail-oo1-f67.google.com with SMTP id n20so915534ooq.11; Wed, 09 Dec 2020 18:16:17 -0800 (PST) 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=kig++s2HW24HAPkqPX1OgjRI23AmXcrz8TrgPWK8wUA=; b=FYHqV+KL91p3tDkroOCK3cGZh8kejy487noAJTnaJ6khrXP+Zkizl9AJ5Nty3uss33 g2fvqzMAnrU0A/NkEax5PtcHKT7kddkmxYOfBDj5QPVyPAG7nl2heQEhmFVh+zj/Dsi/ HTHqX92rXDmsC7MN5NXKffLS1V1NRwHXkU5jCt6Ew4JJsnls/IP/0uPVjfCURBL3eJ1d SbCTCBAEV+7kwj0R8P689Fzx6fzUuLjuYO+mx36gBMSDli9dKg14v8SjDs8uFE8tA6nA sjYWaBcVjMdw4V8fuDnUcCaIIIOebharuAR8KOR4xyVJ9qQMHqWkgseDCKoFzDPz+dgG LkVw== X-Gm-Message-State: AOAM530HjpSppjgCUVXhjq6KV0wCdDgzXXFkSmOZ7OYXg1B9ozIZHIM6 beRaUyTwpW/tJazE3/DQ9hG2l7upWQ== X-Google-Smtp-Source: ABdhPJwT1EYRtwvWlEwB64Z4MD4vnsrU10z1MOaFcXuH8IyRQ02iULJwh8Qn9dR2ZrcyXDio8612Zw== X-Received: by 2002:a4a:aac4:: with SMTP id e4mr4420261oon.2.1607566552359; Wed, 09 Dec 2020 18:15:52 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k13sm836582otl.72.2020.12.09.18.15.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 18:15:51 -0800 (PST) Received: (nullmailer pid 1498781 invoked by uid 1000); Thu, 10 Dec 2020 02:15:50 -0000 Date: Wed, 9 Dec 2020 20:15:50 -0600 From: Rob Herring To: Sameer Pujar Cc: broonie@kernel.org, kuninori.morimoto.gx@renesas.com, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property Message-ID: <20201210021550.GA1498001@robh.at.kernel.org> References: <1607498532-19518-1-git-send-email-spujar@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1607498532-19518-1-git-send-email-spujar@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 09, 2020 at 12:52:12PM +0530, Sameer Pujar wrote: > The remote-endpoint may not be available if it is part of some > pluggable module. One such example would be an audio card, the > Codec endpoint will not be available until it is plugged in. > Hence drop 'remote-endpoint' as a required property. Please hold off on this. I have more changes coming. > > Cc: Rob Herring > Cc: Kuninori Morimoto > Signed-off-by: Sameer Pujar > --- > Documentation/devicetree/bindings/sound/audio-graph-port.yaml | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml > index 2005014..766e910 100644 > --- a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml > +++ b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml > @@ -71,9 +71,6 @@ properties: > description: CPU to Codec rate channels. > $ref: /schemas/types.yaml#/definitions/uint32 > > - required: > - - remote-endpoint > - > ports: > description: multi OF-Graph subnode > type: object > -- > 2.7.4 > 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 57CEEC433FE for ; Thu, 10 Dec 2020 02:16:56 +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 486B623C43 for ; Thu, 10 Dec 2020 02:16:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 486B623C43 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-devel-bounces@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 213D61696; Thu, 10 Dec 2020 03:16:03 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 213D61696 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1607566613; bh=faahizKVXPdqW2s9jiBNRh+xn7BOJyfuQ+a1UCq+t70=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=BsrNZf4+aOa9O/RdTWkgj0Fxex1pQTHvugOmzUIZ8wcB6+2Vld1rQUPTClhubuPTy wQ0Ld8qlMuU328QzVyduOXVjwzuKeZ+jxsCz0Xu9fXLwazmUm1bTQPtX1+Q2GxLhJE 7wOz8WE6TG9qrTCcEYID2zhINrFJ2xaNjeHLPRmw= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 82957F801D8; Thu, 10 Dec 2020 03:16:02 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 88AD7F8012C; Thu, 10 Dec 2020 03:16:00 +0100 (CET) Received: from mail-oo1-f66.google.com (mail-oo1-f66.google.com [209.85.161.66]) (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 26E69F8012C for ; Thu, 10 Dec 2020 03:15:53 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 26E69F8012C Received: by mail-oo1-f66.google.com with SMTP id w9so917505ooh.13 for ; Wed, 09 Dec 2020 18:15:53 -0800 (PST) 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=kig++s2HW24HAPkqPX1OgjRI23AmXcrz8TrgPWK8wUA=; b=KM0qGQskKwoVO5MwcKySaEbT0vAanRhYr3vQTWML8NXbpYU8rPjcSjbhgK21yBRjww Jfr5W5O2b6u+68H5r5/CIflPTRCjwIcpmHYaWv6qxClH92yk/OcSNe8gbNMhcgltkAGm 6PK0+ZWCqQUh97Io3W8S13WxYDehaq+bisgxa0PLGRbYxZwmKmnPVUMVvTpvHW0WhXtq CgHjvrsZgcVfUxTh6Dv6t2JkdWTXvayBc58DIVp63j4qVAtfQOCJ3Cd09DrvfuQ95gps BHJ657D5kTrUgMoDZESg1K5tvgumsbch5+3ESDQ13mDaFho5thBx1G3KWiKLFyAMfk1y uoxg== X-Gm-Message-State: AOAM530UFYLI9bESE2d6YtGHmO4/HToO0SRK1Ui/RzPN1hkQXPcfBAki rcL1IGxW7TLZdD7cRwGTaw== X-Google-Smtp-Source: ABdhPJwT1EYRtwvWlEwB64Z4MD4vnsrU10z1MOaFcXuH8IyRQ02iULJwh8Qn9dR2ZrcyXDio8612Zw== X-Received: by 2002:a4a:aac4:: with SMTP id e4mr4420261oon.2.1607566552359; Wed, 09 Dec 2020 18:15:52 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k13sm836582otl.72.2020.12.09.18.15.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 18:15:51 -0800 (PST) Received: (nullmailer pid 1498781 invoked by uid 1000); Thu, 10 Dec 2020 02:15:50 -0000 Date: Wed, 9 Dec 2020 20:15:50 -0600 From: Rob Herring To: Sameer Pujar Subject: Re: [PATCH] ASoC: audio-graph-card: Drop remote-endpoint as required property Message-ID: <20201210021550.GA1498001@robh.at.kernel.org> References: <1607498532-19518-1-git-send-email-spujar@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1607498532-19518-1-git-send-email-spujar@nvidia.com> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, broonie@kernel.org, linux-kernel@vger.kernel.org, kuninori.morimoto.gx@renesas.com 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, Dec 09, 2020 at 12:52:12PM +0530, Sameer Pujar wrote: > The remote-endpoint may not be available if it is part of some > pluggable module. One such example would be an audio card, the > Codec endpoint will not be available until it is plugged in. > Hence drop 'remote-endpoint' as a required property. Please hold off on this. I have more changes coming. > > Cc: Rob Herring > Cc: Kuninori Morimoto > Signed-off-by: Sameer Pujar > --- > Documentation/devicetree/bindings/sound/audio-graph-port.yaml | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml > index 2005014..766e910 100644 > --- a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml > +++ b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml > @@ -71,9 +71,6 @@ properties: > description: CPU to Codec rate channels. > $ref: /schemas/types.yaml#/definitions/uint32 > > - required: > - - remote-endpoint > - > ports: > description: multi OF-Graph subnode > type: object > -- > 2.7.4 >