Message ID | 20240704084837.168075-4-manikandan.m@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MIPI DSI Controller support for SAM9X75 series | expand |
On 04/07/2024 10:48, Manikandan Muralidharan wrote: > Add the Microchip's DSI controller wrapper driver that uses the > Synopsys DesignWare MIPI DSI host controller bridge for the SAM9X7 > SoC series to the MAINTAINERS entry. > > Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f2d8bc44bb52..a814636e8cf2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14839,6 +14839,14 @@ S: Supported > F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-lvds.yaml > F: drivers/gpu/drm/bridge/microchip-lvds.c > > +DRM DRIVER FOR MICROCHIP SAM9X7-COMPATIBLE MIPI DSI HOST CONTROLLER > +M: Manikandan Muralidharan <manikandan.m@microchip.com> > +L: dri-devel@lists.freedesktop.org > +S: Supported > +T: git git://anongit.freedesktop.org/drm/drm-misc Do you have commit rights to above repo? If not, drop the T:. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index f2d8bc44bb52..a814636e8cf2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14839,6 +14839,14 @@ S: Supported F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-lvds.yaml F: drivers/gpu/drm/bridge/microchip-lvds.c +DRM DRIVER FOR MICROCHIP SAM9X7-COMPATIBLE MIPI DSI HOST CONTROLLER +M: Manikandan Muralidharan <manikandan.m@microchip.com> +L: dri-devel@lists.freedesktop.org +S: Supported +T: git git://anongit.freedesktop.org/drm/drm-misc +F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-mipi-dsi.yaml +F: drivers/gpu/drm/bridge/dw-mipi-dsi-mchp.c + MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER M: Eugen Hristev <eugen.hristev@microchip.com> L: linux-iio@vger.kernel.org
Add the Microchip's DSI controller wrapper driver that uses the Synopsys DesignWare MIPI DSI host controller bridge for the SAM9X7 SoC series to the MAINTAINERS entry. Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)