mbox series

[v2,0/3] can: provide GPIO based termination

Message ID 20210818071232.20585-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series can: provide GPIO based termination | expand

Message

Oleksij Rempel Aug. 18, 2021, 7:12 a.m. UTC
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(+)

Comments

Marc Kleine-Budde Aug. 19, 2021, 7:56 a.m. UTC | #1
On 18.08.2021 09:12:29, Oleksij Rempel wrote:
> 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

Applied to linux-can-next/testing

Thanks,
Marc