From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: Junhao He <hejunhao3@huawei.com>
Cc: <mathieu.poirier@linaro.org>, <suzuki.poulose@arm.com>,
<mike.leach@linaro.org>, <leo.yan@linaro.org>,
<john.garry@huawei.com>, <coresight@lists.linaro.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <linuxarm@huawei.com>,
<rdunlap@infradead.org>, <liuqi115@huawei.com>,
<f.fangjian@huawei.com>, <prime.zeng@hisilicon.com>,
<yangyicong@huawei.com>, <shenyang39@huawei.com>
Subject: Re: [PATCH v11 2/2] Documentation: Add document for UltraSoc SMB drivers
Date: Mon, 7 Nov 2022 14:33:54 +0000 [thread overview]
Message-ID: <20221107143354.00001324@Huawei.com> (raw)
In-Reply-To: <20221107130624.59886-3-hejunhao3@huawei.com>
On Mon, 7 Nov 2022 21:06:24 +0800
Junhao He <hejunhao3@huawei.com> wrote:
> From: Qi Liu <liuqi115@huawei.com>
>
> This patch bring in documentation for UltraSoc SMB drivers.
> It simply describes the device, sysfs interface and the
> firmware bindings.
>
> Signed-off-by: Qi Liu <liuqi115@huawei.com>
> Signed-off-by: Junhao He <hejunhao3@huawei.com>
> ---
> .../sysfs-bus-coresight-devices-ultra_smb | 31 +++++++
> .../trace/coresight/ultrasoc-smb.rst | 80 +++++++++++++++++++
> 2 files changed, 111 insertions(+)
> create mode 100644 Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
> create mode 100644 Documentation/trace/coresight/ultrasoc-smb.rst
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb b/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
> new file mode 100644
> index 000000000000..7804aef4b40b
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
> @@ -0,0 +1,31 @@
> +What: /sys/bus/coresight/devices/ultra_smb<N>/enable_sink
> +Date: October 2022
> +KernelVersion: 6.1
Update to 6.2 as this will hopefully go in next merge window and it makes
life easier for the maintainer if they don't need to fix all these up.
> +Contact: Junhao He <hejunhao3@huawei.com>
> +Description: (RW) Add/remove a SMB device from a trace path. There can be
> + multiple sources for a single SMB device.
Rest looks good to me, (not an expert on this stuff though!)
Jonathan
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: Junhao He <hejunhao3@huawei.com>
Cc: <mathieu.poirier@linaro.org>, <suzuki.poulose@arm.com>,
<mike.leach@linaro.org>, <leo.yan@linaro.org>,
<john.garry@huawei.com>, <coresight@lists.linaro.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <linuxarm@huawei.com>,
<rdunlap@infradead.org>, <liuqi115@huawei.com>,
<f.fangjian@huawei.com>, <prime.zeng@hisilicon.com>,
<yangyicong@huawei.com>, <shenyang39@huawei.com>
Subject: Re: [PATCH v11 2/2] Documentation: Add document for UltraSoc SMB drivers
Date: Mon, 7 Nov 2022 14:33:54 +0000 [thread overview]
Message-ID: <20221107143354.00001324@Huawei.com> (raw)
In-Reply-To: <20221107130624.59886-3-hejunhao3@huawei.com>
On Mon, 7 Nov 2022 21:06:24 +0800
Junhao He <hejunhao3@huawei.com> wrote:
> From: Qi Liu <liuqi115@huawei.com>
>
> This patch bring in documentation for UltraSoc SMB drivers.
> It simply describes the device, sysfs interface and the
> firmware bindings.
>
> Signed-off-by: Qi Liu <liuqi115@huawei.com>
> Signed-off-by: Junhao He <hejunhao3@huawei.com>
> ---
> .../sysfs-bus-coresight-devices-ultra_smb | 31 +++++++
> .../trace/coresight/ultrasoc-smb.rst | 80 +++++++++++++++++++
> 2 files changed, 111 insertions(+)
> create mode 100644 Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
> create mode 100644 Documentation/trace/coresight/ultrasoc-smb.rst
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb b/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
> new file mode 100644
> index 000000000000..7804aef4b40b
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-ultra_smb
> @@ -0,0 +1,31 @@
> +What: /sys/bus/coresight/devices/ultra_smb<N>/enable_sink
> +Date: October 2022
> +KernelVersion: 6.1
Update to 6.2 as this will hopefully go in next merge window and it makes
life easier for the maintainer if they don't need to fix all these up.
> +Contact: Junhao He <hejunhao3@huawei.com>
> +Description: (RW) Add/remove a SMB device from a trace path. There can be
> + multiple sources for a single SMB device.
Rest looks good to me, (not an expert on this stuff though!)
Jonathan
next prev parent reply other threads:[~2022-11-07 14:52 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 13:06 [PATCH v11 0/2] Add support for UltraSoc System Memory Buffer Junhao He
2022-11-07 13:06 ` Junhao He
2022-11-07 13:06 ` [PATCH v11 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver Junhao He
2022-11-07 13:06 ` Junhao He
2022-11-07 14:30 ` Jonathan Cameron
2022-11-07 14:30 ` Jonathan Cameron
2022-11-08 9:44 ` hejunhao
2022-11-08 9:44 ` hejunhao
2022-11-07 13:06 ` [PATCH v11 2/2] Documentation: Add document for UltraSoc SMB drivers Junhao He
2022-11-07 13:06 ` Junhao He
2022-11-07 14:33 ` Jonathan Cameron [this message]
2022-11-07 14:33 ` Jonathan Cameron
2022-11-08 8:21 ` hejunhao
2022-11-08 8:21 ` hejunhao
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=20221107143354.00001324@Huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=coresight@lists.linaro.org \
--cc=f.fangjian@huawei.com \
--cc=hejunhao3@huawei.com \
--cc=john.garry@huawei.com \
--cc=leo.yan@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=liuqi115@huawei.com \
--cc=mathieu.poirier@linaro.org \
--cc=mike.leach@linaro.org \
--cc=prime.zeng@hisilicon.com \
--cc=rdunlap@infradead.org \
--cc=shenyang39@huawei.com \
--cc=suzuki.poulose@arm.com \
--cc=yangyicong@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.