All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce ClockworkPi CWD686 DRM panel driver
@ 2022-06-01  5:17 ` Max Fierke
  0 siblings, 0 replies; 18+ messages in thread
From: Max Fierke @ 2022-06-01  5:17 UTC (permalink / raw)
  To: thierry.reding, sam, airlied, daniel, robh+dt, krzysztof.kozlowski+dt
  Cc: dri-devel, devicetree, linux-kernel, Max Fierke

The ClockworkPi DevTerm (all models) uses a 6.86" IPS display
of unknown provenance, which uses the Chipone ICNL9707 IC driver[1].

The display panel I have has two model numbers: TXW686001 and WTL068601G,
but cannot find any manufacturer associated with either, so opting for the
ClockworkPi model number.

This driver is based on the GPL-licensed driver released by ClockworkPi[1],
authored by Pinfan Zhu, with some additional cleanup, rotation support,
and display sleep re-enabling done by me.

[1] https://github.com/clockworkpi/DevTerm/blob/main/Schematics/ICNL9707_Datasheet.pdf
[2] https://github.com/clockworkpi/DevTerm/blob/main/Code/patch/armbian_build_a06/patch/kernel-004-panel.patch

Signed-off-by: Max Fierke <max@maxfierke.com>

Max Fierke (3):
  dt-bindings: vendor-prefixes: Add prefix for ClockworkPi
  dt-bindings: display: Add bindings for ClockworkPi CWD686
  drm: panel: Add driver for ClockworkPi cwd686 panel

 .../display/panel/clockworkpi,cwd686.yaml     |  60 +++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 drivers/gpu/drm/panel/Kconfig                 |  12 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-clockworkpi-cwd686.c  | 458 ++++++++++++++++++
 5 files changed, 533 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/clockworkpi,cwd686.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-clockworkpi-cwd686.c

-- 
2.36.1

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

end of thread, other threads:[~2022-06-24 20:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01  5:17 [PATCH 0/3] Introduce ClockworkPi CWD686 DRM panel driver Max Fierke
2022-06-01  5:17 ` Max Fierke
2022-06-01  5:17 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for ClockworkPi Max Fierke
2022-06-01  5:17   ` Max Fierke
2022-06-01  7:46   ` Krzysztof Kozlowski
2022-06-01  7:46     ` Krzysztof Kozlowski
2022-06-01  5:17 ` [PATCH 2/3] dt-bindings: display: Add bindings for ClockworkPi CWD686 Max Fierke
2022-06-01  5:17   ` Max Fierke
2022-06-01  7:49   ` Krzysztof Kozlowski
2022-06-01  7:49     ` Krzysztof Kozlowski
2022-06-01 18:47   ` Rob Herring
2022-06-01 18:47     ` Rob Herring
2022-06-02  3:51     ` Max Fierke
2022-06-02  3:51       ` Max Fierke
2022-06-01  5:17 ` [PATCH 3/3] drm: panel: Add driver for ClockworkPi cwd686 panel Max Fierke
2022-06-01  5:17   ` Max Fierke
2022-06-24 20:57   ` Sam Ravnborg
2022-06-24 20:57     ` Sam Ravnborg

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.