[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231222100149.2641687-1-javierm@redhat.com>
Date: Fri, 22 Dec 2023 11:01:37 +0100
From: Javier Martinez Canillas <javierm@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Maxime Ripard <mripard@...nel.org>,
Jocelyn Falempe <jfalempe@...hat.com>,
Peter Robinson <pbrobinson@...il.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Conor Dooley <conor@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
Javier Martinez Canillas <javierm@...hat.com>,
Conor Dooley <conor+dt@...nel.org>,
Daniel Vetter <daniel@...ll.ch>,
David Airlie <airlied@...il.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Rob Herring <robh+dt@...nel.org>,
devicetree@...r.kernel.org,
dri-devel@...ts.freedesktop.org
Subject: [PATCH v4 0/4] drm/solomon: Add support for the SSD133x controller family
Hello,
This patch-set adds support for the family of SSD133x Solomon controllers,
such as the SSD1331. These are used for RGB Dot Matrix OLED/PLED panels.
This is a v4 that addresses issues pointed out in v3:
https://lists.freedesktop.org/archives/dri-devel/2023-December/435686.html
The patches were tested on a Waveshare SSD1331 display using glmark2-drm,
fbcon, fbtests and the retroarch emulator. The binding schema were tested
using the `make W=1 dt_binding_check` target.
Patch #1 and #2 are fixes for the DT binding schema of the existing SSD130x
and SSD132x families.
Patch #3 adds a DT binding schema for the SSD133x controllers and patch #4
extends the ssd130x DRM driver to support the SSD133x controller family.
Best regards,
Javier
Changes in v4:
- Fix typo in commit message (Jocelyn Falempe).
- Add collected tags.
Changes in v3:
- Move solomon,ssd-common.yaml ref before the properties section and
width/height constraints after the other properties (Conor Dooley).
Changes in v2:
- Unconditionally set the width and height constraints (Conor Dooley).
- Fix indentation in the DTS examples (Krzysztof Kozlowski).
Javier Martinez Canillas (4):
dt-bindings: display: ssd1307fb: Add vendor prefix to width and height
dt-bindings: display: ssd132x: Add vendor prefix to width and height
dt-bindings: display: Add SSD133x OLED controllers
drm/ssd130x: Add support for the SSD133x OLED controller family
.../bindings/display/solomon,ssd1307fb.yaml | 20 +-
.../bindings/display/solomon,ssd132x.yaml | 12 +-
.../bindings/display/solomon,ssd133x.yaml | 57 +++
drivers/gpu/drm/solomon/ssd130x-i2c.c | 5 +
drivers/gpu/drm/solomon/ssd130x-spi.c | 7 +
drivers/gpu/drm/solomon/ssd130x.c | 370 ++++++++++++++++++
drivers/gpu/drm/solomon/ssd130x.h | 5 +-
7 files changed, 459 insertions(+), 17 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/solomon,ssd133x.yaml
--
2.43.0
Powered by blists - more mailing lists