[PATCH 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver

Dimitri Fedrau via B4 Relay posted 2 patches 2 months, 1 week ago
There is a newer version of this series
.../devicetree/bindings/phy/nxp,tja1145-can.yaml   |  79 +++++++++
drivers/phy/Kconfig                                |  10 ++
drivers/phy/Makefile                               |   1 +
drivers/phy/phy-nxp-tja1145.c                      | 185 +++++++++++++++++++++
4 files changed, 275 insertions(+)
[PATCH 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver
Posted by Dimitri Fedrau via B4 Relay 2 months, 1 week ago
Add basic driver support for NXPs TJA1145 CAN transceiver which brings the
PHY up/down by switching to normal/standby mode using SPI commands.

Signed-off-by: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
---
Dimitri Fedrau (2):
      dt-bindings: phy: add support for NXPs TJA1145 CAN transceiver
      phy: add basic support for NXPs TJA1145 CAN transceiver

 .../devicetree/bindings/phy/nxp,tja1145-can.yaml   |  79 +++++++++
 drivers/phy/Kconfig                                |  10 ++
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-nxp-tja1145.c                      | 185 +++++++++++++++++++++
 4 files changed, 275 insertions(+)
---
base-commit: 4a3556b81b99f0c8c0358f7cc6801a62b4538fe2
change-id: 20250726-tja1145-support-d6ccdc4d2da3

Best regards,
-- 
Dimitri Fedrau <dimitri.fedrau@liebherr.com>