devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add JDI LPM102A188A display panel support
@ 2023-08-07 13:33 Diogo Ivo
  2023-08-07 13:33 ` [PATCH v3 1/5] dt-bindings: display: Add bindings for JDI LPM102A188A Diogo Ivo
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Diogo Ivo @ 2023-08-07 13:33 UTC (permalink / raw)
  To: neil.armstrong, sam, airlied, daniel, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, thierry.reding, dri-devel,
	devicetree, linux-tegra
  Cc: Diogo Ivo

Hello,

These patches add support for the JDI LPM102A188A display panel,
found in the Google Pixel C.

Patch 1 adds the DT bindings for the panel.

Patch 2 adds the panel driver, which is based on the downstream
kernel driver published by Google and developed by Sean Paul.

Patches 3-5 add DT nodes for the regulator, backlight controller and
display panel. 

The first version of this patch series can be found at:
https://lore.kernel.org/all/20220929170502.1034040-1-diogo.ivo@tecnico.ulisboa.pt/

The first submission of v2 can be found at:
https://lore.kernel.org/all/20221025153746.101278-1-diogo.ivo@tecnico.ulisboa.pt/

Changes in v2:
 - Patch 1: remove touchscreen reset gpio property
 - Patch 2: clear register based on its value rather than a DT property
 - Patch 3: tune backlight delay values
 - Patch 4: add generic node names, remove underscores

Changes in v3:
 - Patch 1: add Reviewed-by
 - Patch 2: fix error handling, remove enabled/prepared booleans, add
   dc/dc setting
 - Patches 3-5: Split previous patch 3 into three different patches,
   each adding a separate node 
 - removed previous patch 2 pertaining to Tegra DSI reset as it was upstreamed

Diogo Ivo (5):
  dt-bindings: display: Add bindings for JDI LPM102A188A
  drm/panel: Add driver for JDI LPM102A188A
  arm64: dts: smaug: Add DSI/CSI regulator
  arm64: dts: smaug: Add backlight node
  arm64: dts: smaug: Add display panel node

 .../display/panel/jdi,lpm102a188a.yaml        |  94 +++
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts |  66 +++
 drivers/gpu/drm/panel/Kconfig                 |  11 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c | 551 ++++++++++++++++++
 5 files changed, 723 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lpm102a188a.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c

-- 
2.41.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-08-16 16:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-07 13:33 [PATCH v3 0/5] Add JDI LPM102A188A display panel support Diogo Ivo
2023-08-07 13:33 ` [PATCH v3 1/5] dt-bindings: display: Add bindings for JDI LPM102A188A Diogo Ivo
2023-08-07 13:33 ` [PATCH v3 3/5] arm64: dts: smaug: Add DSI/CSI regulator Diogo Ivo
2023-08-07 13:33 ` [PATCH v3 4/5] arm64: dts: smaug: Add backlight node Diogo Ivo
2023-08-07 13:33 ` [PATCH v3 5/5] arm64: dts: smaug: Add display panel node Diogo Ivo
2023-08-16 16:29 ` (subset) [PATCH v3 0/5] Add JDI LPM102A188A display panel support Thierry Reding
2023-08-16 16:30 ` Thierry Reding
2023-08-16 16:57   ` neil.armstrong
2023-08-16 16:56 ` (subset) " Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).