All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt/bindings: display: fix display-timing reference
@ 2017-05-16  8:19 Baruch Siach
       [not found] ` <eabeec88c2831eb8541b78a4977ee7342b810b39.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Baruch Siach @ 2017-05-16  8:19 UTC (permalink / raw)
  To: Thierry Reding
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Baruch Siach,
	Laurent Pinchart, Rob Herring

Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties")
Cc: Laurent Pinchart <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
---
 Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.txt b/Documentation/devicetree/bindings/display/panel/panel-common.txt
index ec52c472c845..0603af877155 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-common.txt
+++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt
@@ -38,7 +38,7 @@ Display Timings
   require specific display timings. The panel-timing subnode expresses those
   timings as specified in the timing subnode section of the display timing
   bindings defined in
-  Documentation/devicetree/bindings/display/display-timing.txt.
+  Documentation/devicetree/bindings/display/panel/display-timing.txt.
 
 
 Connectivity
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 2/2] dt/bindings: display: move rotation into a common place
       [not found] ` <eabeec88c2831eb8541b78a4977ee7342b810b39.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
@ 2017-05-16  8:19   ` Baruch Siach
       [not found]     ` <f2a6516fff9b8f5ac67aabd60527c1d9b3149482.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
  2017-05-23 14:48     ` Rob Herring
  0 siblings, 2 replies; 10+ messages in thread
From: Baruch Siach @ 2017-05-16  8:19 UTC (permalink / raw)
  To: Thierry Reding
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Baruch Siach,
	Noralf Trønnes, Rob Herring

Commit b60c1be74741 (dt-bindings: display/panel: Add common rotation property)
added the rotation property description in a new file. We have a place for
common display panel properties already. Move there the rotation property.

Cc: Noralf Trønnes <noralf-L59+Z2yzLopAfugRpC6u6w@public.gmane.org>
Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
---
 Documentation/devicetree/bindings/display/panel/panel-common.txt | 6 ++++++
 Documentation/devicetree/bindings/display/panel/panel.txt        | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt

diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.txt b/Documentation/devicetree/bindings/display/panel/panel-common.txt
index 0603af877155..c92dcfd8c32f 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-common.txt
+++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt
@@ -89,3 +89,9 @@ backlight controller.
 
 - backlight: For panels whose backlight is controlled by an external backlight
   controller, this property contains a phandle that references the controller.
+
+
+Rotation
+--------
+
+- rotation: Display rotation in degrees counter clockwise (0,90,180,270)
diff --git a/Documentation/devicetree/bindings/display/panel/panel.txt b/Documentation/devicetree/bindings/display/panel/panel.txt
deleted file mode 100644
index e2e6867852b8..000000000000
--- a/Documentation/devicetree/bindings/display/panel/panel.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Common display properties
--------------------------
-
-- rotation:	Display rotation in degrees counter clockwise (0,90,180,270)
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference
  2017-05-16  8:19 [PATCH 1/2] dt/bindings: display: fix display-timing reference Baruch Siach
       [not found] ` <eabeec88c2831eb8541b78a4977ee7342b810b39.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
@ 2017-05-16  8:31 ` Laurent Pinchart
  2017-05-23 14:47 ` Rob Herring
  2 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2017-05-16  8:31 UTC (permalink / raw)
  To: Baruch Siach; +Cc: devicetree, Laurent Pinchart, dri-devel

Hi Baruch,

Thank you for the patch.

On Tuesday 16 May 2017 11:19:04 Baruch Siach wrote:

A commit message body would be nice.

> Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel
> properties")
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Cc: Rob Herring <robh@kernel.org>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Documentation/devicetree/bindings/display/panel/panel-common.txt
> b/Documentation/devicetree/bindings/display/panel/panel-common.txt index
> ec52c472c845..0603af877155 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-common.txt
> +++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt
> @@ -38,7 +38,7 @@ Display Timings
>    require specific display timings. The panel-timing subnode expresses
> those timings as specified in the timing subnode section of the display
> timing bindings defined in
> -  Documentation/devicetree/bindings/display/display-timing.txt.
> +  Documentation/devicetree/bindings/display/panel/display-timing.txt.

My bad.

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

> 
> 
>  Connectivity

-- 
Regards,

Laurent Pinchart

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 2/2] dt/bindings: display: move rotation into a common place
       [not found]     ` <f2a6516fff9b8f5ac67aabd60527c1d9b3149482.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
@ 2017-05-16 17:15       ` Noralf Trønnes
  0 siblings, 0 replies; 10+ messages in thread
From: Noralf Trønnes @ 2017-05-16 17:15 UTC (permalink / raw)
  To: Baruch Siach, Thierry Reding
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Rob Herring


Den 16.05.2017 10.19, skrev Baruch Siach:
> Commit b60c1be74741 (dt-bindings: display/panel: Add common rotation property)
> added the rotation property description in a new file. We have a place for
> common display panel properties already. Move there the rotation property.
>
> Cc: Noralf Trønnes <noralf-L59+Z2yzLopAfugRpC6u6w@public.gmane.org>
> Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
> ---

Acked-by: Noralf Trønnes <noralf-L59+Z2yzLopAfugRpC6u6w@public.gmane.org>

>   Documentation/devicetree/bindings/display/panel/panel-common.txt | 6 ++++++
>   Documentation/devicetree/bindings/display/panel/panel.txt        | 4 ----
>   2 files changed, 6 insertions(+), 4 deletions(-)
>   delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt
>
> diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.txt b/Documentation/devicetree/bindings/display/panel/panel-common.txt
> index 0603af877155..c92dcfd8c32f 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-common.txt
> +++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt
> @@ -89,3 +89,9 @@ backlight controller.
>   
>   - backlight: For panels whose backlight is controlled by an external backlight
>     controller, this property contains a phandle that references the controller.
> +
> +
> +Rotation
> +--------
> +
> +- rotation: Display rotation in degrees counter clockwise (0,90,180,270)
> diff --git a/Documentation/devicetree/bindings/display/panel/panel.txt b/Documentation/devicetree/bindings/display/panel/panel.txt
> deleted file mode 100644
> index e2e6867852b8..000000000000
> --- a/Documentation/devicetree/bindings/display/panel/panel.txt
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -Common display properties
> --------------------------
> -
> -- rotation:	Display rotation in degrees counter clockwise (0,90,180,270)

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference
  2017-05-16  8:19 [PATCH 1/2] dt/bindings: display: fix display-timing reference Baruch Siach
       [not found] ` <eabeec88c2831eb8541b78a4977ee7342b810b39.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
  2017-05-16  8:31 ` [PATCH 1/2] dt/bindings: display: fix display-timing reference Laurent Pinchart
@ 2017-05-23 14:47 ` Rob Herring
  2017-05-24 12:23   ` Daniel Vetter
  2 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2017-05-23 14:47 UTC (permalink / raw)
  To: Baruch Siach; +Cc: devicetree, Laurent Pinchart, dri-devel

On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote:
> Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties")
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Cc: Rob Herring <robh@kernel.org>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 2/2] dt/bindings: display: move rotation into a common place
  2017-05-16  8:19   ` [PATCH 2/2] dt/bindings: display: move rotation into a common place Baruch Siach
       [not found]     ` <f2a6516fff9b8f5ac67aabd60527c1d9b3149482.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
@ 2017-05-23 14:48     ` Rob Herring
  1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring @ 2017-05-23 14:48 UTC (permalink / raw)
  To: Baruch Siach; +Cc: devicetree, dri-devel

On Tue, May 16, 2017 at 11:19:05AM +0300, Baruch Siach wrote:
> Commit b60c1be74741 (dt-bindings: display/panel: Add common rotation property)
> added the rotation property description in a new file. We have a place for
> common display panel properties already. Move there the rotation property.
> 
> Cc: Noralf Trønnes <noralf@tronnes.org>
> Cc: Rob Herring <robh@kernel.org>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Documentation/devicetree/bindings/display/panel/panel-common.txt | 6 ++++++
>  Documentation/devicetree/bindings/display/panel/panel.txt        | 4 ----
>  2 files changed, 6 insertions(+), 4 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt

Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference
  2017-05-23 14:47 ` Rob Herring
@ 2017-05-24 12:23   ` Daniel Vetter
       [not found]     ` <20170524122322.ebopabnddozamqit-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Vetter @ 2017-05-24 12:23 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree, Baruch Siach, Laurent Pinchart, dri-devel

On Tue, May 23, 2017 at 09:47:56AM -0500, Rob Herring wrote:
> On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote:
> > Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties")
> > Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > Cc: Rob Herring <robh@kernel.org>
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> > ---
> >  Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Acked-by: Rob Herring <robh@kernel.org>

We now have a pile of acks on these patches, but no one to push them.
Seems like it's for the panel tree, but Thierry isn't on cc afaics.

Someone needs to take care of this (and no it's no going to be me).
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference
       [not found]     ` <20170524122322.ebopabnddozamqit-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
@ 2017-05-24 12:37       ` Baruch Siach
       [not found]         ` <20170524123735.fm2nyr6rpyfsomdq-MwjkAAnuF3khR1HGirfZ1z4kX+cae0hd@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Baruch Siach @ 2017-05-24 12:37 UTC (permalink / raw)
  To: Daniel Vetter, Thierry Reding
  Cc: Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA, Laurent Pinchart,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Hi Daniel,

On Wed, May 24, 2017 at 02:23:22PM +0200, Daniel Vetter wrote:
> On Tue, May 23, 2017 at 09:47:56AM -0500, Rob Herring wrote:
> > On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote:
> > > Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties")
> > > Cc: Laurent Pinchart <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> > > Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > > Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
> > > ---
> > >  Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> 
> We now have a pile of acks on these patches, but no one to push them.
> Seems like it's for the panel tree, but Thierry isn't on cc afaics.
> 
> Someone needs to take care of this (and no it's no going to be me).

Thanks for looking into this.

Just for the record, Thierry has been on To/Cc of all messages in this thread, 
accept yours.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org - tel: +972.2.679.5364, http://www.tkos.co.il -
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference
       [not found]         ` <20170524123735.fm2nyr6rpyfsomdq-MwjkAAnuF3khR1HGirfZ1z4kX+cae0hd@public.gmane.org>
@ 2017-05-24 15:51           ` Daniel Vetter
       [not found]             ` <20170524155131.h53lrilrhn2eouqc-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Vetter @ 2017-05-24 15:51 UTC (permalink / raw)
  To: Baruch Siach
  Cc: Daniel Vetter, Thierry Reding, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Laurent Pinchart,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

On Wed, May 24, 2017 at 03:37:36PM +0300, Baruch Siach wrote:
> Hi Daniel,
> 
> On Wed, May 24, 2017 at 02:23:22PM +0200, Daniel Vetter wrote:
> > On Tue, May 23, 2017 at 09:47:56AM -0500, Rob Herring wrote:
> > > On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote:
> > > > Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties")
> > > > Cc: Laurent Pinchart <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> > > > Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > > > Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
> > > > ---
> > > >  Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > 
> > We now have a pile of acks on these patches, but no one to push them.
> > Seems like it's for the panel tree, but Thierry isn't on cc afaics.
> > 
> > Someone needs to take care of this (and no it's no going to be me).
> 
> Thanks for looking into this.
> 
> Just for the record, Thierry has been on To/Cc of all messages in this thread, 
> accept yours.

Ah, that might be his dri-devel settings, there's a mailman option to
remove the cc if you're subscribed. And I got the mails through the m-l.

I think this wasn't the first time this happened either ...
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference
       [not found]             ` <20170524155131.h53lrilrhn2eouqc-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
@ 2017-06-06 14:23               ` Thierry Reding
  0 siblings, 0 replies; 10+ messages in thread
From: Thierry Reding @ 2017-06-06 14:23 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Baruch Siach, Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA,
	Laurent Pinchart, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

[-- Attachment #1: Type: text/plain, Size: 1782 bytes --]

On Wed, May 24, 2017 at 05:51:31PM +0200, Daniel Vetter wrote:
> On Wed, May 24, 2017 at 03:37:36PM +0300, Baruch Siach wrote:
> > Hi Daniel,
> > 
> > On Wed, May 24, 2017 at 02:23:22PM +0200, Daniel Vetter wrote:
> > > On Tue, May 23, 2017 at 09:47:56AM -0500, Rob Herring wrote:
> > > > On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote:
> > > > > Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties")
> > > > > Cc: Laurent Pinchart <laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
> > > > > Cc: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > > > > Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
> > > > > ---
> > > > >  Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +-
> > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > 
> > > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > > 
> > > We now have a pile of acks on these patches, but no one to push them.
> > > Seems like it's for the panel tree, but Thierry isn't on cc afaics.
> > > 
> > > Someone needs to take care of this (and no it's no going to be me).
> > 
> > Thanks for looking into this.
> > 
> > Just for the record, Thierry has been on To/Cc of all messages in this thread, 
> > accept yours.
> 
> Ah, that might be his dri-devel settings, there's a mailman option to
> remove the cc if you're subscribed. And I got the mails through the m-l.
> 
> I think this wasn't the first time this happened either ...

Sorry, I've been busy moving house for the past few weeks. And yes,
indeed, this seems to have been the mailmain option. I've switched that
around now, so hopefully this won't happen again.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-06-06 14:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16  8:19 [PATCH 1/2] dt/bindings: display: fix display-timing reference Baruch Siach
     [not found] ` <eabeec88c2831eb8541b78a4977ee7342b810b39.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2017-05-16  8:19   ` [PATCH 2/2] dt/bindings: display: move rotation into a common place Baruch Siach
     [not found]     ` <f2a6516fff9b8f5ac67aabd60527c1d9b3149482.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2017-05-16 17:15       ` Noralf Trønnes
2017-05-23 14:48     ` Rob Herring
2017-05-16  8:31 ` [PATCH 1/2] dt/bindings: display: fix display-timing reference Laurent Pinchart
2017-05-23 14:47 ` Rob Herring
2017-05-24 12:23   ` Daniel Vetter
     [not found]     ` <20170524122322.ebopabnddozamqit-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
2017-05-24 12:37       ` Baruch Siach
     [not found]         ` <20170524123735.fm2nyr6rpyfsomdq-MwjkAAnuF3khR1HGirfZ1z4kX+cae0hd@public.gmane.org>
2017-05-24 15:51           ` Daniel Vetter
     [not found]             ` <20170524155131.h53lrilrhn2eouqc-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
2017-06-06 14:23               ` Thierry Reding

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.