[PATCH 0/2] CAN: Add support for setting mux

Aswath Govindraju posted 2 patches 3 years, 5 months ago
There is a newer version of this series
.../bindings/phy/ti,tcan104x-can.yaml         | 13 +++++++++++
drivers/phy/Kconfig                           |  1 +
drivers/phy/phy-can-transceiver.c             | 22 +++++++++++++++++++
3 files changed, 36 insertions(+)
[PATCH 0/2] CAN: Add support for setting mux
Posted by Aswath Govindraju 3 years, 5 months ago
The following series of patches add support for setting
muxes to route signals from CAN controller to transceiver
by reading the property mux-states from the device tree
node

The following series of patches are dependent on,
- https://lkml.org/lkml/2021/12/2/423

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

 .../bindings/phy/ti,tcan104x-can.yaml         | 13 +++++++++++
 drivers/phy/Kconfig                           |  1 +
 drivers/phy/phy-can-transceiver.c             | 22 +++++++++++++++++++
 3 files changed, 36 insertions(+)

-- 
2.17.1

Re: [PATCH 0/2] CAN: Add support for setting mux
Posted by Aswath Govindraju 3 years, 4 months ago
Hi All,

On 02/12/21 6:40 pm, Aswath Govindraju wrote:
> The following series of patches add support for setting
> muxes to route signals from CAN controller to transceiver
> by reading the property mux-states from the device tree
> node
> 
> The following series of patches are dependent on,
> - https://lkml.org/lkml/2021/12/2/423
> 

Thank you for the comments. I have posted a respin(v2) for this series
after making the fixes.

Thanks,
Aswath

> Aswath Govindraju (2):
>   dt-bindings: phy: ti,tcan104x-can: Document mux-states property
>   phy: phy-can-transceiver: Add support for setting mux
> 
>  .../bindings/phy/ti,tcan104x-can.yaml         | 13 +++++++++++
>  drivers/phy/Kconfig                           |  1 +
>  drivers/phy/phy-can-transceiver.c             | 22 +++++++++++++++++++
>  3 files changed, 36 insertions(+)
>