Message ID | 20240205110609.217022-4-dharma.b@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | LVDS Controller Support for SAM9X75 SoC | expand |
On 05/02/2024 12:06, Dharma Balasubiramani wrote: > Add the newly added LVDS controller for the SAM9X7 SoC to the existing > MAINTAINERS entry. > > Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> > --- > Changelog > v1 -> v2 > - No Changes. > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a7c4cf8201e0..24a266d20df6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14230,6 +14230,14 @@ S: Supported > F: Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml > F: drivers/power/reset/at91-sama5d2_shdwc.c > > +MICROCHIP SAM9x7-COMPATIBLE LVDS CONTROLLER > +M: Manikandan Muralidharan <manikandan.m@microchip.com> > +M: Dharma Balasubiramani <dharma.b@microchip.com> > +L: dri-devel@lists.freedesktop.org > +S: Supported > +F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x7-lvds.yaml > +F: drivers/gpu/drm/bridge/microchip-lvds.c > + > MICROCHIP SOC DRIVERS > M: Conor Dooley <conor@kernel.org> > S: Supported Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
On 05/02/2024 at 12:06, Dharma B - I70843 wrote: > Add the newly added LVDS controller for the SAM9X7 SoC to the existing > MAINTAINERS entry. > > Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> If new series is to be done, this entry should be placed before this one "MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER" Otherwise: Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Regards, Nicolas > --- > Changelog > v1 -> v2 > - No Changes. > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a7c4cf8201e0..24a266d20df6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14230,6 +14230,14 @@ S: Supported > F: Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml > F: drivers/power/reset/at91-sama5d2_shdwc.c > > +MICROCHIP SAM9x7-COMPATIBLE LVDS CONTROLLER > +M: Manikandan Muralidharan <manikandan.m@microchip.com> > +M: Dharma Balasubiramani <dharma.b@microchip.com> > +L: dri-devel@lists.freedesktop.org > +S: Supported > +F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x7-lvds.yaml > +F: drivers/gpu/drm/bridge/microchip-lvds.c > + > MICROCHIP SOC DRIVERS > M: Conor Dooley <conor@kernel.org> > S: Supported
diff --git a/MAINTAINERS b/MAINTAINERS index a7c4cf8201e0..24a266d20df6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14230,6 +14230,14 @@ S: Supported F: Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml F: drivers/power/reset/at91-sama5d2_shdwc.c +MICROCHIP SAM9x7-COMPATIBLE LVDS CONTROLLER +M: Manikandan Muralidharan <manikandan.m@microchip.com> +M: Dharma Balasubiramani <dharma.b@microchip.com> +L: dri-devel@lists.freedesktop.org +S: Supported +F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x7-lvds.yaml +F: drivers/gpu/drm/bridge/microchip-lvds.c + MICROCHIP SOC DRIVERS M: Conor Dooley <conor@kernel.org> S: Supported
Add the newly added LVDS controller for the SAM9X7 SoC to the existing MAINTAINERS entry. Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> --- Changelog v1 -> v2 - No Changes. --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)