[PATCH 0/2] Add st7735s drm driver and Winstar panel

From: Stefan x Nilsson
Date: Wed Sep 06 2023 - 12:23:27 EST


Add a new driver for the Sitronix st7735s display controller
together with a 0.96" 80x160 color TFT display by Winstar.

The driver is very similar to the st7735r driver, but uses a
different pipe_enable sequence and also allows for an
optional regulator to be specified using devicetree.

Signed-off-by: Stefan x Nilsson <stefan.x.nilsson@xxxxxxxx>
---
Stefan x Nilsson (2):
dt-bindings: display: Add st7735s driver
drm: tiny: Add st7735s driver

.../bindings/display/sitronix,st7735s.yaml | 81 +++++++
MAINTAINERS | 7 +
drivers/gpu/drm/tiny/Kconfig | 14 ++
drivers/gpu/drm/tiny/Makefile | 1 +
drivers/gpu/drm/tiny/st7735s.c | 264 +++++++++++++++++++++
5 files changed, 367 insertions(+)
---
base-commit: b715dcd3db4a9a57b3fbe7820db37cae930f0867
change-id: 20230825-st7735s-fb9e20e81027

Best regards,
--
Stefan x Nilsson <stefan.x.nilsson@xxxxxxxx>