Thread (25 messages) 25 messages, 6 authors, 2026-02-10

RE: [Intel-wired-lan] [PATCH net-next v2 07/12] dpll: zl3073x: Add support for mux pin type

From: Loktionov, Aleksandr <hidden>
Date: 2026-01-19 07:50:27
Also in: intel-wired-lan, linux-devicetree, linux-rdma, lkml

quoted hunk ↗ jump to hunk
-----Original Message-----
From: Intel-wired-lan <redacted> On Behalf
Of Ivan Vecera
Sent: Friday, January 16, 2026 7:46 PM
To: netdev@vger.kernel.org
Cc: Eric Dumazet <edumazet@google.com>; Nguyen, Anthony L
[off-list ref]; Rob Herring [off-list ref]; Leon
Romanovsky [off-list ref]; Lobakin, Aleksander
[off-list ref]; linux-rdma@vger.kernel.org; Kitszel,
Przemyslaw [off-list ref]; Kubalewski, Arkadiusz
[off-list ref]; intel-wired-lan@lists.osuosl.org;
Jakub Kicinski [off-list ref]; Paolo Abeni [off-list ref];
devicetree@vger.kernel.org; Conor Dooley [off-list ref]; Jiri
Pirko [off-list ref]; Richard Cochran [off-list ref];
Saravana Kannan [off-list ref]; Prathosh Satish
[off-list ref]; Vadim Fedorenko
[off-list ref]; Mark Bloch [off-list ref]; linux-
kernel@vger.kernel.org; Tariq Toukan [off-list ref]; Andrew Lunn
[off-list ref]; Jonathan Lemon [off-list ref];
Krzysztof Kozlowski [off-list ref]; Saeed Mahameed
[off-list ref]; David S. Miller [off-list ref]
Subject: [Intel-wired-lan] [PATCH net-next v2 07/12] dpll: zl3073x:
Add support for mux pin type

Add parsing for the "mux" string in the 'connection-type' pin property
mapping it to DPLL_PIN_TYPE_MUX.

Recognizing this type in the driver allows these pins to be taken as
parent pins for pin-on-pin pins coming from different modules (e.g.
network drivers).

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
---
 drivers/dpll/zl3073x/prop.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/drivers/dpll/zl3073x/prop.c b/drivers/dpll/zl3073x/prop.c
index 4ed153087570b..ad1f099cbe2b5 100644
--- a/drivers/dpll/zl3073x/prop.c
+++ b/drivers/dpll/zl3073x/prop.c
@@ -249,6 +249,8 @@ struct zl3073x_pin_props
*zl3073x_pin_props_get(struct zl3073x_dev *zldev,
 			props->dpll_props.type =
DPLL_PIN_TYPE_INT_OSCILLATOR;
 		else if (!strcmp(type, "synce"))
 			props->dpll_props.type =
DPLL_PIN_TYPE_SYNCE_ETH_PORT;
+		else if (!strcmp(type, "mux"))
+			props->dpll_props.type = DPLL_PIN_TYPE_MUX;
 		else
 			dev_warn(zldev->dev,
 				 "Unknown or unsupported pin type '%s'\n",
--
2.52.0

Reviewed-by: Aleksandr Loktionov <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help