lkml.org 
[lkml]   [2021]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/4] Add simple-dbi tinydrm driver
Date
This patchset adds a tinydrm driver called simple-dbi, which is a driver
that utilizes only standardized commands in MIPI DCS to activate a MIPI
DBI panel that requires no extra configuration, usually because the
configuration is pre-programmed into the OTP of the LCD controller.

Icenowy Zheng (4):
dt-bindings: vendor-prefixes: add Zhishengxin
dt-bindings: display: add binding for simple-dbi panels
drm/tiny: add simple-dbi driver
MAINTAINERS: add simple-dbi driver

.../bindings/display/simple-dbi.yaml | 72 ++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 7 +
drivers/gpu/drm/tiny/Kconfig | 12 +
drivers/gpu/drm/tiny/Makefile | 1 +
drivers/gpu/drm/tiny/simple-dbi.c | 244 ++++++++++++++++++
6 files changed, 338 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/simple-dbi.yaml
create mode 100644 drivers/gpu/drm/tiny/simple-dbi.c

--
2.30.2

\
 
 \ /
  Last update: 2021-08-02 08:37    [W:0.077 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site