Re: [PATCH] MAINTAINERS: Add entry for Toshiba TC358768/TC358778 DRM bridge
From: Tomi Valkeinen
Date: Thu May 07 2026 - 09:17:24 EST
Hi,
On 07/05/2026 16:14, Francesco Dolcini wrote:
From: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
Add a MAINTAINERS entry for the Toshiba TC358768/TC358778
parallel RGB to MIPI-DSI bridge DRM driver and associated DT
bindings.
The driver has active users and ongoing maintenance activity.
I have been working on the driver for some time and have access
to the Toshiba hardware documentation as well as hardware using
the bridge in different display configurations, including setups
using LT8912B and TI DSI bridge devices.
Signed-off-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c61ef65d71ef..73a6b240ff78 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8465,6 +8465,12 @@ R: Douglas Anderson <dianders@xxxxxxxxxxxx>
F: Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml
F: drivers/gpu/drm/bridge/ti-sn65dsi86.c
+DRM DRIVER FOR TOSHIBA TC358768/TC358778 PARALLEL RGB TO MIPI-DSI BRIDGE
+M: Francesco Dolcini <francesco@xxxxxxxxxx>
+S: Maintained
+F: Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
+F: drivers/gpu/drm/bridge/tc358768.c
+
DRM DRIVER FOR TPO TPG110 PANELS
M: Linus Walleij <linusw@xxxxxxxxxx>
S: Maintained
Acked-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>
Tomi