All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] can: provide GPIO based termination
@ 2021-08-17  4:13 Oleksij Rempel
  2021-08-17  4:13 ` [PATCH v2 1/3] dt-bindings: can-controller: add support for termination-gpios Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Oleksij Rempel @ 2021-08-17  4:13 UTC (permalink / raw)
  To: Wolfgang Grandegger, Marc Kleine-Budde, David S. Miller,
	Jakub Kicinski, Rob Herring
  Cc: Oleksij Rempel, linux-can, netdev, devicetree, linux-kernel,
	kernel, David Jander

changes v2:
- add CAN_TERMINATION_GPIO_MAX
- remove fsl,scu-index from yaml example. It is not used on imx6q

Oleksij Rempel (3):
  dt-bindings: can-controller: add support for termination-gpios
  dt-bindings: can: fsl,flexcan: enable termination-* bindings
  can: dev: provide optional GPIO based termination support

 .../bindings/net/can/can-controller.yaml      |  9 ++++
 .../bindings/net/can/fsl,flexcan.yaml         | 17 ++++++
 drivers/net/can/dev/dev.c                     | 54 +++++++++++++++++++
 include/linux/can/dev.h                       |  8 +++
 4 files changed, 88 insertions(+)

-- 
2.30.2


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

end of thread, other threads:[~2021-08-18  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  4:13 [PATCH v2 0/3] can: provide GPIO based termination Oleksij Rempel
2021-08-17  4:13 ` [PATCH v2 1/3] dt-bindings: can-controller: add support for termination-gpios Oleksij Rempel
2021-08-18  1:18   ` Rob Herring
2021-08-17  4:13 ` [PATCH v2 2/3] dt-bindings: can: fsl,flexcan: enable termination-* bindings Oleksij Rempel
2021-08-17  4:13 ` [PATCH v2 3/3] can: dev: provide optional GPIO based termination support Oleksij Rempel

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.