Message ID | 20170405112350.31229-1-architt@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Apr 05, 2017 at 04:53:50PM +0530, Archit Taneja wrote: > Add Laurent and Andrzej as maintainers for DRM bridge chip drivers. They > actively review and contribute to bridge drivers and the bridge API. > > Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Cc: Andrzej Hajda <a.hajda@samsung.com> Acked-by: Sean Paul <seanpaul@chromium.org> > Signed-off-by: Archit Taneja <architt@codeaurora.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d0d9ed8d2459..59d323d8567a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4169,6 +4169,8 @@ F: drivers/gpu/drm/ast/ > > DRM DRIVERS FOR BRIDGE CHIPS > M: Archit Taneja <architt@codeaurora.org> > +M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> > +M: Andrzej Hajda <a.hajda@samsung.com> > S: Maintained > T: git git://anongit.freedesktop.org/drm/drm-misc > F: drivers/gpu/drm/bridge/ > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > hosted by The Linux Foundation
Hi Archit, On Wednesday 05 Apr 2017 16:53:50 Archit Taneja wrote: > Add Laurent and Andrzej as maintainers for DRM bridge chip drivers. They > actively review and contribute to bridge drivers and the bridge API. How about adding me as a reviewer instead ? I can't commit maintain bridge drivers in a timely manner at the moment due to a too high workload, but I can do my best reviewing changes, especially to the DRM bridge core and the drivers I'm knowledgeable about, as long as I'm CC'ed. > Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Cc: Andrzej Hajda <a.hajda@samsung.com> > Signed-off-by: Archit Taneja <architt@codeaurora.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d0d9ed8d2459..59d323d8567a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4169,6 +4169,8 @@ F: drivers/gpu/drm/ast/ > > DRM DRIVERS FOR BRIDGE CHIPS > M: Archit Taneja <architt@codeaurora.org> > +M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> > +M: Andrzej Hajda <a.hajda@samsung.com> > S: Maintained > T: git git://anongit.freedesktop.org/drm/drm-misc > F: drivers/gpu/drm/bridge/
Hi Laurent, On 4/6/2017 2:40 PM, Laurent Pinchart wrote: > Hi Archit, > > On Wednesday 05 Apr 2017 16:53:50 Archit Taneja wrote: >> Add Laurent and Andrzej as maintainers for DRM bridge chip drivers. They >> actively review and contribute to bridge drivers and the bridge API. > > How about adding me as a reviewer instead ? I can't commit maintain bridge > drivers in a timely manner at the moment due to a too high workload, but I can > do my best reviewing changes, especially to the DRM bridge core and the > drivers I'm knowledgeable about, as long as I'm CC'ed. Sure, I'll update it to reviewer. Thanks, Archit > >> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> >> Cc: Andrzej Hajda <a.hajda@samsung.com> >> Signed-off-by: Archit Taneja <architt@codeaurora.org> >> --- >> MAINTAINERS | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index d0d9ed8d2459..59d323d8567a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -4169,6 +4169,8 @@ F: drivers/gpu/drm/ast/ >> >> DRM DRIVERS FOR BRIDGE CHIPS >> M: Archit Taneja <architt@codeaurora.org> >> +M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> >> +M: Andrzej Hajda <a.hajda@samsung.com> >> S: Maintained >> T: git git://anongit.freedesktop.org/drm/drm-misc >> F: drivers/gpu/drm/bridge/ >
On 05.04.2017 13:23, Archit Taneja wrote: > Add Laurent and Andrzej as maintainers for DRM bridge chip drivers. They > actively review and contribute to bridge drivers and the bridge API. > > Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Cc: Andrzej Hajda <a.hajda@samsung.com> > Signed-off-by: Archit Taneja <architt@codeaurora.org> Acked-by: Andrzej Hajda <a.hajda@samsung.com> -- Regards Andrzej > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d0d9ed8d2459..59d323d8567a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4169,6 +4169,8 @@ F: drivers/gpu/drm/ast/ > > DRM DRIVERS FOR BRIDGE CHIPS > M: Archit Taneja <architt@codeaurora.org> > +M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> > +M: Andrzej Hajda <a.hajda@samsung.com> > S: Maintained > T: git git://anongit.freedesktop.org/drm/drm-misc > F: drivers/gpu/drm/bridge/
diff --git a/MAINTAINERS b/MAINTAINERS index d0d9ed8d2459..59d323d8567a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4169,6 +4169,8 @@ F: drivers/gpu/drm/ast/ DRM DRIVERS FOR BRIDGE CHIPS M: Archit Taneja <architt@codeaurora.org> +M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> +M: Andrzej Hajda <a.hajda@samsung.com> S: Maintained T: git git://anongit.freedesktop.org/drm/drm-misc F: drivers/gpu/drm/bridge/
Add Laurent and Andrzej as maintainers for DRM bridge chip drivers. They actively review and contribute to bridge drivers and the bridge API. Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Archit Taneja <architt@codeaurora.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)