All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Noralf Trønnes" <noralf-L59+Z2yzLopAfugRpC6u6w@public.gmane.org>
To: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH 2/2] dt/bindings: display: move rotation into a common place
Date: Tue, 16 May 2017 19:15:35 +0200	[thread overview]
Message-ID: <a7463d70-77b4-b5f5-5053-b46f79d2f162@tronnes.org> (raw)
In-Reply-To: <f2a6516fff9b8f5ac67aabd60527c1d9b3149482.1494922745.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>


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

  parent reply	other threads:[~2017-05-16 17:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a7463d70-77b4-b5f5-5053-b46f79d2f162@tronnes.org \
    --to=noralf-l59+z2yzlopafugrpc6u6w@public.gmane.org \
    --cc=baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.