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 87FCDC433E3 for ; Thu, 6 Aug 2020 16:57:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD24823120 for ; Thu, 6 Aug 2020 16:57:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596733020; bh=9bx/m5KJGlL6iI4Ot1s02fouYxRcpi6AchvVLqflqRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YkwaAP6/q2sW4hVHcXTqJOXwgli+nBCoMdKw0pwNq1926+XX2jlKGfG/9BQgsyRCa qcCYpt6s3rpcHhBSJ2Z0UGNdgaiQLMCGNEf2JHO5W3NX+RStLwxqQmUHodpcV44vPk IX/J92k0Wmwb9Gun0WStwGwJL/mPZwxFHDFEGmvQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729728AbgHFQ47 (ORCPT ); Thu, 6 Aug 2020 12:56:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728959AbgHFQkm (ORCPT ); Thu, 6 Aug 2020 12:40:42 -0400 Received: from mail-il1-x141.google.com (mail-il1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59E13C0086BA; Thu, 6 Aug 2020 08:39:01 -0700 (PDT) Received: by mail-il1-x141.google.com with SMTP id z17so25696467ill.6; Thu, 06 Aug 2020 08:39:01 -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=K/3We8AGMWDx9mNTiTs/sOpLR+yCgqCzpB93qqwd4xg=; b=YQmE464gOXatIJgW4wBruhfeDMsoedxtYKDSDdwlqSco27XKoB6YpoyxAiGHFyOH56 9aBPYNIDDTpw4IQr2siOCpymcA0w750p7NIh9NgjtJt77Z0UGuSLRhh+QP8g8d1Gyzl7 NwPSNOggrwD5viuGGjIEHaHCZuX0NghGYYyGd8WoX4y5LQeo+WQOt15+tPeOIzQgCpT4 hlqo2C0S6mntSTmH+GectnV20/Pl2QTb3fb09UH3y/rNje1zE690h+jUJX9g2Gg2wqSp i+o/T9jHXWrLGUD/7+3Ikzudg7ybxxb4v5b2wLydfRSoxA4aunpab5PWT90KvTCgKGMk 7uhA== X-Gm-Message-State: AOAM532Yd90LjKvcGM0N3wB+NehosS+c/Skg+3qlFoPhkfUp0lapRHCj HcVYBbkiw0EK5pD7poIO0K/D/Rk= X-Google-Smtp-Source: ABdhPJxIIJY14/wDGJG1LlEcpKWPQN9KGSXYigWRU+8ra5vZCkBoygTzV2YMWGy2Cnsuuto1f8jrlg== X-Received: by 2002:a6b:c3cf:: with SMTP id t198mr10069332iof.164.1596724203177; Thu, 06 Aug 2020 07:30:03 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id s6sm4071541ilq.73.2020.08.06.07.30.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 07:30:02 -0700 (PDT) Received: (nullmailer pid 807481 invoked by uid 1000); Thu, 06 Aug 2020 14:29:59 -0000 Date: Thu, 6 Aug 2020 08:29:59 -0600 From: Rob Herring To: Rohit kumar Cc: lgirdwood@gmail.com, devicetree@vger.kernel.org, plai@codeaurora.org, bgoswami@codeaurora.org, linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org, broonie@kernel.org, tiwai@suse.com, agross@kernel.org, srinivas.kandagatla@linaro.org, alsa-devel@alsa-project.org, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, perex@perex.cz Subject: Re: [PATCH v5 07/12] dt-bindings: sound: lpass-cpu: Add sc7180 lpass cpu node Message-ID: <20200806142959.GA807423@bogus> References: <1596528453-11437-1-git-send-email-rohitkr@codeaurora.org> <1596528453-11437-8-git-send-email-rohitkr@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596528453-11437-8-git-send-email-rohitkr@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 04 Aug 2020 13:37:28 +0530, Rohit kumar wrote: > Add dt-bindings to support "qcom,lpass-cpu-sc7180" node. > > Signed-off-by: Rohit kumar > --- > .../devicetree/bindings/sound/qcom,lpass-cpu.txt | 55 +++++++++++++++++++++- > 1 file changed, 53 insertions(+), 2 deletions(-) > 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,DKIM_SIGNED, DKIM_VALID,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 D45F0C433E0 for ; Thu, 6 Aug 2020 14:31:06 +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 942C3221E3 for ; Thu, 6 Aug 2020 14:31:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="ruKzwyFx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 942C3221E3 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 89A5D11C; Thu, 6 Aug 2020 16:30:14 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 89A5D11C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1596724264; bh=9bx/m5KJGlL6iI4Ot1s02fouYxRcpi6AchvVLqflqRw=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ruKzwyFxsy9xmFilMl/0oqRmd155VeLJ44RKx5spJwwGMK4gxCxd+rB5DbeVM6RQS q0SLB39UQH17fyN+TAfkioWxVoS8/YKFsi5Ssm/K7p1pM7Z9YUYeZUZeY3rJNcE/yV Pckxox2GHk42pJdzqMfYimAcg/WuEn+kYvyH3m5U= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 1F262F80150; Thu, 6 Aug 2020 16:30:14 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id F0508F80159; Thu, 6 Aug 2020 16:30:12 +0200 (CEST) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) (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 37E26F80124 for ; Thu, 6 Aug 2020 16:30:04 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 37E26F80124 Received: by mail-io1-f67.google.com with SMTP id t15so40849665iob.3 for ; Thu, 06 Aug 2020 07:30:04 -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=K/3We8AGMWDx9mNTiTs/sOpLR+yCgqCzpB93qqwd4xg=; b=cG9ACpQZ8a1AD2Em9fnG3YA4oolVQECmTqh8hXA5sBGodHsbX1wiw9IIp0FV1mccjO cakPLeaebs2e0HF4qu/1dfRlS12WV0nAJIQRQ0JgjaDjMktLjvbRrh92H83eSEZ/ZeGU 41zUtZW9k9tzRcW4N0nBjB+eszRYw0R0+WWbVjh/g31L6YWrkbyXjuDVmBiriR79emu/ 7V0H9RscLrPgMrMdLCuYf63vJYPKjS/IMDgcMKCDLQIZ59GjvNZfaCzC3wE5teDyeYwL JDGR7NUbxgh5LC6SYbSqH4MMYnK7ydAtOhRyqdWll1oKUOiOZiI6D1ajGlQ3/+z3+Rby JPCw== X-Gm-Message-State: AOAM533w3eJNNKnFuKnkl/TC6QNXOEXKzFAypLDRNz64lvkqzKaRhG9K y5xobAGeY45NN8a7XTjesQ== X-Google-Smtp-Source: ABdhPJxIIJY14/wDGJG1LlEcpKWPQN9KGSXYigWRU+8ra5vZCkBoygTzV2YMWGy2Cnsuuto1f8jrlg== X-Received: by 2002:a6b:c3cf:: with SMTP id t198mr10069332iof.164.1596724203177; Thu, 06 Aug 2020 07:30:03 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id s6sm4071541ilq.73.2020.08.06.07.30.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 07:30:02 -0700 (PDT) Received: (nullmailer pid 807481 invoked by uid 1000); Thu, 06 Aug 2020 14:29:59 -0000 Date: Thu, 6 Aug 2020 08:29:59 -0600 From: Rob Herring To: Rohit kumar Subject: Re: [PATCH v5 07/12] dt-bindings: sound: lpass-cpu: Add sc7180 lpass cpu node Message-ID: <20200806142959.GA807423@bogus> References: <1596528453-11437-1-git-send-email-rohitkr@codeaurora.org> <1596528453-11437-8-git-send-email-rohitkr@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596528453-11437-8-git-send-email-rohitkr@codeaurora.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, bgoswami@codeaurora.org, linux-kernel@vger.kernel.org, plai@codeaurora.org, tiwai@suse.com, lgirdwood@gmail.com, robh+dt@kernel.org, bjorn.andersson@linaro.org, broonie@kernel.org, srinivas.kandagatla@linaro.org, agross@kernel.org, linux-arm-msm@vger.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, 04 Aug 2020 13:37:28 +0530, Rohit kumar wrote: > Add dt-bindings to support "qcom,lpass-cpu-sc7180" node. > > Signed-off-by: Rohit kumar > --- > .../devicetree/bindings/sound/qcom,lpass-cpu.txt | 55 +++++++++++++++++++++- > 1 file changed, 53 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring