[<prev] [next>] [day] [month] [year] [list]
Message-ID: <BY5PR02MB7009F3259F82C08023E7365AD9DD9@BY5PR02MB7009.namprd02.prod.outlook.com>
Date: Mon, 30 May 2022 21:37:50 +0530
From: Joel Selvaraj <jo@...amily.in>
To: Thierry Reding <thierry.reding@...il.com>,
Sam Ravnborg <sam@...nborg.org>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>,
Stanislav Jakubek <stano.jakubek@...il.com>,
Shawn Guo <shawnguo@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Corentin Labbe <clabbe@...libre.com>,
Linus Walleij <linus.walleij@...aro.org>,
Hao Fang <fanghao11@...wei.com>
Cc: dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
Joel Selvaraj <jo@...amily.in>
Subject: [PATCH v3 0/3] Introduce EBBG FT8719 DRM panel driver
Add bindings and DRM panel driver for EBBG FT8719 6.18" 2246x1080 DSI
video mode panel, which can be found on some Xiaomi Poco F1 phones.
The panel's backlight is managed through QCOM WLED driver.
The driver is built using linux-mdss-dsi-panel-driver-generator[1], and
additionally support for handling regulators and linking external
backlight is added.
[1] https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator
Changes in v3: (Mostly Linus Walleij's Suggestions)
- Removed ctx->prepared state variable as it's handled by the core
- Print error in dsi_dcs_write_seq macro if it fails to write
- Removed magic power on sequences as panel works fine without them
Changes in v2: (Krzysztof Kozlowski's Suggestions)
- dt-bindings: specify maxItems for reg
- dt-bindings: cleanup and simplify the panel properties
- dt-bindings: in example change "|+" to "|' and "dsi0" to "dsi"
Joel Selvaraj (3):
dt-bindings: vendor-prefixes: Add prefix for EBBG
dt-bindings: display: Add bindings for EBBG FT8719
drm/panel: introduce ebbg,ft8719 panel
.../bindings/display/panel/ebbg,ft8719.yaml | 74 +++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 7 +
drivers/gpu/drm/panel/Kconfig | 11 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-ebbg-ft8719.c | 296 ++++++++++++++++++
6 files changed, 391 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml
create mode 100644 drivers/gpu/drm/panel/panel-ebbg-ft8719.c
--
2.36.1
Powered by blists - more mailing lists