linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] can: provide GPIO based termination
@ 2021-08-18  7:12 Oleksij Rempel
  2021-08-18  7:12 ` [PATCH v3 1/3] dt-bindings: can-controller: add support for termination-gpios Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Oleksij Rempel @ 2021-08-18  7:12 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 v3:
- use u32 instead of u16 for termination-ohms
- extend error handling

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                     | 66 +++++++++++++++++++
 include/linux/can/dev.h                       |  8 +++
 4 files changed, 100 insertions(+)

-- 
2.30.2


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

end of thread, other threads:[~2021-08-19  7:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18  7:12 [PATCH v2 0/3] can: provide GPIO based termination Oleksij Rempel
2021-08-18  7:12 ` [PATCH v3 1/3] dt-bindings: can-controller: add support for termination-gpios Oleksij Rempel
2021-08-18 17:01   ` Rob Herring
2021-08-18  7:12 ` [PATCH v3 2/3] dt-bindings: can: fsl,flexcan: enable termination-* bindings Oleksij Rempel
2021-08-18 17:02   ` Rob Herring
2021-08-18  7:12 ` [PATCH v3 3/3] can: dev: provide optional GPIO based termination support Oleksij Rempel
2021-08-19  7:56 ` [PATCH v2 0/3] can: provide GPIO based termination 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).