From: Bagas Sanjaya <bagasdotme@gmail.com>
To: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
Linux Documentation <linux-doc@vger.kernel.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
Devicetree <devicetree@vger.kernel.org>
Cc: Souradeep Chowdhury <quic_schowdhu@quicinc.com>,
Alex Elder <elder@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Andy Gross <agross@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Sai Prakash Ranjan <quic_saipraka@quicinc.com>,
Sibi Sankar <quic_sibis@quicinc.com>,
Rajendra Nayak <quic_rjendra@quicinc.com>,
Vinod Koul <vkoul@kernel.org>
Subject: Re: [PATCH 0/2] soc: qcom: dcc: Documentation improv
Date: Thu, 5 Jan 2023 10:33:34 +0700 [thread overview]
Message-ID: <Y7ZFDuvSS0fDjX9Q@debian.me> (raw)
In-Reply-To: <20221230135030.17002-1-bagasdotme@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1186 bytes --]
On Fri, Dec 30, 2022 at 08:50:29PM +0700, Bagas Sanjaya wrote:
> The DCC (Data Capture and Compare) patchset was sent and partially
> merged [1] without Cc'ing linux-doc list for documentation review.
> kernel test robot [2] noted htmldocs warnings as a result, which is fixed
> in [1/2]. Later, when inspecting the sysfs description, the wording
> could have been improved ([2/2]). So here is the improv series.
>
> [1]: https://lore.kernel.org/lkml/cover.1672148732.git.quic_schowdhu@quicinc.com/
> [2]: https://lore.kernel.org/linux-doc/202212300426.eMLsZsvA-lkp@intel.com/
>
> Bagas Sanjaya (2):
> soc: qcom: dcc: Fix examples list on
> /sys/kernel/debug/dcc/.../[list-number]/config documentation
> soc: qcom: dcc: rewrite description of dcc sysfs files
>
> Documentation/ABI/testing/debugfs-driver-dcc | 163 +++++++++++--------
> 1 file changed, 96 insertions(+), 67 deletions(-)
>
>
> base-commit: f02a537357a61e7892587c0f3455f8295cc9075c
Ping?
I think Stephen Rothwell still not happy today [1].
[1]: https://lore.kernel.org/lkml/20230105141326.5e339f2b@canb.auug.org.au/
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
Linux Documentation <linux-doc@vger.kernel.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
Devicetree <devicetree@vger.kernel.org>
Cc: Souradeep Chowdhury <quic_schowdhu@quicinc.com>,
Alex Elder <elder@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Andy Gross <agross@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Sai Prakash Ranjan <quic_saipraka@quicinc.com>,
Sibi Sankar <quic_sibis@quicinc.com>,
Rajendra Nayak <quic_rjendra@quicinc.com>,
Vinod Koul <vkoul@kernel.org>
Subject: Re: [PATCH 0/2] soc: qcom: dcc: Documentation improv
Date: Thu, 5 Jan 2023 10:33:34 +0700 [thread overview]
Message-ID: <Y7ZFDuvSS0fDjX9Q@debian.me> (raw)
In-Reply-To: <20221230135030.17002-1-bagasdotme@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1186 bytes --]
On Fri, Dec 30, 2022 at 08:50:29PM +0700, Bagas Sanjaya wrote:
> The DCC (Data Capture and Compare) patchset was sent and partially
> merged [1] without Cc'ing linux-doc list for documentation review.
> kernel test robot [2] noted htmldocs warnings as a result, which is fixed
> in [1/2]. Later, when inspecting the sysfs description, the wording
> could have been improved ([2/2]). So here is the improv series.
>
> [1]: https://lore.kernel.org/lkml/cover.1672148732.git.quic_schowdhu@quicinc.com/
> [2]: https://lore.kernel.org/linux-doc/202212300426.eMLsZsvA-lkp@intel.com/
>
> Bagas Sanjaya (2):
> soc: qcom: dcc: Fix examples list on
> /sys/kernel/debug/dcc/.../[list-number]/config documentation
> soc: qcom: dcc: rewrite description of dcc sysfs files
>
> Documentation/ABI/testing/debugfs-driver-dcc | 163 +++++++++++--------
> 1 file changed, 96 insertions(+), 67 deletions(-)
>
>
> base-commit: f02a537357a61e7892587c0f3455f8295cc9075c
Ping?
I think Stephen Rothwell still not happy today [1].
[1]: https://lore.kernel.org/lkml/20230105141326.5e339f2b@canb.auug.org.au/
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-01-05 3:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-30 13:50 [PATCH 0/2] soc: qcom: dcc: Documentation improv Bagas Sanjaya
2022-12-30 13:50 ` Bagas Sanjaya
2022-12-30 13:50 ` [PATCH 1/2] soc: qcom: dcc: Fix examples list on /sys/kernel/debug/dcc/.../[list-number]/config documentation Bagas Sanjaya
2022-12-30 13:50 ` Bagas Sanjaya
2023-01-05 5:04 ` Souradeep Chowdhury
2023-01-05 5:04 ` Souradeep Chowdhury
2022-12-30 13:50 ` [PATCH 2/2] soc: qcom: dcc: rewrite description of dcc sysfs files Bagas Sanjaya
2022-12-30 13:50 ` Bagas Sanjaya
2023-01-05 5:17 ` Souradeep Chowdhury
2023-01-05 5:17 ` Souradeep Chowdhury
2023-01-05 3:33 ` Bagas Sanjaya [this message]
2023-01-05 3:33 ` [PATCH 0/2] soc: qcom: dcc: Documentation improv Bagas Sanjaya
2023-01-07 0:08 ` Bjorn Andersson
2023-01-07 0:08 ` Bjorn Andersson
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=Y7ZFDuvSS0fDjX9Q@debian.me \
--to=bagasdotme@gmail.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=elder@linaro.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_rjendra@quicinc.com \
--cc=quic_saipraka@quicinc.com \
--cc=quic_schowdhu@quicinc.com \
--cc=quic_sibis@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=vkoul@kernel.org \
/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.