All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Add CAN support to iwg2[02]d
@ 2017-11-07 15:10 ` Fabrizio Castro
  0 siblings, 0 replies; 37+ messages in thread
From: Fabrizio Castro @ 2017-11-07 15:10 UTC (permalink / raw)
  To: Wolfgang Grandegger, Marc Kleine-Budde, Rob Herring,
	Mark Rutland, Russell King, Laurent Pinchart, Geert Uytterhoeven,
	Linus Walleij
  Cc: Fabrizio Castro, Simon Horman, Magnus Damm, linux-can, netdev,
	devicetree, linux-arm-kernel, linux-renesas-soc, linux-gpio,
	Chris Paterson, Biju Das

Hello,

this series delivers all of the changes necessary to add CAN bus
support to the:
* iW-RainboW-G22D SODIMM, and
* iW-RainboW-G20M-Qseven-RZG1M
development platforms, including documentation, pinctrl driver, SoC
specific device trees, and board specific device trees.

This work has been based and tested on top of:
renesas-devel-20171106-v4.14-rc8

Best regards,

Fabrizio Castro (8):
  dt-bindings: can: rcar_can: document r8a774[35] can support
  pinctrl: sh-pfc: r8a7745: Add CAN[01] support
  ARM: dts: r8a7745: Add CAN[01] SoC support
  ARM: dts: iwg22d-sodimm: Add can0 support to carrier board
  ARM: dts: iwg22d-sodimm-dbhd-ca: Add can1 support to HDMI DB
  ARM: dts: r8a7743: Add CAN[01] SoC support
  ARM: dts: iwg20d-q7-common: Add can0 support to carrier board
  ARM: dts: iwg20d-q7-dbcm-ca: Add can1 support to camera DB

 .../devicetree/bindings/net/can/rcar_can.txt       |   7 +-
 arch/arm/boot/dts/iwg20d-q7-common.dtsi            |  12 ++
 arch/arm/boot/dts/iwg20d-q7-dbcm-ca.dtsi           |  12 ++
 arch/arm/boot/dts/r8a7743.dtsi                     |  36 +++++
 .../arm/boot/dts/r8a7745-iwg22d-sodimm-dbhd-ca.dts |  12 ++
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts        |  12 ++
 arch/arm/boot/dts/r8a7745.dtsi                     |  36 +++++
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c               | 146 +++++++++++++++++++++
 8 files changed, 271 insertions(+), 2 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-01-26 10:08 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 15:10 [PATCH 0/8] Add CAN support to iwg2[02]d Fabrizio Castro
2017-11-07 15:10 ` Fabrizio Castro
2017-11-07 15:10 ` [PATCH 1/8] dt-bindings: can: rcar_can: document r8a774[35] can support Fabrizio Castro
     [not found]   ` <1510067449-17017-2-git-send-email-fabrizio.castro-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-11-07 15:26     ` Geert Uytterhoeven
2017-11-07 15:26       ` Geert Uytterhoeven
2017-11-10 21:23   ` Rob Herring
2017-11-20 10:05   ` Simon Horman
2017-12-19 10:17   ` Fabrizio Castro
2017-12-19 10:47     ` Marc Kleine-Budde
2018-01-24 17:22   ` Fabrizio Castro
2018-01-25  8:53     ` Marc Kleine-Budde
2018-01-25 10:55       ` Fabrizio Castro
     [not found]       ` <da4afc82-aeb6-05d9-4a41-b2627f736064-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2018-01-26 10:07         ` Marc Kleine-Budde
2018-01-26 10:07           ` Marc Kleine-Budde
2017-11-07 15:10 ` [PATCH 2/8] pinctrl: sh-pfc: r8a7745: Add CAN[01] support Fabrizio Castro
2017-11-10 10:00   ` Geert Uytterhoeven
2017-11-10 17:16     ` [RFC PATCH 0/2] Add can_clk function Fabrizio Castro
2017-11-10 17:16       ` [RFC PATCH 1/2] pinctrl: sh-pfc: r8a7794: " Fabrizio Castro
2017-11-10 17:16       ` [RFC PATCH 2/2] pinctrl: sh-pfc: r8a7791: " Fabrizio Castro
2017-11-13 12:17         ` Geert Uytterhoeven
2017-11-14 15:40           ` Fabrizio Castro
2017-11-07 15:10 ` [PATCH 3/8] ARM: dts: r8a7745: Add CAN[01] SoC support Fabrizio Castro
2017-11-07 15:10   ` Fabrizio Castro
2017-11-07 15:10 ` [PATCH 4/8] ARM: dts: iwg22d-sodimm: Add can0 support to carrier board Fabrizio Castro
2017-11-07 15:10   ` Fabrizio Castro
     [not found] ` <1510067449-17017-1-git-send-email-fabrizio.castro-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-11-07 15:10   ` [PATCH 5/8] ARM: dts: iwg22d-sodimm-dbhd-ca: Add can1 support to HDMI DB Fabrizio Castro
2017-11-07 15:10     ` Fabrizio Castro
2017-11-07 15:10     ` Fabrizio Castro
2017-11-07 15:10   ` [PATCH 7/8] ARM: dts: iwg20d-q7-common: Add can0 support to carrier board Fabrizio Castro
2017-11-07 15:10     ` Fabrizio Castro
2017-11-07 15:10     ` Fabrizio Castro
2017-11-07 15:10 ` [PATCH 6/8] ARM: dts: r8a7743: Add CAN[01] SoC support Fabrizio Castro
2017-11-07 15:10   ` Fabrizio Castro
2017-11-07 15:10 ` [PATCH 8/8] ARM: dts: iwg20d-q7-dbcm-ca: Add can1 support to camera DB Fabrizio Castro
2017-11-07 15:10   ` Fabrizio Castro
2017-11-20 10:07 ` [PATCH 0/8] Add CAN support to iwg2[02]d Simon Horman
2017-11-20 10:07   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.