All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
@ 2022-03-08 19:06 ` Douglas Anderson
  0 siblings, 0 replies; 18+ messages in thread
From: Douglas Anderson @ 2022-03-08 19:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Neil Armstrong, Laurent Pinchart, Jonas Karlman, Sam Ravnborg,
	Andrzej Hajda, Robert Foss, Kieran Bingham, Jernej Skrabec,
	Douglas Anderson, linux-kernel

The bindings for bridge chips should also get the same maintainers
entry so the right people get notified about bindings changes.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0216d2ffe728..a73179d55d00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6403,6 +6403,7 @@ R:	Jonas Karlman <jonas@kwiboo.se>
 R:	Jernej Skrabec <jernej.skrabec@gmail.com>
 S:	Maintained
 T:	git git://anongit.freedesktop.org/drm/drm-misc
+F:	Documentation/devicetree/bindings/display/bridge/
 F:	drivers/gpu/drm/bridge/
 
 DRM DRIVERS FOR EXYNOS
-- 
2.35.1.616.g0bdcbb4464-goog


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
@ 2022-03-08 19:06 ` Douglas Anderson
  0 siblings, 0 replies; 18+ messages in thread
From: Douglas Anderson @ 2022-03-08 19:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, Douglas Anderson,
	Robert Foss, linux-kernel, Kieran Bingham, Laurent Pinchart,
	Andrzej Hajda, Sam Ravnborg

The bindings for bridge chips should also get the same maintainers
entry so the right people get notified about bindings changes.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0216d2ffe728..a73179d55d00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6403,6 +6403,7 @@ R:	Jonas Karlman <jonas@kwiboo.se>
 R:	Jernej Skrabec <jernej.skrabec@gmail.com>
 S:	Maintained
 T:	git git://anongit.freedesktop.org/drm/drm-misc
+F:	Documentation/devicetree/bindings/display/bridge/
 F:	drivers/gpu/drm/bridge/
 
 DRM DRIVERS FOR EXYNOS
-- 
2.35.1.616.g0bdcbb4464-goog


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip
  2022-03-08 19:06 ` Douglas Anderson
@ 2022-03-08 19:06   ` Douglas Anderson
  -1 siblings, 0 replies; 18+ messages in thread
From: Douglas Anderson @ 2022-03-08 19:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Neil Armstrong, Laurent Pinchart, Jonas Karlman, Sam Ravnborg,
	Andrzej Hajda, Robert Foss, Kieran Bingham, Jernej Skrabec,
	Douglas Anderson, linux-kernel

I've spent quite a bit of time poking at this driver and it's used on
several Chromebooks I'm involved with. I'd like to get notified about
patches. Add myself as a reviewer. It's expected that changes will
still be landed through drm-misc as they always have been.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a73179d55d00..7d25d0b4dccc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6284,6 +6284,11 @@ DRM DRIVER FOR TDFX VIDEO CARDS
 S:	Orphan / Obsolete
 F:	drivers/gpu/drm/tdfx/
 
+DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP
+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 TPO TPG110 PANELS
 M:	Linus Walleij <linus.walleij@linaro.org>
 S:	Maintained
-- 
2.35.1.616.g0bdcbb4464-goog


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip
@ 2022-03-08 19:06   ` Douglas Anderson
  0 siblings, 0 replies; 18+ messages in thread
From: Douglas Anderson @ 2022-03-08 19:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, Douglas Anderson,
	Robert Foss, linux-kernel, Kieran Bingham, Laurent Pinchart,
	Andrzej Hajda, Sam Ravnborg

I've spent quite a bit of time poking at this driver and it's used on
several Chromebooks I'm involved with. I'd like to get notified about
patches. Add myself as a reviewer. It's expected that changes will
still be landed through drm-misc as they always have been.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a73179d55d00..7d25d0b4dccc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6284,6 +6284,11 @@ DRM DRIVER FOR TDFX VIDEO CARDS
 S:	Orphan / Obsolete
 F:	drivers/gpu/drm/tdfx/
 
+DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP
+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 TPO TPG110 PANELS
 M:	Linus Walleij <linus.walleij@linaro.org>
 S:	Maintained
-- 
2.35.1.616.g0bdcbb4464-goog


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 3/3] drm/bridge: Add myself as a reviewer for the Parade PS8640 bridge chip
  2022-03-08 19:06 ` Douglas Anderson
@ 2022-03-08 19:06   ` Douglas Anderson
  -1 siblings, 0 replies; 18+ messages in thread
From: Douglas Anderson @ 2022-03-08 19:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Neil Armstrong, Laurent Pinchart, Jonas Karlman, Sam Ravnborg,
	Andrzej Hajda, Robert Foss, Kieran Bingham, Jernej Skrabec,
	Douglas Anderson, linux-kernel

Though the parade bridge chip is a little bit of a black box, I'm at
least interested in hearing about changes to the driver since this
bridge chip is used on some Chromebooks that I'm involved with.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d25d0b4dccc..db7fe53643c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6171,6 +6171,11 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
 F:	drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
 
+DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP
+R:	Douglas Anderson <dianders@chromium.org>
+F:	Documentation/devicetree/bindings/display/bridge/ps8640.yaml
+F:	drivers/gpu/drm/bridge/parade-ps8640.c
+
 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
 M:	Noralf Trønnes <noralf@tronnes.org>
 S:	Maintained
-- 
2.35.1.616.g0bdcbb4464-goog


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 3/3] drm/bridge: Add myself as a reviewer for the Parade PS8640 bridge chip
@ 2022-03-08 19:06   ` Douglas Anderson
  0 siblings, 0 replies; 18+ messages in thread
From: Douglas Anderson @ 2022-03-08 19:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, Douglas Anderson,
	Robert Foss, linux-kernel, Kieran Bingham, Laurent Pinchart,
	Andrzej Hajda, Sam Ravnborg

Though the parade bridge chip is a little bit of a black box, I'm at
least interested in hearing about changes to the driver since this
bridge chip is used on some Chromebooks that I'm involved with.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d25d0b4dccc..db7fe53643c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6171,6 +6171,11 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
 F:	drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
 
+DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP
+R:	Douglas Anderson <dianders@chromium.org>
+F:	Documentation/devicetree/bindings/display/bridge/ps8640.yaml
+F:	drivers/gpu/drm/bridge/parade-ps8640.c
+
 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
 M:	Noralf Trønnes <noralf@tronnes.org>
 S:	Maintained
-- 
2.35.1.616.g0bdcbb4464-goog


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
  2022-03-08 19:06 ` Douglas Anderson
@ 2022-03-08 20:15   ` Laurent Pinchart
  -1 siblings, 0 replies; 18+ messages in thread
From: Laurent Pinchart @ 2022-03-08 20:15 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: dri-devel, Neil Armstrong, Jonas Karlman, Sam Ravnborg,
	Andrzej Hajda, Robert Foss, Kieran Bingham, Jernej Skrabec,
	linux-kernel

Hi Doug,

Thank you for the patch.

On Tue, Mar 08, 2022 at 11:06:57AM -0800, Douglas Anderson wrote:
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0216d2ffe728..a73179d55d00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6403,6 +6403,7 @@ R:	Jonas Karlman <jonas@kwiboo.se>
>  R:	Jernej Skrabec <jernej.skrabec@gmail.com>
>  S:	Maintained
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
> +F:	Documentation/devicetree/bindings/display/bridge/
>  F:	drivers/gpu/drm/bridge/
>  
>  DRM DRIVERS FOR EXYNOS

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
@ 2022-03-08 20:15   ` Laurent Pinchart
  0 siblings, 0 replies; 18+ messages in thread
From: Laurent Pinchart @ 2022-03-08 20:15 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, linux-kernel,
	Robert Foss, Kieran Bingham, dri-devel, Andrzej Hajda,
	Sam Ravnborg

Hi Doug,

Thank you for the patch.

On Tue, Mar 08, 2022 at 11:06:57AM -0800, Douglas Anderson wrote:
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0216d2ffe728..a73179d55d00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6403,6 +6403,7 @@ R:	Jonas Karlman <jonas@kwiboo.se>
>  R:	Jernej Skrabec <jernej.skrabec@gmail.com>
>  S:	Maintained
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
> +F:	Documentation/devicetree/bindings/display/bridge/
>  F:	drivers/gpu/drm/bridge/
>  
>  DRM DRIVERS FOR EXYNOS

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
  2022-03-08 19:06 ` Douglas Anderson
@ 2022-03-09  8:04   ` Neil Armstrong
  -1 siblings, 0 replies; 18+ messages in thread
From: Neil Armstrong @ 2022-03-09  8:04 UTC (permalink / raw)
  To: Douglas Anderson, dri-devel
  Cc: Laurent Pinchart, Jonas Karlman, Sam Ravnborg, Andrzej Hajda,
	Robert Foss, Kieran Bingham, Jernej Skrabec, linux-kernel

On 08/03/2022 20:06, Douglas Anderson wrote:
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
> 
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0216d2ffe728..a73179d55d00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6403,6 +6403,7 @@ R:	Jonas Karlman <jonas@kwiboo.se>
>   R:	Jernej Skrabec <jernej.skrabec@gmail.com>
>   S:	Maintained
>   T:	git git://anongit.freedesktop.org/drm/drm-misc
> +F:	Documentation/devicetree/bindings/display/bridge/
>   F:	drivers/gpu/drm/bridge/
>   
>   DRM DRIVERS FOR EXYNOS

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
@ 2022-03-09  8:04   ` Neil Armstrong
  0 siblings, 0 replies; 18+ messages in thread
From: Neil Armstrong @ 2022-03-09  8:04 UTC (permalink / raw)
  To: Douglas Anderson, dri-devel
  Cc: Jernej Skrabec, Jonas Karlman, linux-kernel, Robert Foss,
	Kieran Bingham, Laurent Pinchart, Andrzej Hajda, Sam Ravnborg

On 08/03/2022 20:06, Douglas Anderson wrote:
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
> 
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0216d2ffe728..a73179d55d00 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6403,6 +6403,7 @@ R:	Jonas Karlman <jonas@kwiboo.se>
>   R:	Jernej Skrabec <jernej.skrabec@gmail.com>
>   S:	Maintained
>   T:	git git://anongit.freedesktop.org/drm/drm-misc
> +F:	Documentation/devicetree/bindings/display/bridge/
>   F:	drivers/gpu/drm/bridge/
>   
>   DRM DRIVERS FOR EXYNOS

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
  2022-03-09  8:04   ` Neil Armstrong
@ 2022-03-09 13:11     ` Robert Foss
  -1 siblings, 0 replies; 18+ messages in thread
From: Robert Foss @ 2022-03-09 13:11 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Douglas Anderson, dri-devel, Laurent Pinchart, Jonas Karlman,
	Sam Ravnborg, Andrzej Hajda, Kieran Bingham, Jernej Skrabec,
	linux-kernel

On Wed, 9 Mar 2022 at 09:04, Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> On 08/03/2022 20:06, Douglas Anderson wrote:
> > The bindings for bridge chips should also get the same maintainers
> > entry so the right people get notified about bindings changes.
> >
> > Signed-off-by: Douglas Anderson <dianders@chromium.org>
> > ---
> >
> >   MAINTAINERS | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0216d2ffe728..a73179d55d00 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6403,6 +6403,7 @@ R:      Jonas Karlman <jonas@kwiboo.se>
> >   R:  Jernej Skrabec <jernej.skrabec@gmail.com>
> >   S:  Maintained
> >   T:  git git://anongit.freedesktop.org/drm/drm-misc
> > +F:   Documentation/devicetree/bindings/display/bridge/
> >   F:  drivers/gpu/drm/bridge/
> >
> >   DRM DRIVERS FOR EXYNOS
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Acked-by: Robert Foss <robert.foss@linaro.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
@ 2022-03-09 13:11     ` Robert Foss
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Foss @ 2022-03-09 13:11 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Jernej Skrabec, Jonas Karlman, Douglas Anderson, dri-devel,
	linux-kernel, Kieran Bingham, Laurent Pinchart, Andrzej Hajda,
	Sam Ravnborg

On Wed, 9 Mar 2022 at 09:04, Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> On 08/03/2022 20:06, Douglas Anderson wrote:
> > The bindings for bridge chips should also get the same maintainers
> > entry so the right people get notified about bindings changes.
> >
> > Signed-off-by: Douglas Anderson <dianders@chromium.org>
> > ---
> >
> >   MAINTAINERS | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0216d2ffe728..a73179d55d00 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6403,6 +6403,7 @@ R:      Jonas Karlman <jonas@kwiboo.se>
> >   R:  Jernej Skrabec <jernej.skrabec@gmail.com>
> >   S:  Maintained
> >   T:  git git://anongit.freedesktop.org/drm/drm-misc
> > +F:   Documentation/devicetree/bindings/display/bridge/
> >   F:  drivers/gpu/drm/bridge/
> >
> >   DRM DRIVERS FOR EXYNOS
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Acked-by: Robert Foss <robert.foss@linaro.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip
  2022-03-08 19:06   ` Douglas Anderson
@ 2022-03-09 13:23     ` Robert Foss
  -1 siblings, 0 replies; 18+ messages in thread
From: Robert Foss @ 2022-03-09 13:23 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: dri-devel, Neil Armstrong, Laurent Pinchart, Jonas Karlman,
	Sam Ravnborg, Andrzej Hajda, Kieran Bingham, Jernej Skrabec,
	linux-kernel

On Tue, 8 Mar 2022 at 20:07, Douglas Anderson <dianders@chromium.org> wrote:
>
> I've spent quite a bit of time poking at this driver and it's used on
> several Chromebooks I'm involved with. I'd like to get notified about
> patches. Add myself as a reviewer. It's expected that changes will
> still be landed through drm-misc as they always have been.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a73179d55d00..7d25d0b4dccc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6284,6 +6284,11 @@ DRM DRIVER FOR TDFX VIDEO CARDS
>  S:     Orphan / Obsolete
>  F:     drivers/gpu/drm/tdfx/
>
> +DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP
> +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 TPO TPG110 PANELS
>  M:     Linus Walleij <linus.walleij@linaro.org>
>  S:     Maintained
> --
> 2.35.1.616.g0bdcbb4464-goog
>

Reviewed-by: Robert Foss <robert.foss@linaro.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip
@ 2022-03-09 13:23     ` Robert Foss
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Foss @ 2022-03-09 13:23 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, linux-kernel,
	dri-devel, Kieran Bingham, Laurent Pinchart, Andrzej Hajda,
	Sam Ravnborg

On Tue, 8 Mar 2022 at 20:07, Douglas Anderson <dianders@chromium.org> wrote:
>
> I've spent quite a bit of time poking at this driver and it's used on
> several Chromebooks I'm involved with. I'd like to get notified about
> patches. Add myself as a reviewer. It's expected that changes will
> still be landed through drm-misc as they always have been.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a73179d55d00..7d25d0b4dccc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6284,6 +6284,11 @@ DRM DRIVER FOR TDFX VIDEO CARDS
>  S:     Orphan / Obsolete
>  F:     drivers/gpu/drm/tdfx/
>
> +DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP
> +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 TPO TPG110 PANELS
>  M:     Linus Walleij <linus.walleij@linaro.org>
>  S:     Maintained
> --
> 2.35.1.616.g0bdcbb4464-goog
>

Reviewed-by: Robert Foss <robert.foss@linaro.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 3/3] drm/bridge: Add myself as a reviewer for the Parade PS8640 bridge chip
  2022-03-08 19:06   ` Douglas Anderson
@ 2022-03-09 13:24     ` Robert Foss
  -1 siblings, 0 replies; 18+ messages in thread
From: Robert Foss @ 2022-03-09 13:24 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: dri-devel, Neil Armstrong, Laurent Pinchart, Jonas Karlman,
	Sam Ravnborg, Andrzej Hajda, Kieran Bingham, Jernej Skrabec,
	linux-kernel

On Tue, 8 Mar 2022 at 20:07, Douglas Anderson <dianders@chromium.org> wrote:
>
> Though the parade bridge chip is a little bit of a black box, I'm at
> least interested in hearing about changes to the driver since this
> bridge chip is used on some Chromebooks that I'm involved with.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d25d0b4dccc..db7fe53643c2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6171,6 +6171,11 @@ S:       Maintained
>  F:     Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
>  F:     drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
>
> +DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP
> +R:     Douglas Anderson <dianders@chromium.org>
> +F:     Documentation/devicetree/bindings/display/bridge/ps8640.yaml
> +F:     drivers/gpu/drm/bridge/parade-ps8640.c
> +
>  DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
>  M:     Noralf Trønnes <noralf@tronnes.org>
>  S:     Maintained
> --
> 2.35.1.616.g0bdcbb4464-goog
>

Reviewed-by: Robert Foss <robert.foss@linaro.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 3/3] drm/bridge: Add myself as a reviewer for the Parade PS8640 bridge chip
@ 2022-03-09 13:24     ` Robert Foss
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Foss @ 2022-03-09 13:24 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, linux-kernel,
	dri-devel, Kieran Bingham, Laurent Pinchart, Andrzej Hajda,
	Sam Ravnborg

On Tue, 8 Mar 2022 at 20:07, Douglas Anderson <dianders@chromium.org> wrote:
>
> Though the parade bridge chip is a little bit of a black box, I'm at
> least interested in hearing about changes to the driver since this
> bridge chip is used on some Chromebooks that I'm involved with.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d25d0b4dccc..db7fe53643c2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6171,6 +6171,11 @@ S:       Maintained
>  F:     Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
>  F:     drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
>
> +DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP
> +R:     Douglas Anderson <dianders@chromium.org>
> +F:     Documentation/devicetree/bindings/display/bridge/ps8640.yaml
> +F:     drivers/gpu/drm/bridge/parade-ps8640.c
> +
>  DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
>  M:     Noralf Trønnes <noralf@tronnes.org>
>  S:     Maintained
> --
> 2.35.1.616.g0bdcbb4464-goog
>

Reviewed-by: Robert Foss <robert.foss@linaro.org>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
  2022-03-08 19:06 ` Douglas Anderson
@ 2022-03-09 15:56   ` Doug Anderson
  -1 siblings, 0 replies; 18+ messages in thread
From: Doug Anderson @ 2022-03-09 15:56 UTC (permalink / raw)
  To: dri-devel
  Cc: Neil Armstrong, Laurent Pinchart, Jonas Karlman, Sam Ravnborg,
	Andrzej Hajda, Robert Foss, Kieran Bingham, Jernej Skrabec, LKML

Hi,

On Tue, Mar 8, 2022 at 11:07 AM Douglas Anderson <dianders@chromium.org> wrote:
>
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

There didn't seem to be a reason to wait, so I pushed all 3 to
drm-misc-next w/ collected tags

46db48f25ed1 drm/bridge: Add myself as a reviewer for the Parade
PS8640 bridge chip
59c217b3dde5 drm/bridge: Add myself as a reviewer for the TI SN65DSI86
bridge chip
73a46da4fa7c drm/bridge: Add MAINTAINERS entry for DRM drivers for
bridge chip bindings

-Doug

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings
@ 2022-03-09 15:56   ` Doug Anderson
  0 siblings, 0 replies; 18+ messages in thread
From: Doug Anderson @ 2022-03-09 15:56 UTC (permalink / raw)
  To: dri-devel
  Cc: Jernej Skrabec, Jonas Karlman, Neil Armstrong, LKML, Robert Foss,
	Kieran Bingham, Laurent Pinchart, Andrzej Hajda, Sam Ravnborg

Hi,

On Tue, Mar 8, 2022 at 11:07 AM Douglas Anderson <dianders@chromium.org> wrote:
>
> The bindings for bridge chips should also get the same maintainers
> entry so the right people get notified about bindings changes.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

There didn't seem to be a reason to wait, so I pushed all 3 to
drm-misc-next w/ collected tags

46db48f25ed1 drm/bridge: Add myself as a reviewer for the Parade
PS8640 bridge chip
59c217b3dde5 drm/bridge: Add myself as a reviewer for the TI SN65DSI86
bridge chip
73a46da4fa7c drm/bridge: Add MAINTAINERS entry for DRM drivers for
bridge chip bindings

-Doug

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-03-09 15:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 19:06 [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings Douglas Anderson
2022-03-08 19:06 ` Douglas Anderson
2022-03-08 19:06 ` [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip Douglas Anderson
2022-03-08 19:06   ` Douglas Anderson
2022-03-09 13:23   ` Robert Foss
2022-03-09 13:23     ` Robert Foss
2022-03-08 19:06 ` [PATCH 3/3] drm/bridge: Add myself as a reviewer for the Parade PS8640 " Douglas Anderson
2022-03-08 19:06   ` Douglas Anderson
2022-03-09 13:24   ` Robert Foss
2022-03-09 13:24     ` Robert Foss
2022-03-08 20:15 ` [PATCH 1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings Laurent Pinchart
2022-03-08 20:15   ` Laurent Pinchart
2022-03-09  8:04 ` Neil Armstrong
2022-03-09  8:04   ` Neil Armstrong
2022-03-09 13:11   ` Robert Foss
2022-03-09 13:11     ` Robert Foss
2022-03-09 15:56 ` Doug Anderson
2022-03-09 15:56   ` Doug Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.