All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jan Sebastian Götte" <linux@jaseg.net>
To: dri-devel@lists.freedesktop.org
Cc: "Noralf Trønnes" <noralf@tronnes.org>,
	"David Airlie" <airlied@linux.ie>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 3/6] dt-bindings: add good display epaper header
Date: Tue, 30 Jul 2019 22:48:20 +0900	[thread overview]
Message-ID: <889ecf62-0bc6-2ad3-d673-22c8937646a1@jaseg.net> (raw)
In-Reply-To: <3c8fccc9-63f7-18bb-dcb5-dcd0b9e151d2@jaseg.net>

Signed-off-by: Jan Sebastian Götte <linux@jaseg.net>
---
 include/dt-bindings/display/gdepaper.h | 28 ++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 include/dt-bindings/display/gdepaper.h

diff --git a/include/dt-bindings/display/gdepaper.h b/include/dt-bindings/display/gdepaper.h
new file mode 100644
index 000000000000..929b0beda13c
--- /dev/null
+++ b/include/dt-bindings/display/gdepaper.h
@@ -0,0 +1,28 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * This header provides constants for Good Display epaper displays
+ *
+ * Copyright 2019 Jan Sebastian Goette
+ */
+
+enum gdepaper_controller_res {
+	GDEP_CTRL_RES_320X300 = 0,
+	GDEP_CTRL_RES_300X200 = 1,
+	GDEP_CTRL_RES_296X160 = 2,
+	GDEP_CTRL_RES_296X128 = 3,
+};
+
+enum gdepaper_color_type {
+	GDEPAPER_COL_BW = 0,
+	GDEPAPER_COL_BW_RED,
+	GDEPAPER_COL_BW_YELLOW,
+	GDEPAPER_COL_END
+};
+
+enum gdepaper_vghl_lv {
+	GDEP_PWR_VGHL_16V = 0,
+	GDEP_PWR_VGHL_15V = 1,
+	GDEP_PWR_VGHL_14V = 2,
+	GDEP_PWR_VGHL_13V = 3,
+};
+
-- 
2.21.0


  parent reply	other threads:[~2019-07-30 13:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-30 13:46 [RFC PATCH 0/6] tiny: Add driver for gooddisplay epaper panels Jan Sebastian Götte
2019-07-30 13:47 ` [PATCH 1/6] drm: tiny: gdepaper: add TINYDRM_GDEPAPER config option Jan Sebastian Götte
2019-07-30 13:48 ` [PATCH 2/6] dt-bindings: add gooddisplay vendor prefix Jan Sebastian Götte
2019-07-30 13:48 ` Jan Sebastian Götte [this message]
2019-07-30 13:48 ` [PATCH 4/6] dt-bindings: add gdepaper documentation Jan Sebastian Götte
2019-07-30 13:48 ` [PATCH 5/6] drm: uapi: add gdepaper uapi header Jan Sebastian Götte
2019-07-30 13:48   ` Jan Sebastian Götte
2019-07-30 14:08   ` Emil Velikov
2019-07-30 14:08     ` Emil Velikov
2019-07-30 16:21     ` Jan Sebastian Götte
2019-07-30 16:21       ` Jan Sebastian Götte
2019-07-30 16:49       ` Emil Velikov
2019-07-31  2:01         ` Jan Sebastian Götte
2019-07-31  6:47           ` Daniel Vetter
2019-07-31  6:47             ` Daniel Vetter
2019-07-30 13:48 ` [PATCH 6/6] drm: tiny: gdepaper: add driver for 2/3 color epaper displays Jan Sebastian Götte
2019-08-06 16:06   ` Noralf Trønnes
2019-08-06 16:06     ` Noralf Trønnes
2019-08-10  5:17     ` Jan Sebastian Götte
2019-08-10  5:17       ` Jan Sebastian Götte
2019-07-30 14:26 ` [RFC PATCH 0/6] tiny: Add driver for gooddisplay epaper panels Daniel Vetter
2019-07-30 16:24   ` Jan Sebastian Götte

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=889ecf62-0bc6-2ad3-d673-22c8937646a1@jaseg.net \
    --to=linux@jaseg.net \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=noralf@tronnes.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.