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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45176C6FA83 for ; Tue, 27 Sep 2022 19:51:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232024AbiI0Tvx (ORCPT ); Tue, 27 Sep 2022 15:51:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231218AbiI0Tvw (ORCPT ); Tue, 27 Sep 2022 15:51:52 -0400 Received: from mail-il1-x12e.google.com (mail-il1-x12e.google.com [IPv6:2607:f8b0:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A2C79569F for ; Tue, 27 Sep 2022 12:51:50 -0700 (PDT) Received: by mail-il1-x12e.google.com with SMTP id j7so5642500ilu.7 for ; Tue, 27 Sep 2022 12:51:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ieee.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=vatT0SjX3NY2U9704T3rmB4+zptS7Iq13IphnWVOULo=; b=VDBr1DEpZakwgEBBffkB2Y7gaS4rfctKIIdPUO++q9iH+NEtFX7MmB6fK5J86NDeF1 7s1VoKhiY90lMbhzlP+ktqEW/m3/HwKHi/LVE6KGxbjN39tfbPur203L83F1BlIzOkZk gsgquWsyhMlQXu1ycSBaMjtfAnI+/8HuXhSL8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=vatT0SjX3NY2U9704T3rmB4+zptS7Iq13IphnWVOULo=; b=SQ/4se/i64Xzf6QU8YVHyG1L7phcgIJP97tSasduLfTm3ux13lSJSeJE/21NzUwvnF CjzSKNk71izIwzIogf7duLRAafTC7m/tnYtH7YArbLLh80th9FYQdcCWwC/j4Ck2Y4fF DWPNCXglBdGHI9gY1SRqxbUq8DN/cnibXIG1f1N7nJv1Cr02wcTIe32nZiiVz2U0e+6z JO098sudWdMdrnhrtaRqpGoPJXmiTm/yH8VrptxnKhJ0+18fmgrd1KSvxR7Q0u37W1eB xlK6bPATYy7eumLNl7UYEJchIgpaZUfaTPfSxqaMfvws11I9F++Xlw/3wMrmNWh0YG/1 4ocA== X-Gm-Message-State: ACrzQf1kjBBlzrOENmiN090vaKEBNhNCU0nTpjiy3MJQ8ioAs1ayBw0c 0cN1EOxsCF7PVjdouLSa20xtjT4PiD+a5kpE X-Google-Smtp-Source: AMsMyM6og55zbZYLITEuu8TP1VjxOGbk3Q3j7F9cNOMC0TXH6IDFkvCm1KHZdAwgObFe52V3uqJwuA== X-Received: by 2002:a92:cdae:0:b0:2f5:8aea:654d with SMTP id g14-20020a92cdae000000b002f58aea654dmr13676601ild.135.1664308309819; Tue, 27 Sep 2022 12:51:49 -0700 (PDT) Received: from [172.22.22.26] ([98.61.227.136]) by smtp.googlemail.com with ESMTPSA id x13-20020a0566380cad00b0035b2f0ebf65sm928031jad.76.2022.09.27.12.51.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 27 Sep 2022 12:51:49 -0700 (PDT) Message-ID: <353ae92d-57a2-5ca3-c3dc-c68b6a8f80ab@ieee.org> Date: Tue, 27 Sep 2022 14:51:48 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH V13 1/7] dt-bindings: Added the yaml bindings for DCC Content-Language: en-US To: Krzysztof Kozlowski , Souradeep Chowdhury , Andy Gross , Bjorn Andersson , Rob Herring Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Sai Prakash Ranjan , Sibi Sankar , Rajendra Nayak , vkoul@kernel.org References: From: Alex Elder In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 9/23/22 2:27 PM, Krzysztof Kozlowski wrote: > On 20/09/2022 05:56, Souradeep Chowdhury wrote: >> Documentation for Data Capture and Compare(DCC) device tree bindings >> in yaml format. >> >> Reviewed-by: Rob Herring >> Signed-off-by: Souradeep Chowdhury Souradeep, I will review v14 (of the code anyway--patch 3) when you send it. -Alex >> --- >> .../devicetree/bindings/arm/msm/qcom,dcc.yaml | 44 ++++++++++++++++++++++ >> 1 file changed, 44 insertions(+) > > Rebase your tree on some current Linux kernel (and use > scripts/get_maintainers.pl). > > Best regards, > Krzysztof >