Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1616855 > unrolled thread
| Started by | Archit Taneja <architt@codeaurora.org> |
|---|---|
| First post | 2017-04-05 13:30 +0200 |
| Last post | 2017-04-10 08:30 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers Archit Taneja <architt@codeaurora.org> - 2017-04-05 13:30 +0200
Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers Sean Paul <seanpaul@chromium.org> - 2017-04-05 16:30 +0200
Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-04-06 11:20 +0200
Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers Archit Taneja <architt@codeaurora.org> - 2017-04-06 11:50 +0200
Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers Andrzej Hajda <a.hajda@samsung.com> - 2017-04-10 08:30 +0200
| From | Archit Taneja <architt@codeaurora.org> |
|---|---|
| Date | 2017-04-05 13:30 +0200 |
| Subject | [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers |
| Message-ID | <tsRip-1Ze-17@gated-at.bofh.it> |
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(+) 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
[toc] | [next] | [standalone]
| From | Sean Paul <seanpaul@chromium.org> |
|---|---|
| Date | 2017-04-05 16:30 +0200 |
| Subject | Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers |
| Message-ID | <tsU6B-3Kb-9@gated-at.bofh.it> |
| In reply to | #1616855 |
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 -- Sean Paul, Software Engineer, Google / Chromium OS
[toc] | [prev] | [next] | [standalone]
| From | Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|---|
| Date | 2017-04-06 11:20 +0200 |
| Message-ID | <ttbKb-6Cm-49@gated-at.bofh.it> |
| In reply to | #1616855 |
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/ -- Regards, Laurent Pinchart
[toc] | [prev] | [next] | [standalone]
| From | Archit Taneja <architt@codeaurora.org> |
|---|---|
| Date | 2017-04-06 11:50 +0200 |
| Subject | Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers |
| Message-ID | <ttcdc-6Oa-7@gated-at.bofh.it> |
| In reply to | #1617741 |
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/ > -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation
[toc] | [prev] | [next] | [standalone]
| From | Andrzej Hajda <a.hajda@samsung.com> |
|---|---|
| Date | 2017-04-10 08:30 +0200 |
| Subject | Re: [PATCH] MAINTAINERS: Add Laurent and Andrzej as maintainers for bridge drivers |
| Message-ID | <tuAZQ-5uN-17@gated-at.bofh.it> |
| In reply to | #1616855 |
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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web