All of lore.kernel.org
 help / color / mirror / Atom feed
* [v3 0/2] Add driver for BOE tv110c9m-ll3 panel
@ 2021-08-26 11:03 yangcong
  2021-08-26 11:03 ` [v3 1/2] drm/panel: support for BOE tv1110c9m-ll3 wuxga dsi video mode panel yangcong
  2021-08-26 11:03 ` [v3 2/2] dt-bindngs: display: panel: Add BOE tv110c9m-ll3 panel bindings yangcong
  0 siblings, 2 replies; 6+ messages in thread
From: yangcong @ 2021-08-26 11:03 UTC (permalink / raw)
  To: thierry.reding, sam, airlied, daniel, dianders
  Cc: dri-devel, devicetree, linux-kernel, yangcong

Documentation/devicetree/bindings/display/panel/boe,tv110c9m-ll3.yaml:

Compared with v2, delete pinctrl in examples dts.

-            pinctrl-names = "default";
-            pinctrl-0 = <&vdd_reset_1800>;

yangcong (2):
  drm/panel: support for BOE tv1110c9m-ll3 wuxga dsi video mode panel
  dt-bindngs: display: panel: Add BOE tv110c9m-ll3 panel bindings

 .../display/panel/boe,tv110c9m-ll3.yaml       |   81 +
 drivers/gpu/drm/panel/Kconfig                 |   10 +
 drivers/gpu/drm/panel/Makefile                |    1 +
 drivers/gpu/drm/panel/panel-boe-tv110c9m.c    | 1303 +++++++++++++++++
 4 files changed, 1395 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/boe,tv110c9m-ll3.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-boe-tv110c9m.c

-- 
2.25.1


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

end of thread, other threads:[~2021-08-26 17:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 11:03 [v3 0/2] Add driver for BOE tv110c9m-ll3 panel yangcong
2021-08-26 11:03 ` [v3 1/2] drm/panel: support for BOE tv1110c9m-ll3 wuxga dsi video mode panel yangcong
2021-08-26 17:21   ` Doug Anderson
2021-08-26 17:21     ` Doug Anderson
2021-08-26 11:03 ` [v3 2/2] dt-bindngs: display: panel: Add BOE tv110c9m-ll3 panel bindings yangcong
2021-08-26 13:26   ` Rob Herring

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.