mbox series

[RFC,0/2] CAN TRANSCEIVER: Add support for setting mux

Message ID 20211111164313.649-1-a-govindraju@ti.com
Headers show
Series CAN TRANSCEIVER: Add support for setting mux | expand

Message

Aswath Govindraju Nov. 11, 2021, 4:43 p.m. UTC
On some boards, for routing CAN signals from controller to transceiver,
muxes might need to be set. Therefore, add support for setting the mux by
reading the mux-controls property from the device tree node.

Aswath Govindraju (2):
  dt-bindings: phy: ti,tcan104x-can: Document mux-controls property
  phy: phy-can-transceiver: Add support for setting mux

 .../bindings/phy/ti,tcan104x-can.yaml         |  6 ++++++
 drivers/phy/phy-can-transceiver.c             | 21 +++++++++++++++++++
 2 files changed, 27 insertions(+)

Comments

Aswath Govindraju Nov. 22, 2021, 1:04 p.m. UTC | #1
Hi all,

On 11/11/21 10:13 pm, Aswath Govindraju wrote:
> On some boards, for routing CAN signals from controller to transceiver,
> muxes might need to be set. Therefore, add support for setting the mux by
> reading the mux-controls property from the device tree node.
> 
> Aswath Govindraju (2):
>   dt-bindings: phy: ti,tcan104x-can: Document mux-controls property
>   phy: phy-can-transceiver: Add support for setting mux
> 

Thank you for the comments. I have posted a v2 for this series after
making the changes that were requested.

Link to v2,
- https://patchwork.kernel.org/project/linux-phy/list/?series=583917

Thanks,
Aswath

>  .../bindings/phy/ti,tcan104x-can.yaml         |  6 ++++++
>  drivers/phy/phy-can-transceiver.c             | 21 +++++++++++++++++++
>  2 files changed, 27 insertions(+)
>