aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorIoana Ciornei <ioana.ciornei@nxp.com>2026-05-18 17:20:26 +0300
committerVinod Koul <vkoul@kernel.org>2026-05-19 16:05:03 +0530
commit9bf5c16a6e63ebf2803deb32ba984a7fcf2c5ed7 (patch)
treeed245e0c82dfaffaed45760bacba53e77fca4686 /MAINTAINERS
parent711f64979e500799b27b33a8f030e2fd939fd07f (diff)
downloadlinux-next-history-9bf5c16a6e63ebf2803deb32ba984a7fcf2c5ed7.tar.gz
phy: ti: add PHY driver for TI DS125DF111 Dual-Channel Retimer
Add a generic PHY driver for the TI DS125DF111 Multi-Protocol Dual-Channel Retimer. The driver currently supports only 10G and 1G link speeds but it can easily extended to also cover other usecases. Since the available datasheet (https://www.ti.com/lit/gpn/DS125DF111) does not name the registers, the name for the macros were determined by their usage pattern. A PHY device is created for each of the two channels present on the retimer. This allows for independent configuration of the two channels. This capability is especially important on retimers which have more than 2 channels that can be, depending on the board design, connected in multiple different ways to the SerDes lanes. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Link: https://patch.msgid.link/20260518142026.3098496-4-ioana.ciornei@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8ae7578a0532d..e00b43bd34447 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -26684,6 +26684,13 @@ T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
F: drivers/media/platform/ti/davinci/
F: include/media/davinci/
+TI DS125DF111 RETIMER PHY DRIVER
+M: Ioana Ciornei <ioana.ciornei@nxp.com>
+L: linux-phy@lists.infradead.org (moderated for non-subscribers)
+S: Maintained
+F: Documentation/devicetree/bindings/phy/ti,ds125df111.yaml
+F: drivers/phy/ti/phy-ds125df111.c
+
TI ENHANCED CAPTURE (eCAP) DRIVER
M: Vignesh Raghavendra <vigneshr@ti.com>
R: Julien Panis <jpanis@baylibre.com>