From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Li-hao Kuo <lhjeff911@gmail.com>,
broonie@kernel.org, robh+dt@kernel.org,
linux-spi@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: wells.lu@sunplus.com, lh.kuo@sunplus.com
Subject: Re: [PATCH next] dt-bindings:spi: Fix test error for sp7021.
Date: Mon, 7 Feb 2022 16:45:25 +0100 [thread overview]
Message-ID: <a49f77c8-3d92-8c84-28fe-0e6735f09610@canonical.com> (raw)
In-Reply-To: <b8a94fbfcab68b1279b09b6297099310c209927b.1644198244.git.lhjeff911@gmail.com>
On 07/02/2022 02:46, Li-hao Kuo wrote:
> Remove the include path and modify parameters for fix error for bt binding test
1. No trailing dots in commit title. Space after each ":".
2. s/bt/dt/
3. Wrap the commit msg:
https://elixir.bootlin.com/linux/v5.13/source/Documentation/process/submitting-patches.rst#L124
4. What is exactly the error you are fixing?
>
> Fixes: a708078eeb99 ("spi: Add Sunplus SP7021 schema")
5. Only one space after SHA.
6. Wasn't it reported to you? Looks like it was, so you need to add
"Reported-by" tag:
https://lore.kernel.org/all/CAL_JsqKwg_bzJmehTG8tR2cpr+HwwvpF_cpoESidZouc_SpKcQ@mail.gmail.com/
> Signed-off-by: Li-hao Kuo <lhjeff911@gmail.com>
> ---
> Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml b/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
> index 38589fd..298eac2 100644
> --- a/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
> @@ -59,8 +59,6 @@ unevaluatedProperties: false
>
> examples:
> - |
> - #include <dt-bindings/clock/sp-sp7021.h>
> - #include <dt-bindings/reset/sp-sp7021.h>
> #include <dt-bindings/interrupt-controller/irq.h>
> spi@9C002D80 {
> compatible = "sunplus,sp7021-spi";
> @@ -73,8 +71,8 @@ examples:
> interrupts = <144 IRQ_TYPE_LEVEL_HIGH>,
> <146 IRQ_TYPE_LEVEL_HIGH>,
> <145 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&clkc SPI_COMBO_0>;
> - resets = <&rstc RST_SPI_COMBO_0>;
> + clocks = <&clkc 0x32>;
> + resets = <&rstc 0x22>;
> pinctrl-names = "default";
> pinctrl-0 = <&pins_spi0>;
> };
Best regards,
Krzysztof
next prev parent reply other threads:[~2022-02-07 15:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 1:46 [PATCH next] dt-bindings:spi: Fix test error for sp7021 Li-hao Kuo
2022-02-07 15:45 ` Krzysztof Kozlowski [this message]
2022-02-08 19:00 ` Mark Brown
2022-02-17 21:38 ` Rob Herring
2022-02-18 1:59 ` Lh Kuo 郭力豪
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=a49f77c8-3d92-8c84-28fe-0e6735f09610@canonical.com \
--to=krzysztof.kozlowski@canonical.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lh.kuo@sunplus.com \
--cc=lhjeff911@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=wells.lu@sunplus.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).