[PATCH] dt-bindings: memory-controllers: renesas,dbsc: fix bracket

Manuel Ebner posted 1 patch 2 weeks, 1 day ago
.../devicetree/bindings/memory-controllers/renesas,dbsc.yaml    | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: memory-controllers: renesas,dbsc: fix bracket
Posted by Manuel Ebner 2 weeks, 1 day ago
Remove needless ')'.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 .../devicetree/bindings/memory-controllers/renesas,dbsc.yaml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,dbsc.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,dbsc.yaml
index 8e3822314b25..30ad2a858844 100644
--- a/Documentation/devicetree/bindings/memory-controllers/renesas,dbsc.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/renesas,dbsc.yaml
@@ -13,7 +13,7 @@ description: |
   Renesas SoCs contain one or more memory controllers.  These memory
   controllers differ from one SoC variant to another, and are called by
   different names, e.g. "DDR Bus Controller (DBSC)", "DDR3 Bus State Controller
-  (DBSC3)", or "SDRAM Bus State Controller (SBSC)").
+  (DBSC3)", or "SDRAM Bus State Controller (SBSC)".
 
 properties:
   compatible:
-- 
2.54.0
Re: [PATCH] dt-bindings: memory-controllers: renesas,dbsc: fix bracket
Posted by Geert Uytterhoeven 2 weeks, 1 day ago
On Fri, 10 Jul 2026 at 13:31, Manuel Ebner <manuelebner@mailbox.org> wrote:
> Remove needless ')'.
>
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Re: [PATCH] dt-bindings: memory-controllers: renesas,dbsc: fix bracket
Posted by Krzysztof Kozlowski 2 weeks, 1 day ago
On 10/07/2026 13:30, Manuel Ebner wrote:
> Remove needless ')'.
> 

You sent multiple patches like that and that's unnecessary effort to
handle. These are trivial - one patch for all bindings should be enough.

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: memory-controllers: renesas,dbsc: fix bracket
Posted by Manuel Ebner 2 weeks, 1 day ago
On Fri, 2026-07-10 at 13:37 +0200, Krzysztof Kozlowski wrote:
> On 10/07/2026 13:30, Manuel Ebner wrote:
> > Remove needless ')'.
> > 
> 
> You sent multiple patches like that and that's unnecessary effort to
> handle.

I'm sorry for that. I got the suggestion to send a patch per file when
sending patches with Documentation/ABI/.

> These are trivial - one patch for all bindings should be enough.

I made a unified patch for Documentation/devicetree/bindings/. It's
18 files. get_maintainer returns 44 addresses for To= and 18 addresses
for Cc=. Should I just send it with all addresses?

Thanks
 Manuel Ebner

> 
> Best regards,
> Krzysztof
Re: [PATCH] dt-bindings: memory-controllers: renesas,dbsc: fix bracket
Posted by Krzysztof Kozlowski 2 weeks ago
On 10/07/2026 18:55, Manuel Ebner wrote:
>> These are trivial - one patch for all bindings should be enough.
> 
> I made a unified patch for Documentation/devicetree/bindings/. It's
> 18 files. get_maintainer returns 44 addresses for To= and 18 addresses
> for Cc=. Should I just send it with all addresses?

No, send it only to DT maintainers and maybe a few lists.

Best regards,
Krzysztof