netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support
@ 2018-08-20 14:49 Eugeniu Rosca
  2018-08-20 19:37 ` Rob Herring
  2018-08-27 10:08 ` Marc Kleine-Budde
  0 siblings, 2 replies; 5+ messages in thread
From: Eugeniu Rosca @ 2018-08-20 14:49 UTC (permalink / raw)
  To: Simon Horman, Kieran Bingham, Sergei Shtylyov,
	Wolfgang Grandegger, Marc Kleine-Budde, David S . Miller,
	Rob Herring, Mark Rutland, linux-can, netdev, devicetree,
	Magnus Damm, linux-renesas-soc
  Cc: Eugeniu Rosca, Eugeniu Rosca

From: Eugeniu Rosca <rosca.eugeniu@gmail.com>

Document the support for rcar_can on R8A77965 SoC devices.
Add R8A77965 to the list of SoCs which require the "assigned-clocks" and
"assigned-clock-rates" properties (thanks, Sergei).

Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
Changes in v3:
 - [Simon Horman] Added more recipients.
 - [Simon Horman] Dropped redundant "can" word in summary line.
 - [Simon Horman] Added Reviewed-by.
 - [Kieran Bingham] Added Reviewed-by.
Changes in v2:
 - [Kieran Bingham] Simplified commit description. Rewrapped text.
 - [Sergei Shtylyov] Replaced footnotes with inline text.
 - Pushed all dt-bindings patches to the beginning of the series.
---
 Documentation/devicetree/bindings/net/can/rcar_can.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt
index 94a7f33ac5e9..60daa878c9a2 100644
--- a/Documentation/devicetree/bindings/net/can/rcar_can.txt
+++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt
@@ -13,6 +13,7 @@ Required properties:
 	      "renesas,can-r8a7794" if CAN controller is a part of R8A7794 SoC.
 	      "renesas,can-r8a7795" if CAN controller is a part of R8A7795 SoC.
 	      "renesas,can-r8a7796" if CAN controller is a part of R8A7796 SoC.
+	      "renesas,can-r8a77965" if CAN controller is a part of R8A77965 SoC.
 	      "renesas,rcar-gen1-can" for a generic R-Car Gen1 compatible device.
 	      "renesas,rcar-gen2-can" for a generic R-Car Gen2 or RZ/G1
 	      compatible device.
@@ -28,11 +29,10 @@ Required properties:
 - pinctrl-0: pin control group to be used for this controller.
 - pinctrl-names: must be "default".
 
-Required properties for "renesas,can-r8a7795" and "renesas,can-r8a7796"
-compatible:
-In R8A7795 and R8A7796 SoCs, "clkp2" can be CANFD clock. This is a div6 clock
-and can be used by both CAN and CAN FD controller at the same time. It needs to
-be scaled to maximum frequency if any of these controllers use it. This is done
+Required properties for R8A7795, R8A7796 and R8A77965:
+For the denoted SoCs, "clkp2" can be CANFD clock. This is a div6 clock and can
+be used by both CAN and CAN FD controller at the same time. It needs to be
+scaled to maximum frequency if any of these controllers use it. This is done
 using the below properties:
 
 - assigned-clocks: phandle of clkp2(CANFD) clock.
-- 
2.18.0

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

* Re: [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support
  2018-08-20 14:49 [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support Eugeniu Rosca
@ 2018-08-20 19:37 ` Rob Herring
  2018-08-27 10:08 ` Marc Kleine-Budde
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-08-20 19:37 UTC (permalink / raw)
  To: Eugeniu Rosca
  Cc: Simon Horman, Kieran Bingham, Sergei Shtylyov,
	Wolfgang Grandegger, Marc Kleine-Budde, David S . Miller,
	Mark Rutland, linux-can, netdev, devicetree, Magnus Damm,
	linux-renesas-soc, Eugeniu Rosca, Eugeniu Rosca

On Mon, 20 Aug 2018 16:49:10 +0200, Eugeniu Rosca wrote:
> From: Eugeniu Rosca <rosca.eugeniu@gmail.com>
> 
> Document the support for rcar_can on R8A77965 SoC devices.
> Add R8A77965 to the list of SoCs which require the "assigned-clocks" and
> "assigned-clock-rates" properties (thanks, Sergei).
> 
> Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
> Changes in v3:
>  - [Simon Horman] Added more recipients.
>  - [Simon Horman] Dropped redundant "can" word in summary line.
>  - [Simon Horman] Added Reviewed-by.
>  - [Kieran Bingham] Added Reviewed-by.
> Changes in v2:
>  - [Kieran Bingham] Simplified commit description. Rewrapped text.
>  - [Sergei Shtylyov] Replaced footnotes with inline text.
>  - Pushed all dt-bindings patches to the beginning of the series.
> ---
>  Documentation/devicetree/bindings/net/can/rcar_can.txt | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 

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

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

* Re: [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support
  2018-08-20 14:49 [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support Eugeniu Rosca
  2018-08-20 19:37 ` Rob Herring
@ 2018-08-27 10:08 ` Marc Kleine-Budde
  2018-09-21 19:48   ` Eugeniu Rosca
  1 sibling, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2018-08-27 10:08 UTC (permalink / raw)
  To: Eugeniu Rosca, Simon Horman, Kieran Bingham, Sergei Shtylyov,
	Wolfgang Grandegger, David S . Miller, Rob Herring, Mark Rutland,
	linux-can, netdev, devicetree, Magnus Damm, linux-renesas-soc
  Cc: Eugeniu Rosca


[-- Attachment #1.1: Type: text/plain, Size: 791 bytes --]

On 08/20/2018 04:49 PM, Eugeniu Rosca wrote:
> From: Eugeniu Rosca <rosca.eugeniu@gmail.com>
> 
> Document the support for rcar_can on R8A77965 SoC devices.
> Add R8A77965 to the list of SoCs which require the "assigned-clocks" and
> "assigned-clock-rates" properties (thanks, Sergei).
> 
> Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Added to linux-can.

Marc

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


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

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

* Re: [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support
  2018-08-27 10:08 ` Marc Kleine-Budde
@ 2018-09-21 19:48   ` Eugeniu Rosca
  2018-09-27 10:46     ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Eugeniu Rosca @ 2018-09-21 19:48 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: Simon Horman, Kieran Bingham, Sergei Shtylyov,
	Wolfgang Grandegger, David S . Miller, Rob Herring, Mark Rutland,
	linux-can, netdev, devicetree, Magnus Damm, linux-renesas-soc,
	Eugeniu Rosca, Eugeniu Rosca

Hi Marc,

On Mon, Aug 27, 2018 at 12:08:48PM +0200, Marc Kleine-Budde wrote:
> On 08/20/2018 04:49 PM, Eugeniu Rosca wrote:
> > From: Eugeniu Rosca <rosca.eugeniu@gmail.com>
> > 
> > Document the support for rcar_can on R8A77965 SoC devices.
> > Add R8A77965 to the list of SoCs which require the "assigned-clocks" and
> > "assigned-clock-rates" properties (thanks, Sergei).
> > 
> > Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 
> Added to linux-can.

I can't find the patch in below repositories:
 - https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
 - https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git

Could you please let me know what "linux-can" means?

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

Thanks,
Eugeniu.

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

* Re: [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support
  2018-09-21 19:48   ` Eugeniu Rosca
@ 2018-09-27 10:46     ` Marc Kleine-Budde
  0 siblings, 0 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2018-09-27 10:46 UTC (permalink / raw)
  To: Eugeniu Rosca
  Cc: Simon Horman, Kieran Bingham, Sergei Shtylyov,
	Wolfgang Grandegger, David S . Miller, Rob Herring, Mark Rutland,
	linux-can, netdev, devicetree, Magnus Damm, linux-renesas-soc,
	Eugeniu Rosca


[-- Attachment #1.1: Type: text/plain, Size: 1287 bytes --]

On 09/21/2018 09:48 PM, Eugeniu Rosca wrote:
> Hi Marc,
> 
> On Mon, Aug 27, 2018 at 12:08:48PM +0200, Marc Kleine-Budde wrote:
>> On 08/20/2018 04:49 PM, Eugeniu Rosca wrote:
>>> From: Eugeniu Rosca <rosca.eugeniu@gmail.com>
>>>
>>> Document the support for rcar_can on R8A77965 SoC devices.
>>> Add R8A77965 to the list of SoCs which require the "assigned-clocks" and
>>> "assigned-clock-rates" properties (thanks, Sergei).
>>>
>>> Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
>>> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
>>> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>>
>> Added to linux-can.
> 
> I can't find the patch in below repositories:
>  - https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
>  - https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
> 
> Could you please let me know what "linux-can" means?

I haven't pushed it yet, it will be in the testing branch of linux-can.git

Marc

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


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

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

end of thread, other threads:[~2018-09-27 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 14:49 [PATCH v3 net-next] dt-bindings: can: rcar_can: document r8a77965 support Eugeniu Rosca
2018-08-20 19:37 ` Rob Herring
2018-08-27 10:08 ` Marc Kleine-Budde
2018-09-21 19:48   ` Eugeniu Rosca
2018-09-27 10:46     ` Marc Kleine-Budde

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