[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210802063538.75583-1-icenowy@sipeed.com>
Date: Mon, 2 Aug 2021 14:35:34 +0800
From: Icenowy Zheng <icenowy@...eed.com>
To: David Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>
Cc: dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Icenowy Zheng <icenowy@...eed.com>
Subject: [PATCH 0/4] Add simple-dbi tinydrm driver
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
Powered by blists - more mailing lists