[PATCH] MAINTAINERS: Add entry for Toshiba TC358768/TC358778 DRM bridge

Francesco Dolcini posted 1 patch 1 month ago
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] MAINTAINERS: Add entry for Toshiba TC358768/TC358778 DRM bridge
Posted by Francesco Dolcini 1 month ago
From: Francesco Dolcini <francesco.dolcini@toradex.com>

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@toradex.com>
---
 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@chromium.org>
 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@dolcini.it>
+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@kernel.org>
 S:	Maintained
-- 
2.47.3
Re: [PATCH] MAINTAINERS: Add entry for Toshiba TC358768/TC358778 DRM bridge
Posted by Tomi Valkeinen 1 month ago
Hi,

On 07/05/2026 16:14, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> 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@toradex.com>
> ---
>   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@chromium.org>
>   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@dolcini.it>
> +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@kernel.org>
>   S:	Maintained

Acked-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi