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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D63C9C433DB for ; Sun, 21 Mar 2021 12:44:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 96D5561946 for ; Sun, 21 Mar 2021 12:44:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229874AbhCUMo0 (ORCPT ); Sun, 21 Mar 2021 08:44:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230039AbhCUMoG (ORCPT ); Sun, 21 Mar 2021 08:44:06 -0400 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45B0EC061763 for ; Sun, 21 Mar 2021 05:44:06 -0700 (PDT) Received: by mail-pj1-x1031.google.com with SMTP id s21so6963832pjq.1 for ; Sun, 21 Mar 2021 05:44:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=oYh42NVmprfmi6tokkVG4Y+HhObAPKALxbHzNEVJ2Gs=; b=uzjWYn3XdJl5n7W+G1ELkbYiYFavm62OKGn2YfOnhiNaO0dKAN2f6hwe54r0PkXgQP a6qdbt654yG1qoo7FBlFeMTzYBb3c6Htm3u8dOn7SOxC+05utbHN4HMJ1mbL8Pq7OiBy fjA8B+7gmtyMOzr4MjlJP830wZpnwJaNtcRGJsha8TdXYnRN1ylLYtgzHNVNa8fw/P8X h/ja6hqyL5jaN6NPK3t+ssQMoQCg3GMiSzY88KU15c57E2mmwTxyGcLuxQh2ycBCoY/Y cPwF7Q2uqx6LLFnPYUXE62tn2Dudu5FW/ES9tCGw094xB7gtAV/+fQLkFHVSAWeq9Kfv mXfQ== 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=oYh42NVmprfmi6tokkVG4Y+HhObAPKALxbHzNEVJ2Gs=; b=oiCs1CjoJUAImomWslA3bipDDJGB2aUQJvAkX2DsK7wQZa5DiaUWgvdtfsTCEWMA3K 0rCXB4/lDS0S9tin7+CEEZVRdvD46PEfDZvcJdXl0FoSCmQFL+XHI6f24cCfQIBsjoYu 3Yo5ZEZ1RUZpyrU7fooxltgwGy1Jq8rdelxeb8+y8pW/kUG0SyxKCkeE2CWzjjR1ZLST PkcvbS0h8t7fpUuI3MgPsQ8H1W3pxkOvGsrBoEbmzUDYEXvf+pWpmcKUu4SxBzxi5hbT GQIE15N5ZORCgQv9n3WRUJYwLbs1PfhN1PUlZ740dOaI7rgClLsZzw5jpETtT6wFnA+8 hz5w== X-Gm-Message-State: AOAM532hd0s897L0Aix3pyR4bLiONaP5mbmJ3I/eodG/o8HGdNCRAk/r K3ehEJowxnC6N2GVw8IGSn45VA== X-Google-Smtp-Source: ABdhPJwQ7Iy0N2drugvLFKCBR81+m5DM/sT7wdJv7MyQOMU1WE6jf0iEjozzNqa8jsCBsF79jxv6Xw== X-Received: by 2002:a17:90a:5910:: with SMTP id k16mr8413808pji.207.1616330645735; Sun, 21 Mar 2021 05:44:05 -0700 (PDT) Received: from leoy-ThinkPad-X240s (144.34.177.189.16clouds.com. [144.34.177.189]) by smtp.gmail.com with ESMTPSA id u66sm10349141pfu.186.2021.03.21.05.44.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Mar 2021 05:44:05 -0700 (PDT) Date: Sun, 21 Mar 2021 20:44:00 +0800 From: Leo Yan To: Andy Gross , Bjorn Andersson , Rob Herring , Stephan Gerhold , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Coresight ML Cc: Georgi Djakov Subject: Re: [PATCH v2] arm64: dts: msm8916: Enable CoreSight STM component Message-ID: <20210321124400.GA4329@leoy-ThinkPad-X240s> References: <20210321121105.678515-1-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210321121105.678515-1-leo.yan@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Mar 21, 2021 at 08:11:05PM +0800, Leo Yan wrote: > Add DT binding for CoreSight System Trace Macrocell (STM) on msm8916, > which can benefit the CoreSight development on DB410c. > > Signed-off-by: Georgi Djakov > Signed-off-by: Leo Yan When I rebased this patch, I didn't know why the patch auther's name was changed unexpectly. So have sent patch v3 to correct it. Sorry for spamming. Leo