[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230121162419.284523-1-cbranchereau@gmail.com>
Date: Sat, 21 Jan 2023 17:24:17 +0100
From: Christophe Branchereau <cbranchereau@...il.com>
To: thierry.reding@...il.com, sam@...nborg.org, airlied@...il.com,
daniel@...ll.ch, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, paul@...pouillou.net,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Christophe Branchereau <cbranchereau@...il.com>
Subject: [PATCH v4 0/2] Add support for the AUO A030JTN01 TFT LCD
Changes since v3:
Reworked the few init registers that are used for hblk, vblk and standby
Use of dev_err_probe() instead of dev_err()
priv->panel_info = spi_get_device_match_data(spi);
restored spi node to dt-bindings that was missing in v3
----
Changes since v2:
- added macros for stanby mode (untested, please review @pcercuei)
- added SPI table_id
- changed description in the bindings to describe the hw more
Changes since v1:
- fixed the dt-bindings maintainer email adress
- dropped backlight, port, power-supply and reset-gpios as they're
provided by panel-common.yaml as pointed by Krzysztof Kozlowski
- changed reg: true to reg : maxItems: 1
Christophe Branchereau (1):
drm/panel: Add driver for the AUO A030JTN01 TFT LCD
Paul Cercueil (1):
dt-bindings: display/panel: Add AUO A030JTN01
.../bindings/display/panel/auo,a030jtn01.yaml | 60 ++++
drivers/gpu/drm/panel/Kconfig | 8 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-auo-a030jtn01.c | 308 ++++++++++++++++++
4 files changed, 377 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/auo,a030jtn01.yaml
create mode 100644 drivers/gpu/drm/panel/panel-auo-a030jtn01.c
--
2.39.0
Powered by blists - more mailing lists