From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Joel Stanley <joel@jms.id.au>,
Andrew Jeffery <andrew@codeconstruct.com.au>,
Justin Chen <justin.chen@broadcom.com>,
Al Cooper <alcooperx@gmail.com>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@broadcom.com>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Florian Fainelli <f.fainelli@gmail.com>,
Benjamin Bara <benjamin.bara@skidata.com>,
Bjorn Andersson <andersson@kernel.org>,
Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>,
Del Regno <angelogioacchino.delregno@collabora.com>,
Tianping Fang <tianping.fang@mediatek.com>,
Jassi Brar <jaswinder.singh@linaro.org>,
Biju Das <biju.das.jz@bp.renesas.com>,
Yoshihiro Shimoda <yoshihiro.shimod a.uh@renesas.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Macpaul Lin <macpaul.lin@mediatek.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH] dt-bindings: usb: Correct indentation and style in DTS example
Date: Tue, 07 Jan 2025 14:47:27 +0100 [thread overview]
Message-ID: <10618962.nUPlyArG6x@steina-w> (raw)
In-Reply-To: <20250107131015.246461-1-krzysztof.kozlowski@linaro.org>
Am Dienstag, 7. Januar 2025, 14:10:13 CET schrieb Krzysztof Kozlowski:
> DTS example in the bindings should be indented with 2- or 4-spaces and
> aligned with opening '- |', so correct any differences like 3-spaces or
> mixtures 2- and 4-spaces in one binding.
>
> No functional changes here, but saves some comments during reviews of
> new patches built on existing code.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../bindings/usb/aspeed,usb-vhub.yaml | 40 +++++++++----------
> .../devicetree/bindings/usb/brcm,bdc.yaml | 14 +++----
> .../devicetree/bindings/usb/cypress,hx3.yaml | 24 +++++------
> .../devicetree/bindings/usb/dwc2.yaml | 4 +-
> .../devicetree/bindings/usb/fcs,fsa4480.yaml | 20 +++++-----
> .../bindings/usb/intel,keembay-dwc3.yaml | 30 +++++++-------
> .../devicetree/bindings/usb/ite,it5205.yaml | 18 ++++-----
> .../bindings/usb/maxim,max3420-udc.yaml | 28 ++++++-------
> .../bindings/usb/nvidia,tegra210-xusb.yaml | 4 +-
> .../bindings/usb/renesas,rzv2m-usb3drd.yaml | 36 ++++++++---------
> .../bindings/usb/renesas,usb3-peri.yaml | 24 +++++------
> .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 38 +++++++++---------
> .../bindings/usb/ti,tusb73x0-pci.yaml | 6 +--
> .../devicetree/bindings/usb/ti,usb8020b.yaml | 20 +++++-----
> .../devicetree/bindings/usb/ti,usb8041.yaml | 16 ++++----
> 15 files changed, 161 insertions(+), 161 deletions(-)
>
> [snip]
> diff --git a/Documentation/devicetree/bindings/usb/ti,usb8041.yaml b/Documentation/devicetree/bindings/usb/ti,usb8041.yaml
> index c2e29bd61e11..bce730a5e237 100644
> --- a/Documentation/devicetree/bindings/usb/ti,usb8041.yaml
> +++ b/Documentation/devicetree/bindings/usb/ti,usb8041.yaml
> @@ -51,17 +51,17 @@ examples:
>
> /* 2.0 hub on port 1 */
> hub_2_0: hub@1 {
> - compatible = "usb451,8142";
> - reg = <1>;
> - peer-hub = <&hub_3_0>;
> - reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
> + compatible = "usb451,8142";
> + reg = <1>;
> + peer-hub = <&hub_3_0>;
> + reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
> };
>
> /* 3.0 hub on port 2 */
> hub_3_0: hub@2 {
> - compatible = "usb451,8140";
> - reg = <2>;
> - peer-hub = <&hub_2_0>;
> - reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
> + compatible = "usb451,8140";
> + reg = <2>;
> + peer-hub = <&hub_2_0>;
> + reset-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
> };
> };
>
For ti,usb8041.yaml:
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
next prev parent reply other threads:[~2025-01-07 13:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-07 13:10 [PATCH] dt-bindings: usb: Correct indentation and style in DTS example Krzysztof Kozlowski
2025-01-07 13:47 ` Alexander Stein [this message]
2025-01-07 17:26 ` Florian Fainelli
2025-01-07 17:33 ` Francesco Dolcini
2025-01-08 0:35 ` Andrew Jeffery
2025-01-08 6:41 ` Benjamin Bara - SKIDATA
2025-01-08 12:49 ` Geert Uytterhoeven
2025-01-08 16:38 ` Thierry Reding
2025-01-09 11:19 ` AngeloGioacchino Del Regno
2025-01-10 15:45 ` Rob Herring (Arm)
2025-01-12 17:11 ` Jassi Brar
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=10618962.nUPlyArG6x@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=alcooperx@gmail.com \
--cc=andersson@kernel.org \
--cc=andrew@codeconstruct.com.au \
--cc=angelogioacchino.delregno@collabora.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=benh@kernel.crashing.org \
--cc=benjamin.bara@skidata.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=jaswinder.singh@linaro.org \
--cc=joel@jms.id.au \
--cc=jonathanh@nvidia.com \
--cc=justin.chen@broadcom.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=magnus.damm@gmail.com \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tianping.fang@mediatek.com \
--cc=wan.ahmad.zainie.wan.mohamad@intel.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