Hi,
On 07/05/2026 16:14, Francesco Dolcini wrote:
From: Francesco Dolcini <[email protected]>
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 <[email protected]>
---
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 <[email protected]>
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 <[email protected]>
+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 <[email protected]>
S: Maintained
Acked-by: Tomi Valkeinen <[email protected]>
Tomi