mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] DRM driver for Sitronix ST7735R display panels
@ 2017-12-10 22:10 David Lechner
  2017-12-10 22:10 ` [PATCH v2 1/2] dt-bindings: Add binding " David Lechner
  2017-12-10 22:10 ` [PATCH v2 2/2] drm/tinydrm: add driver for ST7735R panels David Lechner
  0 siblings, 2 replies; 8+ messages in thread
From: David Lechner @ 2017-12-10 22:10 UTC (permalink / raw)
  To: dri-devel, devicetree
  Cc: David Lechner, Noralf Trønnes, limor, Linus Walleij,
	Rob Herring, Mark Rutland, linux-kernel

This series adds a new DRM/TinyDRM driver for Sitronix ST7735R, specifically
the Adafruit 1.8" TFT.

Nothing fancy here. Just mostly TinyDRM boilerplate with the init sequence
from the fbtft driver for the same panel.

Please see new discussion on device tree bindings in patch 1/2.

David Lechner (2):
  dt-bindings: Add binding for Sitronix ST7735R display panels
  drm/tinydrm: add driver for ST7735R panels

 .../bindings/display/sitronix,st7735r.txt          |  35 ++++
 MAINTAINERS                                        |   6 +
 drivers/gpu/drm/tinydrm/Kconfig                    |  10 +
 drivers/gpu/drm/tinydrm/Makefile                   |   1 +
 drivers/gpu/drm/tinydrm/st7735r.c                  | 219 +++++++++++++++++++++
 5 files changed, 271 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/sitronix,st7735r.txt
 create mode 100644 drivers/gpu/drm/tinydrm/st7735r.c

-- 
2.7.4

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

end of thread, other threads:[~2017-12-12  2:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 22:10 [PATCH v2 0/2] DRM driver for Sitronix ST7735R display panels David Lechner
2017-12-10 22:10 ` [PATCH v2 1/2] dt-bindings: Add binding " David Lechner
2017-12-11 10:11   ` Linus Walleij
2017-12-11 16:59   ` Noralf Trønnes
2017-12-10 22:10 ` [PATCH v2 2/2] drm/tinydrm: add driver for ST7735R panels David Lechner
2017-12-11  9:06   ` Philippe Ombredanne
2017-12-11 21:18   ` Noralf Trønnes
2017-12-12  2:55     ` David Lechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome