* [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
@ 2023-02-18 7:23 arinc9.unal
2023-02-21 9:00 ` Paolo Abeni
2023-02-26 18:04 ` Rob Herring
0 siblings, 2 replies; 4+ messages in thread
From: arinc9.unal @ 2023-02-18 7:23 UTC (permalink / raw)
To: Andrew Lunn, Florian Fainelli, Vladimir Oltean, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
Krzysztof Kozlowski, Matthias Brugger, AngeloGioacchino Del Regno,
Landen Chao, DENG Qingfang, Sean Wang
Cc: Arınç ÜNAL, netdev, devicetree, linux-kernel,
linux-arm-kernel, linux-mediatek, erkin.bozoglu
From: Arınç ÜNAL <arinc.unal@arinc9.com>
The line endings must be preserved on gpio-controller, io-supply, and
reset-gpios properties to look proper when the YAML file is parsed.
Currently it's interpreted as a single line when parsed. Change the style
of the description of these properties to literal style to preserve the
line endings.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
.../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
index 449ee0735012..5ae9cd8f99a2 100644
--- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
@@ -93,7 +93,7 @@ properties:
gpio-controller:
type: boolean
- description:
+ description: |
If defined, LED controller of the MT7530 switch will run on GPIO mode.
There are 15 controllable pins.
@@ -112,7 +112,7 @@ properties:
maxItems: 1
io-supply:
- description:
+ description: |
Phandle to the regulator node necessary for the I/O power.
See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt for
details for the regulator setup on these boards.
@@ -124,7 +124,7 @@ properties:
switch is a part of the multi-chip module.
reset-gpios:
- description:
+ description: |
GPIO to reset the switch. Use this if mediatek,mcm is not used.
This property is optional because some boards share the reset line with
other components which makes it impossible to probe the switch if the
--
2.37.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
2023-02-18 7:23 [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal arinc9.unal
@ 2023-02-21 9:00 ` Paolo Abeni
2023-02-26 18:04 ` Rob Herring
1 sibling, 0 replies; 4+ messages in thread
From: Paolo Abeni @ 2023-02-21 9:00 UTC (permalink / raw)
To: arinc9.unal, Andrew Lunn, Florian Fainelli, Vladimir Oltean,
David S. Miller, Eric Dumazet, Jakub Kicinski, Rob Herring,
Krzysztof Kozlowski, Matthias Brugger, AngeloGioacchino Del Regno,
Landen Chao, DENG Qingfang, Sean Wang
Cc: Arınç ÜNAL, netdev, devicetree, linux-kernel,
linux-arm-kernel, linux-mediatek, erkin.bozoglu
On Sat, 2023-02-18 at 10:23 +0300, arinc9.unal@gmail.com wrote:
> From: Arınç ÜNAL <arinc.unal@arinc9.com>
>
> The line endings must be preserved on gpio-controller, io-supply, and
> reset-gpios properties to look proper when the YAML file is parsed.
>
> Currently it's interpreted as a single line when parsed. Change the style
> of the description of these properties to literal style to preserve the
> line endings.
>
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
# Form letter - net-next is closed
The merge window for v6.3 has begun and therefore net-next is closed
for new drivers, features, code refactoring and optimizations.
We are currently accepting bug fixes only.
Please repost when net-next reopens after Mar 6th.
RFC patches sent for review only are obviously welcome at any time.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
2023-02-18 7:23 [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal arinc9.unal
2023-02-21 9:00 ` Paolo Abeni
@ 2023-02-26 18:04 ` Rob Herring
1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2023-02-26 18:04 UTC (permalink / raw)
To: arinc9.unal
Cc: Andrew Lunn, Jakub Kicinski, Matthias Brugger, DENG Qingfang,
Paolo Abeni, linux-kernel, Eric Dumazet, David S. Miller,
Sean Wang, netdev, devicetree, AngeloGioacchino Del Regno,
Florian Fainelli, Rob Herring, Krzysztof Kozlowski, Landen Chao,
Arınç ÜNAL, Vladimir Oltean, linux-mediatek,
erkin.bozoglu, linux-arm-kernel
On Sat, 18 Feb 2023 10:23:48 +0300, arinc9.unal@gmail.com wrote:
> From: Arınç ÜNAL <arinc.unal@arinc9.com>
>
> The line endings must be preserved on gpio-controller, io-supply, and
> reset-gpios properties to look proper when the YAML file is parsed.
>
> Currently it's interpreted as a single line when parsed. Change the style
> of the description of these properties to literal style to preserve the
> line endings.
>
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
> ---
> .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
@ 2023-03-07 9:49 Arınç ÜNAL
0 siblings, 0 replies; 4+ messages in thread
From: Arınç ÜNAL @ 2023-03-07 9:49 UTC (permalink / raw)
To: Andrew Lunn, Florian Fainelli, Vladimir Oltean, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
Krzysztof Kozlowski, Matthias Brugger, AngeloGioacchino Del Regno,
Landen Chao, DENG Qingfang, Sean Wang
Cc: Arınç ÜNAL, Rob Herring, erkin.bozoglu, netdev,
devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
The line endings must be preserved on gpio-controller, io-supply, and
reset-gpios properties to look proper when the YAML file is parsed.
Currently it's interpreted as a single line when parsed. Change the style
of the description of these properties to literal style to preserve the
line endings.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Rob Herring <robh@kernel.org>
---
Sending again now that net-next is open.
Arınç
---
.../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
index 449ee0735012..5ae9cd8f99a2 100644
--- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
@@ -93,7 +93,7 @@ properties:
gpio-controller:
type: boolean
- description:
+ description: |
If defined, LED controller of the MT7530 switch will run on GPIO mode.
There are 15 controllable pins.
@@ -112,7 +112,7 @@ properties:
maxItems: 1
io-supply:
- description:
+ description: |
Phandle to the regulator node necessary for the I/O power.
See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt for
details for the regulator setup on these boards.
@@ -124,7 +124,7 @@ properties:
switch is a part of the multi-chip module.
reset-gpios:
- description:
+ description: |
GPIO to reset the switch. Use this if mediatek,mcm is not used.
This property is optional because some boards share the reset line with
other components which makes it impossible to probe the switch if the
--
2.37.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-07 9:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-18 7:23 [PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal arinc9.unal
2023-02-21 9:00 ` Paolo Abeni
2023-02-26 18:04 ` Rob Herring
-- strict thread matches above, loose matches on Subject: below --
2023-03-07 9:49 Arınç ÜNAL
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).