Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1671214 > unrolled thread

[PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii

Started byfrowand.list@gmail.com
First post2017-06-21 01:20 +0200
Last post2017-06-22 18:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii frowand.list@gmail.com - 2017-06-21 01:20 +0200
    Re: [PATCH] dt-bindings: display-timing.txt convert non-ascii  characters to ascii Rob Herring <robh@kernel.org> - 2017-06-22 18:20 +0200

#1671214 — [PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii

Fromfrowand.list@gmail.com
Date2017-06-21 01:20 +0200
Subject[PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii
Message-ID<tUABb-6zP-1@gated-at.bofh.it>
From: Frank Rowand <frank.rowand@sony.com>

Convert non-ascii up and down arrows to '^' and 'v'

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
---
 .../devicetree/bindings/display/panel/display-timing.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/panel/display-timing.txt b/Documentation/devicetree/bindings/display/panel/display-timing.txt
index 81a75893d1b8..58fa3e48481d 100644
--- a/Documentation/devicetree/bindings/display/panel/display-timing.txt
+++ b/Documentation/devicetree/bindings/display/panel/display-timing.txt
@@ -57,11 +57,11 @@ can be specified.
 The parameters are defined as:
 
   +----------+-------------------------------------+----------+-------+
-  |          |        ↑                            |          |       |
+  |          |        ^                            |          |       |
   |          |        |vback_porch                 |          |       |
-  |          |        ↓                            |          |       |
+  |          |        v                            |          |       |
   +----------#######################################----------+-------+
-  |          #        ↑                            #          |       |
+  |          #        ^                            #          |       |
   |          #        |                            #          |       |
   |  hback   #        |                            #  hfront  | hsync |
   |   porch  #        |       hactive              #  porch   |  len  |
@@ -69,15 +69,15 @@ The parameters are defined as:
   |          #        |                            #          |       |
   |          #        |vactive                     #          |       |
   |          #        |                            #          |       |
-  |          #        ↓                            #          |       |
+  |          #        v                            #          |       |
   +----------#######################################----------+-------+
-  |          |        ↑                            |          |       |
+  |          |        ^                            |          |       |
   |          |        |vfront_porch                |          |       |
-  |          |        ↓                            |          |       |
+  |          |        v                            |          |       |
   +----------+-------------------------------------+----------+-------+
-  |          |        ↑                            |          |       |
+  |          |        ^                            |          |       |
   |          |        |vsync_len                   |          |       |
-  |          |        ↓                            |          |       |
+  |          |        v                            |          |       |
   +----------+-------------------------------------+----------+-------+
 
 Example:
-- 
Frank Rowand <frank.rowand@sony.com>

[toc] | [next] | [standalone]


#1672785 — Re: [PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii

FromRob Herring <robh@kernel.org>
Date2017-06-22 18:20 +0200
SubjectRe: [PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii
Message-ID<tVcZQ-77P-9@gated-at.bofh.it>
In reply to#1671214
On Tue, Jun 20, 2017 at 04:18:15PM -0700, frowand.list@gmail.com wrote:
> From: Frank Rowand <frank.rowand@sony.com>
> 
> Convert non-ascii up and down arrows to '^' and 'v'
> 
> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
> ---
>  .../devicetree/bindings/display/panel/display-timing.txt | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web