All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
@ 2023-01-24 10:12 ` Aradhya Bhatia
  0 siblings, 0 replies; 28+ messages in thread
From: Aradhya Bhatia @ 2023-01-24 10:12 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Tomi Valkeinen, Jyri Sarha,
	David Airlie, Daniel Vetter, Laurent Pinchart, Thierry Reding,
	Sam Ravnborg, Maxime Ripard, Liam Girdwood, Mark Brown,
	Lad Prabhakar, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Matthias Brugger, Guo Ren
  Cc: DRI Development List, Devicetree List, Linux Kernel List,
	Linux RISC-V List, Linux ARM Kernel List, Linux Mediatek List,
	Linux C-SKY Arch List, Nishanth Menon, Vignesh Raghavendra,
	Rahul T R, Devarsh Thakkar, Jai Luthra, Jayesh Choudhary,
	Aradhya Bhatia

Hi all,

Microtips Technology Solutions USA, and Lincoln Technology Solutions are
2 display panel vendors, and the first 2 patches add their vendor
prefixes.

The third patch introduces a dt-binding for generic dual-link LVDS
panels. These panels do not have any documented constraints, except for
their timing characteristics. Further, these panels have 2 pixel-sinks.
In a dual-link connection between an LVDS encoder and the panel, one
sink accepts the odd set of LVDS pixels and the other, the even set.

The fourth patch introduces driver support for the 'panel-dual-lvds'
in the panel-lvds driver, by adding the compatible.

A lot of this has been based from the Advantech,idk-2121wr dual-link
panel[1] and Maxime's patches for generic LVDS panels[2] (which are
single-link by default.) and the discussions that happened before they
were finally merged.

Thank you!

[1]: https://patchwork.freedesktop.org/patch/357122/
[2]: https://patchwork.freedesktop.org/patch/471228/

Changes in V2:
==============
  - Rebased to latest linux-next.
  - Made dt-binding syntax corrections in Patch 3/4, based on comments
    by Krzysztof Kozlowski and Laurent Pinchart.

V1: https://lore.kernel.org/all/20230103064615.5311-1-a-bhatia1@ti.com/

Aradhya Bhatia (4):
  dt-bindings: vendor-prefixes: Add microtips
  dt-bindings: vendor-prefixes: Add lincolntech
  dt-bindings: panel: Introduce dual-link LVDS panel
  drm: panel-lvds: Introduce dual-link panels

 .../display/panel/panel-dual-lvds.yaml        | 149 ++++++++++++++++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   4 +
 MAINTAINERS                                   |   1 +
 drivers/gpu/drm/panel/panel-lvds.c            |   1 +
 4 files changed, 155 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/panel-dual-lvds.yaml

-- 
2.39.0


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

end of thread, other threads:[~2023-02-03  6:23 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 10:12 [PATCH v2 0/4] dt-bindings: Introduce dual-link panels & panel-vendors Aradhya Bhatia
2023-01-24 10:12 ` Aradhya Bhatia
2023-01-24 10:12 ` Aradhya Bhatia
2023-01-24 10:12 ` Aradhya Bhatia
2023-01-24 10:12 ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add microtips Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12 ` [PATCH v2 2/4] dt-bindings: vendor-prefixes: Add lincolntech Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12 ` [PATCH v2 3/4] dt-bindings: panel: Introduce dual-link LVDS panel Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-30 17:04   ` Rob Herring
2023-01-30 17:04     ` Rob Herring
2023-01-30 17:04     ` Rob Herring
2023-01-30 17:04     ` Rob Herring
2023-02-03  6:21     ` Aradhya Bhatia
2023-02-03  6:21       ` Aradhya Bhatia
2023-02-03  6:21       ` Aradhya Bhatia
2023-02-03  6:21       ` Aradhya Bhatia
2023-01-24 10:12 ` [PATCH v2 4/4] drm: panel-lvds: Introduce dual-link panels Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia
2023-01-24 10:12   ` Aradhya Bhatia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.