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 40C01C433F5 for ; Thu, 9 Dec 2021 18:34:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243390AbhLISiB (ORCPT ); Thu, 9 Dec 2021 13:38:01 -0500 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:45776 "EHLO alexa-out-sd-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230410AbhLISiA (ORCPT ); Thu, 9 Dec 2021 13:38:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1639074867; x=1670610867; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=nsPJ7/k89vzzxkh5RRjNbawEHMMBxtLsztWJUQr9r1I=; b=asyXfZFpGDO1vWzORG2FTXoXF269tUzhH7iMU4lwl5CTdMi6Qr9dFhcD Ju1hZPYsKoL5qY3HDc3eWsnEvSLwtJ7rxlTjaCOGIwvAPfhrhetsz1Yz3 dCII/xo8yGFZs7f+/aGNkyS8Qwigtt3IN+p7gPZah/jFx3G+yITCva2g+ Q=; Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-02.qualcomm.com with ESMTP; 09 Dec 2021 10:34:27 -0800 X-QCInternal: smtphost Received: from unknown (HELO nasanex01a.na.qualcomm.com) ([10.52.223.231]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2021 10:34:26 -0800 Received: from [10.110.124.149] (10.80.80.8) by nasanex01a.na.qualcomm.com (10.52.223.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Thu, 9 Dec 2021 10:34:26 -0800 Subject: Re: [PATCH v2 6/9] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM To: Mao Jinlong , Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin CC: Mike Leach , Leo Yan , "Greg Kroah-Hartman" , , , , Tingwei Zhang , Yuanfang Zhang , Tao Zhang , References: <20211209141543.21314-1-quic_jinlmao@quicinc.com> <20211209141543.21314-7-quic_jinlmao@quicinc.com> From: Trilok Soni Message-ID: Date: Thu, 9 Dec 2021 10:34:25 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211209141543.21314-7-quic_jinlmao@quicinc.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01a.na.qualcomm.com (10.52.223.231) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Jinlong, On 12/9/2021 6:15 AM, 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 | 12 ++++++++++++ > MAINTAINERS | 1 + > 2 files 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..fdd0bd0e1c33 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm > @@ -0,0 +1,12 @@ > +What: /sys/bus/coresight/devices//available_datasets > +Date: December 2021 > +KernelVersion 5.16 > +Contact: Jinlong Mao or Tao Zhang Just keep one name? I am not sure if we are adding multiple names for other files. > +Description: (Read) Show available datasets for TPDM. > + > +What: /sys/bus/coresight/devices//integration_test > +Date: December 2020 > December 2021?