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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 D0782C433E1 for ; Mon, 18 May 2020 19:08:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF34B207F5 for ; Mon, 18 May 2020 19:08:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="QJiJ+Z/M" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726290AbgERTIt (ORCPT ); Mon, 18 May 2020 15:08:49 -0400 Received: from mail27.static.mailgun.info ([104.130.122.27]:58663 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726640AbgERTIs (ORCPT ); Mon, 18 May 2020 15:08:48 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1589828928; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=Nk0K1W8fRGMOWFmuWEKKiBb9R7YplwoL3hYymgikkDY=; b=QJiJ+Z/My7RfQJuNu05X9VbrxA+6xtutEg7rHqxHyr0p4jbgJoYakk4ZAuVUac46H2jGRa0h PaK5AIugLLjDKa3vl1pl9BR0Oa7TEp8ZZzqydqSsMfGJQJgOcv1Jz8xtYSJXlXuIPrxLb6l3 gm9iXqRo5T8zmUz/9+i1ISoxDTM= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI1YmJiNiIsICJkZXZpY2V0cmVlQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 5ec2dd39d4b17227eae251b4 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 18 May 2020 19:08:41 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id E48BAC4478C; Mon, 18 May 2020 19:08:40 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 4A144C433F2; Mon, 18 May 2020 19:08:40 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 19 May 2020 00:38:40 +0530 From: Sai Prakash Ranjan To: Bjorn Andersson Cc: Mathieu Poirier , Suzuki K Poulose , Mike Leach , devicetree@vger.kernel.org, Rob Herring , Andy Gross , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, coresight@lists.linaro.org Subject: Re: [PATCH 1/2] arm64: dts: qcom: sc7180: Support ETMv4 power management In-Reply-To: <20200518185124.GG2165@builder.lan> References: <56a5563205da61c47eb4f8bbf6120e28@codeaurora.org> <20200518185124.GG2165@builder.lan> Message-ID: X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Bjorn, On 2020-05-19 00:21, Bjorn Andersson wrote: > On Fri 15 May 03:55 PDT 2020, Sai Prakash Ranjan wrote: [...] >> >> >> The previous version of this patch in QCOM tree seems to have added >> the >> property to replicator node instead of etm7 node, can you please drop >> that from the tree and apply this one? >> > > I'm not able to replace the old commit without rewriting the history of > the branch. So I've applied a patch ontop of the branch to fix this up > instead. > > Please review the branch and let me know if there's any issues. > Thanks for the patch, I checked the branch and its good. Sorry, I should have sent a patch on top of the old one instead of repost. Thanks, Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation