public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation•org>
To: Mao Jinlong <quic_jinlmao@quicinc•com>
Cc: Mathieu Poirier <mathieu.poirier@linaro•org>,
	Suzuki K Poulose <suzuki.poulose@arm•com>,
	Alexander Shishkin <alexander.shishkin@linux•intel.com>,
	Mike Leach <mike.leach@linaro•org>, Leo Yan <leo.yan@linaro•org>,
	coresight@lists•linaro.org, linux-arm-kernel@lists•infradead.org,
	linux-kernel@vger•kernel.org,
	Tingwei Zhang <quic_tingweiz@quicinc•com>,
	Yuanfang Zhang <quic_yuanfang@quicinc•com>,
	Tao Zhang <quic_taozha@quicinc•com>,
	Trilok Soni <quic_tsoni@quicinc•com>,
	linux-arm-msm@vger•kernel.org
Subject: Re: [PATCH v2 6/9] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM
Date: Fri, 17 Dec 2021 17:09:49 +0100	[thread overview]
Message-ID: <Yby2TcAweYFDcc8P@kroah.com> (raw)
In-Reply-To: <20211209141543.21314-7-quic_jinlmao@quicinc.com>

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 <quic_jinlmao@quicinc•com>
> ---
>  .../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/<tpdm-name>/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

  parent reply	other threads:[~2021-12-17 16:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 14:15 [PATCH v2 0/9] Coresight: Add support for TPDM and TPDA Mao Jinlong
2021-12-09 14:15 ` [PATCH v2 1/9] Use IDR to maintain all the enabled sources' paths Mao Jinlong
2021-12-14 18:30   ` Mathieu Poirier
2021-12-15 15:40     ` Jinlong Mao
2021-12-09 14:15 ` [PATCH v2 2/9] Coresight: Add coresight TPDM source driver Mao Jinlong
2021-12-14 18:57   ` Mathieu Poirier
2021-12-15 16:10     ` Jinlong Mao
2021-12-16 17:45       ` Mike Leach
2021-12-16 19:02         ` Mathieu Poirier
2022-01-21 14:01           ` Jinlong Mao
2022-01-21 17:15             ` Mathieu Poirier
2022-01-26  7:07               ` Jinlong Mao
2022-01-26 15:34                 ` Mathieu Poirier
2022-01-27  9:33                   ` Jinlong Mao
2022-01-27 18:15             ` Mathieu Poirier
2021-12-09 14:15 ` [PATCH v2 3/9] dt-bindings: arm: Adds CoreSight TPDM hardware definitions Mao Jinlong
2021-12-09 14:15 ` [PATCH v2 4/9] coresight-tpdm: Add DSB dataset support Mao Jinlong
2021-12-09 14:15 ` [PATCH v2 5/9] coresight-tpdm: Add integration test support Mao Jinlong
2021-12-09 14:15 ` [PATCH v2 6/9] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM Mao Jinlong
2021-12-09 14:25   ` Jinlong Mao
2021-12-09 18:34   ` Trilok Soni
2021-12-10  1:03     ` Jinlong Mao
2021-12-17 16:09   ` Greg Kroah-Hartman [this message]
2021-12-09 14:15 ` [PATCH v2 7/9] Coresight: Add TPDA link driver Mao Jinlong
2021-12-09 14:15 ` [PATCH v2 8/9] dt-bindings: arm: Adds CoreSight TPDA hardware definitions Mao Jinlong
2021-12-09 14:15 ` [PATCH v2 9/9] ARM: dts: msm: Add coresight components for SM8250 Mao Jinlong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Yby2TcAweYFDcc8P@kroah.com \
    --to=gregkh@linuxfoundation$(echo .)org \
    --cc=alexander.shishkin@linux$(echo .)intel.com \
    --cc=coresight@lists$(echo .)linaro.org \
    --cc=leo.yan@linaro$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-arm-msm@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=mathieu.poirier@linaro$(echo .)org \
    --cc=mike.leach@linaro$(echo .)org \
    --cc=quic_jinlmao@quicinc$(echo .)com \
    --cc=quic_taozha@quicinc$(echo .)com \
    --cc=quic_tingweiz@quicinc$(echo .)com \
    --cc=quic_tsoni@quicinc$(echo .)com \
    --cc=quic_yuanfang@quicinc$(echo .)com \
    --cc=suzuki.poulose@arm$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox