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 5B66CC433F5 for ; Fri, 17 Dec 2021 16:55:09 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GYD4WmhVHNvnAode05cv+BOvlch9AUJfrL5cYR0WWLE=; b=4JSOv+15zgZIGj UNrjWRW5fSJuiZZmvOZU+VAbmww7BGzoMyGaWKbDG1jjQctorcfnWaPqA9GEqAworix4Xu0sxU6JL VURmU4B9YqtcaioMeHn8MgXeMSzNUGDmBoXZ3EI+k7d40jbT58Ein4fsOPSpARfV+RLEmPdGp8V2k DDFgTRVky3r1kLmuTiCFsRSQB5VF4c+s3W/yzTJicBpEPrKD0OVv6sY2qFu7dvEKm8Vs/GSZn2XmB 6gLM9HoWkRi90gcxU8iMMh2QawMuDFg95QFJu26qqgUCeZexE1sHPxwquQPLk+oxLrWfdbsGtNZi8 ec5e8HAbb3M0FLA3eRLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1myGU1-00BHiO-NS; Fri, 17 Dec 2021 16:53:26 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1myFnv-00B4zI-Az for linux-arm-kernel@lists.infradead.org; Fri, 17 Dec 2021 16:09:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 43664CE24E6; Fri, 17 Dec 2021 16:09:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E93CFC36AE1; Fri, 17 Dec 2021 16:09:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1639757391; bh=3eD3FwRWdRoWkwbNbkkKNpTPoCY8N0kQPjbpzhChzHI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DYaQMlsl8aaSNDpBB9HYdTqJpgD9zCGkzr7z9hVliogKFgehb2lK2AeQcI47hqTfn laypUE+78ToHUQ1VGsEc9ex6ueDn7agjKuiDi9SPj3O1Bxtv+OnIHsewwC0cId+3tQ WU8sjcUq2u4xjfjmNzkMnAM46WSVim4yYo3lLrNM= Date: Fri, 17 Dec 2021 17:09:49 +0100 From: Greg Kroah-Hartman To: Mao Jinlong Cc: Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin , Mike Leach , Leo Yan , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tingwei Zhang , Yuanfang Zhang , Tao Zhang , Trilok Soni , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2 6/9] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM Message-ID: References: <20211209141543.21314-1-quic_jinlmao@quicinc.com> <20211209141543.21314-7-quic_jinlmao@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211209141543.21314-7-quic_jinlmao@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211217_080955_701624_61F16F6D X-CRM114-Status: GOOD ( 15.49 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 09, 2021 at 10:15:40PM +0800, 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 5.16 already has all of the new features, so this will not make it into that release. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel