All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] gpu: drm: add driver for ili9361 panel
@ 2021-03-22  9:52 ` Daniel Mack
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Mack @ 2021-03-22  9:52 UTC (permalink / raw)
  To: airlied, daniel; +Cc: robh+dt, devicetree, dri-devel, Daniel Mack

This is v3 of the series.

Changelog:

v2 -> v3:
	* Turn Documentation into yaml format

Daniel Mack (2):
  dt-bindings: display: add bindings for newhaven,1.8-128160EF
  drm/tiny: add driver for newhaven,1.8-128160EF

 .../bindings/display/ilitek,ili9163.yaml      |  70 ++++++
 drivers/gpu/drm/tiny/Kconfig                  |  13 +
 drivers/gpu/drm/tiny/Makefile                 |   1 +
 drivers/gpu/drm/tiny/ili9163.c                | 224 ++++++++++++++++++
 4 files changed, 308 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9163.yaml
 create mode 100644 drivers/gpu/drm/tiny/ili9163.c

-- 
2.29.2


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

end of thread, other threads:[~2021-03-22 17:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  9:52 [PATCH v3 0/2] gpu: drm: add driver for ili9361 panel Daniel Mack
2021-03-22  9:52 ` Daniel Mack
2021-03-22  9:52 ` [PATCH v3 1/2] dt-bindings: display: add bindings for newhaven,1.8-128160EF Daniel Mack
2021-03-22  9:52   ` [PATCH v3 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF Daniel Mack
2021-03-22 17:38   ` Rob Herring
2021-03-22 17:38     ` Rob Herring
2021-03-22  9:52 ` [PATCH v3 2/2] drm/tiny: add driver for newhaven,1.8-128160EF Daniel Mack
2021-03-22  9:52   ` Daniel Mack

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.