From: Ilya Orazov <ilordash02@gmail.com>
To: mkl@pengutronix.de, mailhol.vincent@wanadoo.fr, vkoul@kernel.org,
kishon@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
a-govindraju@ti.com
Cc: linux-can@vger.kernel.org, linux-phy@lists.infradead.org,
devicetree@vger.kernel.org, ilordash02@gmail.com
Subject: [PATCH 2/2] phy: phy-can-transceiver: Add support for Microchip ATA6561
Date: Fri, 19 Jul 2024 00:03:22 +0300 [thread overview]
Message-ID: <20240718210322.37492-3-ilordash02@gmail.com> (raw)
In-Reply-To: <20240718210322.37492-1-ilordash02@gmail.com>
The Microchip ATA6561 is High-Speed CAN Transceiver with Standby Mode.
It is pin-compatible with TI TCAN1042.
Signed-off-by: Ilya Orazov <ilordash02@gmail.com>
---
drivers/phy/phy-can-transceiver.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c
index ee4ce4249698..dbcd99213ba1 100644
--- a/drivers/phy/phy-can-transceiver.c
+++ b/drivers/phy/phy-can-transceiver.c
@@ -89,6 +89,10 @@ static const struct of_device_id can_transceiver_phy_ids[] = {
.compatible = "nxp,tjr1443",
.data = &tcan1043_drvdata
},
+ {
+ .compatible = "microchip,ata6561",
+ .data = &tcan1042_drvdata
+ },
{ }
};
MODULE_DEVICE_TABLE(of, can_transceiver_phy_ids);
--
2.34.1
WARNING: multiple messages have this Message-ID (diff)
From: Ilya Orazov <ilordash02@gmail.com>
To: mkl@pengutronix.de, mailhol.vincent@wanadoo.fr, vkoul@kernel.org,
kishon@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
a-govindraju@ti.com
Cc: linux-can@vger.kernel.org, linux-phy@lists.infradead.org,
devicetree@vger.kernel.org, ilordash02@gmail.com
Subject: [PATCH 2/2] phy: phy-can-transceiver: Add support for Microchip ATA6561
Date: Fri, 19 Jul 2024 00:03:22 +0300 [thread overview]
Message-ID: <20240718210322.37492-3-ilordash02@gmail.com> (raw)
In-Reply-To: <20240718210322.37492-1-ilordash02@gmail.com>
The Microchip ATA6561 is High-Speed CAN Transceiver with Standby Mode.
It is pin-compatible with TI TCAN1042.
Signed-off-by: Ilya Orazov <ilordash02@gmail.com>
---
drivers/phy/phy-can-transceiver.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c
index ee4ce4249698..dbcd99213ba1 100644
--- a/drivers/phy/phy-can-transceiver.c
+++ b/drivers/phy/phy-can-transceiver.c
@@ -89,6 +89,10 @@ static const struct of_device_id can_transceiver_phy_ids[] = {
.compatible = "nxp,tjr1443",
.data = &tcan1043_drvdata
},
+ {
+ .compatible = "microchip,ata6561",
+ .data = &tcan1042_drvdata
+ },
{ }
};
MODULE_DEVICE_TABLE(of, can_transceiver_phy_ids);
--
2.34.1
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
next prev parent reply other threads:[~2024-07-18 21:03 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-18 21:03 [PATCH 0/2] phy: Add support for Microchip ATA6561 CAN Transceiver Ilya Orazov
2024-07-18 21:03 ` Ilya Orazov
2024-07-18 21:03 ` [PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561 Ilya Orazov
2024-07-18 21:03 ` Ilya Orazov
2024-07-19 15:07 ` Conor Dooley
2024-07-19 15:07 ` Conor Dooley
2024-07-23 17:20 ` IlorDash
2024-07-23 17:20 ` IlorDash
2024-07-23 18:50 ` Conor Dooley
2024-07-23 18:50 ` Conor Dooley
2024-07-23 19:55 ` Ilya Orazov
2024-07-23 19:55 ` Ilya Orazov
2024-07-23 20:14 ` Conor Dooley
2024-07-23 20:14 ` Conor Dooley
2024-07-28 8:52 ` Ilya Orazov
2024-07-28 8:52 ` Ilya Orazov
2024-07-29 8:51 ` Geert Uytterhoeven
2024-07-29 8:51 ` Geert Uytterhoeven
2024-08-01 15:12 ` Conor Dooley
2024-08-01 15:12 ` Conor Dooley
2024-08-03 12:31 ` Ilya Orazov
2024-08-03 12:31 ` Ilya Orazov
2024-08-05 10:11 ` Conor Dooley
2024-08-05 10:11 ` Conor Dooley
2024-08-07 18:02 ` [PATCH v2 0/1] phy: Add support for Microchip ATA6561 CAN Transceiver Ilya Orazov
2024-08-07 18:02 ` Ilya Orazov
2024-08-07 18:02 ` [PATCH v2 1/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561 Ilya Orazov
2024-08-07 18:02 ` Ilya Orazov
2024-08-07 18:09 ` [PATCH v2 0/1] phy: Add support for Microchip ATA6561 CAN Transceiver Ilya Orazov
2024-08-07 18:09 ` Ilya Orazov
2024-08-07 18:09 ` [PATCH v2 1/1] dt-bindings: phy: ti,tcan104x-can: Document Microchip ATA6561 Ilya Orazov
2024-08-07 18:09 ` Ilya Orazov
2024-08-07 19:12 ` Rob Herring (Arm)
2024-08-07 19:12 ` Rob Herring (Arm)
2024-08-08 15:48 ` Conor Dooley
2024-08-08 15:48 ` Conor Dooley
2024-08-08 16:40 ` Krzysztof Kozlowski
2024-08-08 16:40 ` Krzysztof Kozlowski
2024-08-08 19:17 ` [PATCH v3 " Ilya Orazov
2024-08-08 19:17 ` Ilya Orazov
2024-08-09 14:57 ` Conor Dooley
2024-08-09 14:57 ` Conor Dooley
2024-08-13 17:14 ` Ilya Orazov
2024-08-13 17:14 ` Ilya Orazov
2024-08-14 9:03 ` Krzysztof Kozlowski
2024-08-14 9:03 ` Krzysztof Kozlowski
2024-08-14 16:56 ` Ilya Orazov
2024-08-14 16:56 ` Ilya Orazov
2024-07-18 21:03 ` Ilya Orazov [this message]
2024-07-18 21:03 ` [PATCH 2/2] phy: phy-can-transceiver: Add support for " Ilya Orazov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240718210322.37492-3-ilordash02@gmail.com \
--to=ilordash02@gmail.com \
--cc=a-govindraju@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=mailhol.vincent@wanadoo.fr \
--cc=mkl@pengutronix.de \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.