Re: [PATCH v2 6/9] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM

From: Greg Kroah-Hartman
Date: Fri Dec 17 2021 - 11:09:54 EST


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@xxxxxxxxxxx>
> ---
> .../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