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 308A5C433F5 for ; Wed, 20 Apr 2022 14:42:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379729AbiDTOo5 (ORCPT ); Wed, 20 Apr 2022 10:44:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379531AbiDTOo5 (ORCPT ); Wed, 20 Apr 2022 10:44:57 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED2D427B01; Wed, 20 Apr 2022 07:42:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1650465731; x=1682001731; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=M/dNFuhsOAjCns2BjxxwmLmrIsm0WJ7xS8etb3W0XGQ=; b=NvN/WRHYiR83EnWqlOGXH6KQvMpchxP/i1/OrUcqmIzvzTeTjJatxzpq 5c+01rG/vMBfzj5gjuuOXVeJfA/Zl8nWItKYiU6aqyyUuqUWa/qlN2uZb sgDsiOmL3vpZRhZrKKiDgw4UVDHUj0loR0Fl+lpmlCEthlllnUOxE/I29 c=; Received: from ironmsg08-lv.qualcomm.com ([10.47.202.152]) by alexa-out.qualcomm.com with ESMTP; 20 Apr 2022 07:42:10 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg08-lv.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 07:42:10 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Wed, 20 Apr 2022 07:42:09 -0700 Received: from [10.239.133.9] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Wed, 20 Apr 2022 07:42:06 -0700 Message-ID: <80d9d31c-18c0-8460-223c-80476809e66c@quicinc.com> Date: Wed, 20 Apr 2022 22:42:03 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v5 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM Content-Language: en-US To: Mike Leach CC: Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin , Leo Yan , "Greg Kroah-Hartman" , , , , Tingwei Zhang , Yuanfang Zhang , Tao Zhang , Trilok Soni , Hao Zhang , References: <20220412125035.40312-1-quic_jinlmao@quicinc.com> <20220412125035.40312-7-quic_jinlmao@quicinc.com> From: Jinlong Mao In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 4/19/2022 5:25 PM, Mike Leach wrote: > Hi > > On Tue, 12 Apr 2022 at 13:51, Mao Jinlong wrote: >> Add API usage document for sysfs API in TPDM driver. >> >> Signed-off-by: Mao Jinlong >> --- >> .../ABI/testing/sysfs-bus-coresight-devices-tpdm | 13 +++++++++++++ >> 1 file changed, 13 insertions(+) >> create mode 100644 Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm >> >> diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm >> new file mode 100644 >> index 000000000000..d70ba429f38d >> --- /dev/null >> +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm >> @@ -0,0 +1,13 @@ >> +What: /sys/bus/coresight/devices//integration_test >> +Date: April 2022 >> +KernelVersion 5.18 >> +Contact: Jinlong Mao (QUIC) , Tao Zhang (QUIC) >> +Description: >> + (Write) Run integration test for tpdm. Integration test >> + will generate test data for tpdm. It can help to make >> + sure that the trace path is enabled and the link configurations >> + are fine. >> + >> + value to this sysfs node: >> + 1 : Genreate 64 bits data > s/Genreate/Generate I will update this. > >> + 2 : Generate 32 bits data >> -- >> 2.17.1 >> > Reviewed by: Mike Leach > > 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ACA4CC433F5 for ; Wed, 20 Apr 2022 14:43:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=818VTeQ5ifbu2WZxVx2ZoCtOwlBs+lwobTD5iZjI/pk=; b=GFpX0iHHQiQ1Hh F7cPMUfIztv8XxgY59EwlWExCfeYNrFeFZwRQj4r7xzk4BVtdGsvJ3NJ6gXdEzc0U3QWiThHG7Qez U5223+yfyj7RRdYDUmOgAjswCsM4d52aQTPpeKH6Iahy3fDejzTBk3dqViy3QWdQCmS10LDo7E/Aw 9vFtacKASZMWCUM+KYarF8viYkYA6NqiuzXTbPktjY4LbmJD2xQRWb2uHUojXjWIGB7GMieEK1hWZ vIJ+oqNdMIIR0RzLPoW4rr+FkX9a5j15PB5/6vvDbOVAn56O3ZHfKTrnvwGUYKYOhgQ4PfWmzJn6G gjAvwEGJtbdenM3G4S+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhBX6-009QdQ-Gt; Wed, 20 Apr 2022 14:42:16 +0000 Received: from alexa-out.qualcomm.com ([129.46.98.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhBX3-009Qc6-5G for linux-arm-kernel@lists.infradead.org; Wed, 20 Apr 2022 14:42:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1650465733; x=1682001733; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=M/dNFuhsOAjCns2BjxxwmLmrIsm0WJ7xS8etb3W0XGQ=; b=T/9un1rFTibRisjU3ouyvmc2BYZY3H3enBpvS7xLOKXMIwzFmpRsYOBP Ba7+z3QY7xw2c/Tp9NwYAJ+N/0iPRiMXseEpK6JTFBHhgNPWU7rua32Wi eMFnhTZknO5BID3eYkDWK47SwJ5QB8jGKsCeM3rz9/qf5cPHAE2/nri5L w=; Received: from ironmsg08-lv.qualcomm.com ([10.47.202.152]) by alexa-out.qualcomm.com with ESMTP; 20 Apr 2022 07:42:10 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg08-lv.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 07:42:10 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Wed, 20 Apr 2022 07:42:09 -0700 Received: from [10.239.133.9] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Wed, 20 Apr 2022 07:42:06 -0700 Message-ID: <80d9d31c-18c0-8460-223c-80476809e66c@quicinc.com> Date: Wed, 20 Apr 2022 22:42:03 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v5 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM Content-Language: en-US To: Mike Leach CC: Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin , Leo Yan , "Greg Kroah-Hartman" , , , , Tingwei Zhang , Yuanfang Zhang , Tao Zhang , Trilok Soni , Hao Zhang , References: <20220412125035.40312-1-quic_jinlmao@quicinc.com> <20220412125035.40312-7-quic_jinlmao@quicinc.com> From: Jinlong Mao In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220420_074213_276577_FD0A4E74 X-CRM114-Status: GOOD ( 12.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 4/19/2022 5:25 PM, Mike Leach wrote: > Hi > > On Tue, 12 Apr 2022 at 13:51, Mao Jinlong wrote: >> Add API usage document for sysfs API in TPDM driver. >> >> Signed-off-by: Mao Jinlong >> --- >> .../ABI/testing/sysfs-bus-coresight-devices-tpdm | 13 +++++++++++++ >> 1 file changed, 13 insertions(+) >> create mode 100644 Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm >> >> diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm >> new file mode 100644 >> index 000000000000..d70ba429f38d >> --- /dev/null >> +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm >> @@ -0,0 +1,13 @@ >> +What: /sys/bus/coresight/devices//integration_test >> +Date: April 2022 >> +KernelVersion 5.18 >> +Contact: Jinlong Mao (QUIC) , Tao Zhang (QUIC) >> +Description: >> + (Write) Run integration test for tpdm. Integration test >> + will generate test data for tpdm. It can help to make >> + sure that the trace path is enabled and the link configurations >> + are fine. >> + >> + value to this sysfs node: >> + 1 : Genreate 64 bits data > s/Genreate/Generate I will update this. > >> + 2 : Generate 32 bits data >> -- >> 2.17.1 >> > Reviewed by: Mike Leach > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel