devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings
@ 2022-05-04  6:23 Marc Kleine-Budde
  2022-05-04  7:37 ` Pavel Pisa
  2022-05-04 15:28 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2022-05-04  6:23 UTC (permalink / raw)
  To: linux-can
  Cc: devicetree, Rob Herring, Marc Kleine-Budde, Pavel Pisa,
	Ondrej Ille

Since commit

| 1f9234401ce0 ("dt-bindings: can: add can-controller.yaml")

there is a common CAN controller binding. Add this to the ctucanfd
binding.

Cc: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Cc: Ondrej Ille <ondrej.ille@gmail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml b/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
index fb34d971dcb3..4635cb96fc64 100644
--- a/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
+++ b/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
@@ -25,6 +25,9 @@ maintainers:
   - Ondrej Ille <ondrej.ille@gmail.com>
   - Martin Jerabek <martin.jerabek01@gmail.com>
 
+allOf:
+  - $ref: can-controller.yaml#
+
 properties:
   compatible:
     oneOf:
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings
  2022-05-04  6:23 [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings Marc Kleine-Budde
@ 2022-05-04  7:37 ` Pavel Pisa
  2022-05-04  7:55   ` Marc Kleine-Budde
  2022-05-04 15:28 ` Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Pavel Pisa @ 2022-05-04  7:37 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: linux-can, devicetree, Rob Herring, Ondrej Ille

Hello Marc,

thanks for update

On Wednesday 04 of May 2022 08:23:42 Marc Kleine-Budde wrote:
> Since commit
>
> | 1f9234401ce0 ("dt-bindings: can: add can-controller.yaml")
>
> there is a common CAN controller binding. Add this to the ctucanfd
> binding.
>
> Cc: Pavel Pisa <pisa@cmp.felk.cvut.cz>
> Cc: Ondrej Ille <ondrej.ille@gmail.com>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

if my reaction is expected then you can add my
Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>

> ---
>  Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
> b/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml index
> fb34d971dcb3..4635cb96fc64 100644
> --- a/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
> +++ b/Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
> @@ -25,6 +25,9 @@ maintainers:
>    - Ondrej Ille <ondrej.ille@gmail.com>
>    - Martin Jerabek <martin.jerabek01@gmail.com>
>
> +allOf:
> +  - $ref: can-controller.yaml#
> +
>  properties:
>    compatible:
>      oneOf:


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings
  2022-05-04  7:37 ` Pavel Pisa
@ 2022-05-04  7:55   ` Marc Kleine-Budde
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2022-05-04  7:55 UTC (permalink / raw)
  To: Pavel Pisa; +Cc: linux-can, devicetree, Rob Herring, Ondrej Ille

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

On 04.05.2022 09:37:53, Pavel Pisa wrote:
> > Since commit
> >
> > | 1f9234401ce0 ("dt-bindings: can: add can-controller.yaml")
> >
> > there is a common CAN controller binding. Add this to the ctucanfd
> > binding.
> >
> > Cc: Pavel Pisa <pisa@cmp.felk.cvut.cz>
> > Cc: Ondrej Ille <ondrej.ille@gmail.com>
> > Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> if my reaction is expected then you can add my
> Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>

Yes, you're listed as a maintainer :) Thanks!

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings
  2022-05-04  6:23 [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings Marc Kleine-Budde
  2022-05-04  7:37 ` Pavel Pisa
@ 2022-05-04 15:28 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-05-04 15:28 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: devicetree, Rob Herring, Pavel Pisa, linux-can, Ondrej Ille

On Wed, 04 May 2022 08:23:42 +0200, Marc Kleine-Budde wrote:
> Since commit
> 
> | 1f9234401ce0 ("dt-bindings: can: add can-controller.yaml")
> 
> there is a common CAN controller binding. Add this to the ctucanfd
> binding.
> 
> Cc: Pavel Pisa <pisa@cmp.felk.cvut.cz>
> Cc: Ondrej Ille <ondrej.ille@gmail.com>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-04 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04  6:23 [PATCH can-next] dt-binding: can: ctucanfd: include common CAN controller bindings Marc Kleine-Budde
2022-05-04  7:37 ` Pavel Pisa
2022-05-04  7:55   ` Marc Kleine-Budde
2022-05-04 15:28 ` Rob Herring

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).