* [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
@ 2023-01-18 18:01 ` Krzysztof Kozlowski
2023-01-23 20:20 ` Rob Herring
2023-01-18 19:32 ` [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Andy Shevchenko
` (6 subsequent siblings)
7 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-18 18:01 UTC (permalink / raw)
To: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Olivier Dautricourt, Stefan Roese,
Hector Martin, Sven Peter, Alyssa Rosenzweig, Thierry Reding,
Jonathan Hunter, Andreas Färber, Manivannan Sadhasivam,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Viresh Kumar,
Andy Shevchenko, Green Wan, Paul Walmsley, Palmer Dabbelt,
Eugeniy Paltsev, Kunihiko Hayashi, Masami Hiramatsu,
Maxime Coquelin, Alexandre Torgue, Matthias Brugger,
Maxime Ripard, �er, Peng Fan, Paul Cercueil, -, Long Cheng,
Rajesh Gumasta, Yoshihiro Shimoda, Biju Das, Miquel Raynal,
Palmer Debbelt, Masahiro Yamada, Amelie Delaunay, Linus Walleij,
dmaengine, devicetree, linux-arm-kernel, linux-sunxi,
linux-kernel, asahi, linux-tegra, linux-actions, linux-arm-msm,
linux-riscv, linux-stm32, linux-mediatek
Cc: Krzysztof Kozlowski
Cleanup examples:
- use 4-space indentation (for cases when it is neither 4 not 2 space),
- use lowercase hex.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
.../bindings/dma/snps,dw-axi-dmac.yaml | 36 +++++++++----------
.../bindings/dma/stericsson,dma40.yaml | 4 +--
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
index 2bedab1f74e0..d34d0fa62ab5 100644
--- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
@@ -113,21 +113,21 @@ additionalProperties: false
examples:
- |
- #include <dt-bindings/interrupt-controller/arm-gic.h>
- #include <dt-bindings/interrupt-controller/irq.h>
- /* example with snps,dw-axi-dmac */
- dmac: dma-controller@80000 {
- compatible = "snps,axi-dma-1.01a";
- reg = <0x80000 0x400>;
- clocks = <&core_clk>, <&cfgr_clk>;
- clock-names = "core-clk", "cfgr-clk";
- interrupt-parent = <&intc>;
- interrupts = <27>;
- #dma-cells = <1>;
- dma-channels = <4>;
- snps,dma-masters = <2>;
- snps,data-width = <3>;
- snps,block-size = <4096 4096 4096 4096>;
- snps,priority = <0 1 2 3>;
- snps,axi-max-burst-len = <16>;
- };
+ #include <dt-bindings/interrupt-controller/arm-gic.h>
+ #include <dt-bindings/interrupt-controller/irq.h>
+ /* example with snps,dw-axi-dmac */
+ dmac: dma-controller@80000 {
+ compatible = "snps,axi-dma-1.01a";
+ reg = <0x80000 0x400>;
+ clocks = <&core_clk>, <&cfgr_clk>;
+ clock-names = "core-clk", "cfgr-clk";
+ interrupt-parent = <&intc>;
+ interrupts = <27>;
+ #dma-cells = <1>;
+ dma-channels = <4>;
+ snps,dma-masters = <2>;
+ snps,data-width = <3>;
+ snps,block-size = <4096 4096 4096 4096>;
+ snps,priority = <0 1 2 3>;
+ snps,axi-max-burst-len = <16>;
+ };
diff --git a/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml b/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
index 664ee61a00d8..57395a810719 100644
--- a/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
+++ b/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
@@ -147,9 +147,9 @@ examples:
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/mfd/dbx500-prcmu.h>
- dma-controller@801C0000 {
+ dma-controller@801c0000 {
compatible = "stericsson,db8500-dma40", "stericsson,dma40";
- reg = <0x801C0000 0x1000>, <0x40010000 0x800>;
+ reg = <0x801c0000 0x1000>, <0x40010000 0x800>;
reg-names = "base", "lcpa";
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
#dma-cells = <3>;
--
2.34.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex
2023-01-18 18:01 ` [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex Krzysztof Kozlowski
@ 2023-01-23 20:20 ` Rob Herring
2023-01-24 7:52 ` Krzysztof Kozlowski
0 siblings, 1 reply; 11+ messages in thread
From: Rob Herring @ 2023-01-23 20:20 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Vinod Koul, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
Samuel Holland, Olivier Dautricourt, Stefan Roese, Hector Martin,
Sven Peter, Alyssa Rosenzweig, Thierry Reding, Jonathan Hunter,
Andreas Färber, Manivannan Sadhasivam, Andy Gross,
Bjorn Andersson, Konrad Dybcio, Viresh Kumar, Andy Shevchenko,
Green Wan, Paul Walmsley, Palmer Dabbelt, Eugeniy Paltsev,
Kunihiko Hayashi, Masami Hiramatsu, Maxime Coquelin,
Alexandre Torgue, Matthias Brugger, Maxime Ripard, �er,
Peng Fan, Paul Cercueil, -, Long Cheng, Rajesh Gumasta,
Yoshihiro Shimoda, Biju Das, Miquel Raynal, Palmer Debbelt,
Masahiro Yamada, Amelie Delaunay, Linus Walleij, dmaengine,
devicetree, linux-arm-kernel, linux-sunxi, linux-kernel, asahi,
linux-tegra, linux-actions, linux-arm-msm, linux-riscv,
linux-stm32, linux-mediatek
On Wed, Jan 18, 2023 at 07:01:44PM +0100, Krzysztof Kozlowski wrote:
> Cleanup examples:
> - use 4-space indentation (for cases when it is neither 4 not 2 space),
> - use lowercase hex.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../bindings/dma/snps,dw-axi-dmac.yaml | 36 +++++++++----------
> .../bindings/dma/stericsson,dma40.yaml | 4 +--
> 2 files changed, 20 insertions(+), 20 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> index 2bedab1f74e0..d34d0fa62ab5 100644
> --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> @@ -113,21 +113,21 @@ additionalProperties: false
>
> examples:
> - |
> - #include <dt-bindings/interrupt-controller/arm-gic.h>
> - #include <dt-bindings/interrupt-controller/irq.h>
> - /* example with snps,dw-axi-dmac */
> - dmac: dma-controller@80000 {
> - compatible = "snps,axi-dma-1.01a";
> - reg = <0x80000 0x400>;
> - clocks = <&core_clk>, <&cfgr_clk>;
> - clock-names = "core-clk", "cfgr-clk";
> - interrupt-parent = <&intc>;
> - interrupts = <27>;
> - #dma-cells = <1>;
> - dma-channels = <4>;
> - snps,dma-masters = <2>;
> - snps,data-width = <3>;
> - snps,block-size = <4096 4096 4096 4096>;
> - snps,priority = <0 1 2 3>;
> - snps,axi-max-burst-len = <16>;
> - };
> + #include <dt-bindings/interrupt-controller/arm-gic.h>
> + #include <dt-bindings/interrupt-controller/irq.h>
> + /* example with snps,dw-axi-dmac */
> + dmac: dma-controller@80000 {
Drop unused labels while you are here.
> + compatible = "snps,axi-dma-1.01a";
> + reg = <0x80000 0x400>;
> + clocks = <&core_clk>, <&cfgr_clk>;
> + clock-names = "core-clk", "cfgr-clk";
> + interrupt-parent = <&intc>;
> + interrupts = <27>;
> + #dma-cells = <1>;
> + dma-channels = <4>;
> + snps,dma-masters = <2>;
> + snps,data-width = <3>;
> + snps,block-size = <4096 4096 4096 4096>;
> + snps,priority = <0 1 2 3>;
> + snps,axi-max-burst-len = <16>;
> + };
> diff --git a/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml b/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
> index 664ee61a00d8..57395a810719 100644
> --- a/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
> +++ b/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
> @@ -147,9 +147,9 @@ examples:
> #include <dt-bindings/interrupt-controller/irq.h>
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> #include <dt-bindings/mfd/dbx500-prcmu.h>
> - dma-controller@801C0000 {
> + dma-controller@801c0000 {
> compatible = "stericsson,db8500-dma40", "stericsson,dma40";
> - reg = <0x801C0000 0x1000>, <0x40010000 0x800>;
> + reg = <0x801c0000 0x1000>, <0x40010000 0x800>;
> reg-names = "base", "lcpa";
> interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
> #dma-cells = <3>;
Indentation?
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex
2023-01-23 20:20 ` Rob Herring
@ 2023-01-24 7:52 ` Krzysztof Kozlowski
0 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-24 7:52 UTC (permalink / raw)
To: Rob Herring
Cc: Vinod Koul, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
Samuel Holland, Olivier Dautricourt, Stefan Roese, Hector Martin,
Sven Peter, Alyssa Rosenzweig, Thierry Reding, Jonathan Hunter,
Andreas Färber, Manivannan Sadhasivam, Andy Gross,
Bjorn Andersson, Konrad Dybcio, Viresh Kumar, Andy Shevchenko,
Green Wan, Paul Walmsley, Palmer Dabbelt, Eugeniy Paltsev,
Kunihiko Hayashi, Masami Hiramatsu, Maxime Coquelin,
Alexandre Torgue, Matthias Brugger, Maxime Ripard, �er,
Peng Fan, Paul Cercueil, -, Long Cheng, Rajesh Gumasta,
Yoshihiro Shimoda, Biju Das, Miquel Raynal, Palmer Debbelt,
Masahiro Yamada, Amelie Delaunay, Linus Walleij, dmaengine,
devicetree, linux-arm-kernel, linux-sunxi, linux-kernel, asahi,
linux-tegra, linux-actions, linux-arm-msm, linux-riscv,
linux-stm32, linux-mediatek
On 23/01/2023 21:20, Rob Herring wrote:
> On Wed, Jan 18, 2023 at 07:01:44PM +0100, Krzysztof Kozlowski wrote:
>> Cleanup examples:
>> - use 4-space indentation (for cases when it is neither 4 not 2 space),
>> - use lowercase hex.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>> .../bindings/dma/snps,dw-axi-dmac.yaml | 36 +++++++++----------
>> .../bindings/dma/stericsson,dma40.yaml | 4 +--
>> 2 files changed, 20 insertions(+), 20 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
>> index 2bedab1f74e0..d34d0fa62ab5 100644
>> --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
>> +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
>> @@ -113,21 +113,21 @@ additionalProperties: false
>>
>> examples:
>> - |
>> - #include <dt-bindings/interrupt-controller/arm-gic.h>
>> - #include <dt-bindings/interrupt-controller/irq.h>
>> - /* example with snps,dw-axi-dmac */
>> - dmac: dma-controller@80000 {
>> - compatible = "snps,axi-dma-1.01a";
>> - reg = <0x80000 0x400>;
>> - clocks = <&core_clk>, <&cfgr_clk>;
>> - clock-names = "core-clk", "cfgr-clk";
>> - interrupt-parent = <&intc>;
>> - interrupts = <27>;
>> - #dma-cells = <1>;
>> - dma-channels = <4>;
>> - snps,dma-masters = <2>;
>> - snps,data-width = <3>;
>> - snps,block-size = <4096 4096 4096 4096>;
>> - snps,priority = <0 1 2 3>;
>> - snps,axi-max-burst-len = <16>;
>> - };
>> + #include <dt-bindings/interrupt-controller/arm-gic.h>
>> + #include <dt-bindings/interrupt-controller/irq.h>
>> + /* example with snps,dw-axi-dmac */
>> + dmac: dma-controller@80000 {
>
> Drop unused labels while you are here.
Ack
>
>> + compatible = "snps,axi-dma-1.01a";
>> + reg = <0x80000 0x400>;
>> + clocks = <&core_clk>, <&cfgr_clk>;
>> + clock-names = "core-clk", "cfgr-clk";
>> + interrupt-parent = <&intc>;
>> + interrupts = <27>;
>> + #dma-cells = <1>;
>> + dma-channels = <4>;
>> + snps,dma-masters = <2>;
>> + snps,data-width = <3>;
>> + snps,block-size = <4096 4096 4096 4096>;
>> + snps,priority = <0 1 2 3>;
>> + snps,axi-max-burst-len = <16>;
>> + };
>> diff --git a/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml b/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
>> index 664ee61a00d8..57395a810719 100644
>> --- a/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
>> +++ b/Documentation/devicetree/bindings/dma/stericsson,dma40.yaml
>> @@ -147,9 +147,9 @@ examples:
>> #include <dt-bindings/interrupt-controller/irq.h>
>> #include <dt-bindings/interrupt-controller/arm-gic.h>
>> #include <dt-bindings/mfd/dbx500-prcmu.h>
>> - dma-controller@801C0000 {
>> + dma-controller@801c0000 {
>> compatible = "stericsson,db8500-dma40", "stericsson,dma40";
>> - reg = <0x801C0000 0x1000>, <0x40010000 0x800>;
>> + reg = <0x801c0000 0x1000>, <0x40010000 0x800>;
>> reg-names = "base", "lcpa";
>> interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
>> #dma-cells = <3>;
>
> Indentation?
Ack
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
2023-01-18 18:01 ` [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex Krzysztof Kozlowski
@ 2023-01-18 19:32 ` Andy Shevchenko
2023-01-19 0:20 ` Yoshihiro Shimoda
` (5 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Andy Shevchenko @ 2023-01-18 19:32 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Olivier Dautricourt, Stefan Roese,
Hector Martin, Sven Peter, Alyssa Rosenzweig, Thierry Reding,
Jonathan Hunter, Andreas Färber, Manivannan Sadhasivam,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Viresh Kumar,
Green Wan, Paul Walmsley, Palmer Dabbelt, Eugeniy Paltsev,
Kunihiko Hayashi, Masami Hiramatsu, Maxime Coquelin,
Alexandre Torgue, Matthias Brugger, Maxime Ripard, �er,
Peng Fan, Paul Cercueil, -, Long Cheng, Rajesh Gumasta,
Yoshihiro Shimoda, Biju Das, Miquel Raynal, Palmer Debbelt,
Masahiro Yamada, Amelie Delaunay, Linus Walleij, dmaengine,
devicetree, linux-arm-kernel, linux-sunxi, linux-kernel, asahi,
linux-tegra, linux-actions, linux-arm-msm, linux-riscv,
linux-stm32, linux-mediatek
On Wed, Jan 18, 2023 at 07:01:43PM +0100, Krzysztof Kozlowski wrote:
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Documentation/devicetree/bindings/dma/dma-controller.yaml | 2 +-
> Documentation/devicetree/bindings/dma/dma-router.yaml | 2 +-
> Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml | 2 +-
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 11+ messages in thread* RE: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
2023-01-18 18:01 ` [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex Krzysztof Kozlowski
2023-01-18 19:32 ` [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Andy Shevchenko
@ 2023-01-19 0:20 ` Yoshihiro Shimoda
2023-01-19 0:31 ` Kunihiko Hayashi
` (4 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Yoshihiro Shimoda @ 2023-01-19 0:20 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Olivier Dautricourt, Stefan Roese,
Hector Martin, Sven Peter, Alyssa Rosenzweig, Thierry Reding,
Jonathan Hunter, Andreas Färber, Manivannan Sadhasivam,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Viresh Kumar,
Andy Shevchenko, Green Wan, Paul Walmsley, Palmer Dabbelt,
Eugeniy Paltsev, Kunihiko Hayashi, Masami Hiramatsu,
Maxime Coquelin, Alexandre Torgue, Matthias Brugger,
Maxime Ripard, �er, Peng Fan, Paul Cercueil,
chuanhua.lei@intel.com, Long Cheng, Rajesh Gumasta, Biju Das,
Miquel Raynal, Palmer Debbelt, Masahiro Yamada, Amelie Delaunay,
Linus Walleij, dmaengine@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
asahi@lists.linux.dev, linux-tegra@vger.kernel.org,
linux-actions@lists.infradead.org, linux-arm-msm@vger.kernel.org,
linux-riscv@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-mediatek@lists.infradead.org
> From: Krzysztof Kozlowski, Sent: Thursday, January 19, 2023 3:02 AM
>
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
...
> Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,rzn1-dmamux.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,usb-dmac.yaml | 2 +-
About renesas related files:
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Best regards,
Yoshihiro Shimoda
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
` (2 preceding siblings ...)
2023-01-19 0:20 ` Yoshihiro Shimoda
@ 2023-01-19 0:31 ` Kunihiko Hayashi
2023-01-19 4:29 ` Viresh Kumar
` (3 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Kunihiko Hayashi @ 2023-01-19 0:31 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Olivier Dautricourt, Stefan Roese,
Hector Martin, Sven Peter, Alyssa Rosenzweig, Thierry Reding,
Jonathan Hunter, Andreas Färber, Manivannan Sadhasivam,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Viresh Kumar,
Andy Shevchenko, Green Wan, Paul Walmsley, Palmer Dabbelt,
Eugeniy Paltsev, Masami Hiramatsu, Maxime Coquelin,
Alexandre Torgue, Matthias Brugger, Maxime Ripard, �er,
Peng Fan, Paul Cercueil, chuanhua.lei, Long Cheng, Rajesh Gumasta,
Yoshihiro Shimoda, Biju Das, Miquel Raynal, Palmer Debbelt,
Masahiro Yamada, Amelie Delaunay, Linus Walleij, dmaengine,
devicetree, linux-arm-kernel, linux-sunxi, linux-kernel, asahi,
linux-tegra, linux-actions, linux-arm-msm, linux-riscv,
linux-stm32, linux-mediatek
On 2023/01/19 3:01, Krzysztof Kozlowski wrote:
>
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
About the followings,
> .../devicetree/bindings/dma/socionext,uniphier-mio-dmac.yaml | 2 +-
> .../devicetree/bindings/dma/socionext,uniphier-xdmac.yaml | 2 +-
Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
Best Regards
Kunihiko Hayashi
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
` (3 preceding siblings ...)
2023-01-19 0:31 ` Kunihiko Hayashi
@ 2023-01-19 4:29 ` Viresh Kumar
2023-01-19 16:23 ` Matthias Brugger
` (2 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Viresh Kumar @ 2023-01-19 4:29 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Vinod Koul, Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Olivier Dautricourt, Stefan Roese,
Hector Martin, Sven Peter, Alyssa Rosenzweig, Thierry Reding,
Jonathan Hunter, Andreas Färber, Manivannan Sadhasivam,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Viresh Kumar,
Andy Shevchenko, Green Wan, Paul Walmsley, Palmer Dabbelt,
Eugeniy Paltsev, Kunihiko Hayashi, Masami Hiramatsu,
Maxime Coquelin, Alexandre Torgue, Matthias Brugger,
Maxime Ripard, �er, Peng Fan, Paul Cercueil, -, Long Cheng,
Rajesh Gumasta, Yoshihiro Shimoda, Biju Das, Miquel Raynal,
Palmer Debbelt, Masahiro Yamada, Amelie Delaunay, Linus Walleij,
dmaengine, devicetree, linux-arm-kernel, linux-sunxi,
linux-kernel, asahi, linux-tegra, linux-actions, linux-arm-msm,
linux-riscv, linux-stm32, linux-mediatek
On 18-01-23, 19:01, Krzysztof Kozlowski wrote:
> diff --git a/Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml b/Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml
> index c13649bf7f19..5da8291a7de0 100644
> --- a/Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml
> +++ b/Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> allOf:
> - - $ref: "dma-controller.yaml#"
> + - $ref: dma-controller.yaml#
>
> properties:
> compatible:
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
` (4 preceding siblings ...)
2023-01-19 4:29 ` Viresh Kumar
@ 2023-01-19 16:23 ` Matthias Brugger
2023-01-23 20:18 ` Rob Herring
2023-01-24 5:45 ` Hector Martin
7 siblings, 0 replies; 11+ messages in thread
From: Matthias Brugger @ 2023-01-19 16:23 UTC (permalink / raw)
To: Krzysztof Kozlowski, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Olivier Dautricourt,
Stefan Roese, Hector Martin, Sven Peter, Alyssa Rosenzweig,
Thierry Reding, Jonathan Hunter, Andreas Färber,
Manivannan Sadhasivam, Andy Gross, Bjorn Andersson, Konrad Dybcio,
Viresh Kumar, Andy Shevchenko, Green Wan, Paul Walmsley,
Palmer Dabbelt, Eugeniy Paltsev, Kunihiko Hayashi,
Masami Hiramatsu, Maxime Coquelin, Alexandre Torgue,
Maxime Ripard, �er, Peng Fan, Paul Cercueil, -, Long Cheng,
Rajesh Gumasta, Yoshihiro Shimoda, Biju Das, Miquel Raynal,
Palmer Debbelt, Masahiro Yamada, Amelie Delaunay, Linus Walleij,
dmaengine, devicetree, linux-arm-kernel, linux-sunxi,
linux-kernel, asahi, linux-tegra, linux-actions, linux-arm-msm,
linux-riscv, linux-stm32, linux-mediatek
On 18/01/2023 19:01, Krzysztof Kozlowski wrote:
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml | 2 +-
> .../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml | 2 +-
> .../devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/apple,admac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/arm-pl08x.yaml | 2 +-
> Documentation/devicetree/bindings/dma/dma-controller.yaml | 2 +-
> Documentation/devicetree/bindings/dma/dma-router.yaml | 2 +-
> Documentation/devicetree/bindings/dma/fsl,edma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml | 2 +-
[...]
> diff --git a/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml b/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
> index 9ab4d81ead35..dab468a88942 100644
> --- a/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
> +++ b/Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
> @@ -14,7 +14,7 @@ description: |
> for the UART peripheral bus.
>
> allOf:
> - - $ref: "dma-controller.yaml#"
> + - $ref: dma-controller.yaml#
>
> properties:
> compatible:
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
` (5 preceding siblings ...)
2023-01-19 16:23 ` Matthias Brugger
@ 2023-01-23 20:18 ` Rob Herring
2023-01-24 5:45 ` Hector Martin
7 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2023-01-23 20:18 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: �er, linux-mediatek, Alexandre Torgue, linux-sunxi,
Bjorn Andersson, Viresh Kumar, Long Cheng, Green Wan,
Masahiro Yamada, linux-tegra, Andy Shevchenko,
Manivannan Sadhasivam, Palmer Debbelt, Miquel Raynal,
linux-arm-kernel, Jonathan Hunter, Alyssa Rosenzweig,
Jernej Skrabec, Hector Martin, Andreas Färber, Peng Fan,
Yoshihiro Shimoda, Chen-Yu Tsai, Amelie Delaunay, devicetree,
Olivier Dautricourt, Paul Walmsley, -, Rajesh Gumasta, Biju Das,
dmaengine, linux-actions, Andy Gross, Vinod Koul, Stefan Roese,
linux-riscv, Matthias Brugger, Linus Walleij, asahi,
Masami Hiramatsu, linux-arm-msm, Palmer Dabbelt, Rob Herring,
Thierry Reding, linux-stm32, Kunihiko Hayashi, Samuel Holland,
Maxime Coquelin, Maxime Ripard, Eugeniy Paltsev, Konrad Dybcio,
Paul Cercueil, Sven Peter, linux-kernel, Krzysztof Kozlowski
On Wed, 18 Jan 2023 19:01:43 +0100, Krzysztof Kozlowski wrote:
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../devicetree/bindings/dma/allwinner,sun4i-a10-dma.yaml | 2 +-
> .../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml | 2 +-
> .../devicetree/bindings/dma/allwinner,sun6i-a31-dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/altr,msgdma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/apple,admac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/arm-pl08x.yaml | 2 +-
> Documentation/devicetree/bindings/dma/dma-controller.yaml | 2 +-
> Documentation/devicetree/bindings/dma/dma-router.yaml | 2 +-
> Documentation/devicetree/bindings/dma/fsl,edma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/intel,ldma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml | 2 +-
> .../devicetree/bindings/dma/nvidia,tegra186-gpc-dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/owl-dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,rzn1-dmamux.yaml | 2 +-
> Documentation/devicetree/bindings/dma/renesas,usb-dmac.yaml | 2 +-
> .../devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml | 2 +-
> Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml | 2 +-
> .../devicetree/bindings/dma/socionext,uniphier-mio-dmac.yaml | 2 +-
> .../devicetree/bindings/dma/socionext,uniphier-xdmac.yaml | 2 +-
> Documentation/devicetree/bindings/dma/st,stm32-dma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/st,stm32-dmamux.yaml | 2 +-
> Documentation/devicetree/bindings/dma/st,stm32-mdma.yaml | 2 +-
> Documentation/devicetree/bindings/dma/stericsson,dma40.yaml | 2 +-
> 30 files changed, 30 insertions(+), 30 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH 1/2] dt-bindings: dma: drop unneeded quotes
2023-01-18 18:01 [PATCH 1/2] dt-bindings: dma: drop unneeded quotes Krzysztof Kozlowski
` (6 preceding siblings ...)
2023-01-23 20:18 ` Rob Herring
@ 2023-01-24 5:45 ` Hector Martin
7 siblings, 0 replies; 11+ messages in thread
From: Hector Martin @ 2023-01-24 5:45 UTC (permalink / raw)
To: Krzysztof Kozlowski, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Olivier Dautricourt,
Stefan Roese, Sven Peter, Alyssa Rosenzweig, Thierry Reding,
Jonathan Hunter, Andreas Färber, Manivannan Sadhasivam,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Viresh Kumar,
Andy Shevchenko, Green Wan, Paul Walmsley, Palmer Dabbelt,
Eugeniy Paltsev, Kunihiko Hayashi, Masami Hiramatsu,
Maxime Coquelin, Alexandre Torgue, Matthias Brugger,
Maxime Ripard, �er, Peng Fan, Paul Cercueil, -, Long Cheng,
Rajesh Gumasta, Yoshihiro Shimoda, Biju Das, Miquel Raynal,
Palmer Debbelt, Masahiro Yamada, Amelie Delaunay, Linus Walleij,
dmaengine, devicetree, linux-arm-kernel, linux-sunxi,
linux-kernel, asahi, linux-tegra, linux-actions, linux-arm-msm,
linux-riscv, linux-stm32, linux-mediatek
On 19/01/2023 03.01, Krzysztof Kozlowski wrote:
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
For the Apple stuff,
Acked-by: Hector Martin <marcan@marcan.st>
- Hector
^ permalink raw reply [flat|nested] 11+ messages in thread