linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] CAN: Add support for setting mux
@ 2021-12-14 14:29 Aswath Govindraju
  2021-12-14 14:29 ` [PATCH v2 1/2] dt-bindings: phy: ti,tcan104x-can: Document mux-states property Aswath Govindraju
  2021-12-14 14:29 ` [PATCH v2 2/2] phy: phy-can-transceiver: Add support for setting mux Aswath Govindraju
  0 siblings, 2 replies; 5+ messages in thread
From: Aswath Govindraju @ 2021-12-14 14:29 UTC (permalink / raw)
  Cc: Aswath Govindraju, Wolfgang Grandegger, Marc Kleine-Budde,
	Kishon Vijay Abraham I, Vinod Koul, Rob Herring, linux-can,
	linux-phy, devicetree, linux-kernel

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

Changes since v1:
- Fixed the description for mux-states property in bindings
  file
- appended declaration of variable ret in the end

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         | 10 ++++++++
 drivers/phy/Kconfig                           |  1 +
 drivers/phy/phy-can-transceiver.c             | 24 ++++++++++++++++++-
 3 files changed, 34 insertions(+), 1 deletion(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-12-16  4:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 14:29 [PATCH v2 0/2] CAN: Add support for setting mux Aswath Govindraju
2021-12-14 14:29 ` [PATCH v2 1/2] dt-bindings: phy: ti,tcan104x-can: Document mux-states property Aswath Govindraju
2021-12-15 20:40   ` Rob Herring
2021-12-16  3:59     ` Aswath Govindraju
2021-12-14 14:29 ` [PATCH v2 2/2] phy: phy-can-transceiver: Add support for setting mux Aswath Govindraju

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).