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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,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 941F9C433B4 for ; Wed, 5 May 2021 14:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6690C613C0 for ; Wed, 5 May 2021 14:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232882AbhEEOgS (ORCPT ); Wed, 5 May 2021 10:36:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229763AbhEEOgS (ORCPT ); Wed, 5 May 2021 10:36:18 -0400 Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E884C061574 for ; Wed, 5 May 2021 07:35:22 -0700 (PDT) Received: by mail-pj1-x1030.google.com with SMTP id z6-20020a17090a1706b0290155e8a752d8so934610pjd.4 for ; Wed, 05 May 2021 07:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=9ht/S/4bHufHsk5TYe/goP/DfNRSeLIzApauTghVLjU=; b=NHMNApbfQMqAMjgQnAfqikXwDmVntfWlQpNxguHRG/5MkTUl9RIc/dLT9hqU1TKAB6 4VepYlLglfTovFxaMG0UNCFjZu/lqAEjAAqySGh0JrQVbgQ+80xUf7LfxnD/4IqFGfcE MRDrBFXvS061Uj9icHYoKBop/T5dfsJJdVzcQ= 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=9ht/S/4bHufHsk5TYe/goP/DfNRSeLIzApauTghVLjU=; b=K6R8QUm2BfoKXwtR3/RPFEAN6kiKH5v48qS2VieW8a0BDAxwbkcpcFpCWeSmRJY00L U73DCLlb3jQ0h8n061meLZjdqMB6jmqdFz7+Iz235thV71Yb0T9r3KA3FtqtfEdcjvut mWKUC4pGpSS2LSAU+4t2do9XPOU7C9jYGrZTjCqrorxnKdthtSYDq+875o5F5V97YQk6 rRbK7FCv7wbEO/ReHY3poI4wZglnZK0AZVGnCmgFBm/GT/AM/z0oeZ4ogyUUeAb8WTad cV0V4P0ieshhvE7rf06noLX/+pQlHHeRHA+ntCMKNat7+X4pNQzLUFVrVeTfXQ0KhGLX +mrQ== X-Gm-Message-State: AOAM533ktD0RR1oCOd6diZPcGW1bau36r3eMH4sf/Q/S+qPa8rngXXhV K1scKNeXPbDuy2nwMrn9H22EZg== X-Google-Smtp-Source: ABdhPJxqWisVwlsjb7Et1yTG28e4vIIm96b4ePbk3vykqLGGRyN9z6X7TtDPg7rVkYY4BFJE5WOGYA== X-Received: by 2002:a17:90b:46d3:: with SMTP id jx19mr11756154pjb.31.1620225321784; Wed, 05 May 2021 07:35:21 -0700 (PDT) Received: from localhost ([2620:15c:202:201:8770:f856:b2ff:e5e4]) by smtp.gmail.com with UTF8SMTPSA id c195sm5049270pfb.5.2021.05.05.07.35.20 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 05 May 2021 07:35:21 -0700 (PDT) Date: Wed, 5 May 2021 07:35:19 -0700 From: Matthias Kaehlcke To: satya priya Cc: Andy Gross , Bjorn Andersson , Rob Herring , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, kgunda@codeaurora.org Subject: Re: [PATCH V4 6/8] arm64: dts: qcom: pmk8350: Add peripherals for pmk8350 Message-ID: References: <1620197726-23802-1-git-send-email-skakit@codeaurora.org> <1620197726-23802-7-git-send-email-skakit@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1620197726-23802-7-git-send-email-skakit@codeaurora.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, May 05, 2021 at 12:25:24PM +0530, satya priya wrote: > Add PON, RTC, VADC and ACD_TM support for PMK8350. > > Signed-off-by: satya priya Please make sure to include per patch change logs for v > 1. It's generally useful for following the evolution of a patch and can save reviewers time by focussing their attention on the parts that have changed with respect to the previous version, rather than having to review the entire patch with possibly only minor (or no) changes over and over again (though multiple passes are often useful). Reviewed-by: Matthias Kaehlcke