linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/8] Doc/DT: DT bindings for various display components
@ 2014-03-18  8:15 Tomi Valkeinen
       [not found] ` <1395130547-18633-1-git-send-email-tomi.valkeinen-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 18+ messages in thread
From: Tomi Valkeinen @ 2014-03-18  8:15 UTC (permalink / raw)
  To: linux-fbdev, dri-devel, devicetree, linux-arm-kernel
  Cc: Russell King - ARM Linux, Daniel Vetter, Tomi Valkeinen,
	Sascha Hauer, Tomasz Figa, Archit Taneja, Inki Dae, Andrzej Hajda,
	Rob Clark, Thierry Reding, Geert Uytterhoeven, Laurent Pinchart,
	Philipp Zabel, Sebastian Hesselbarth

Hi,

This is v2 of the series adding DT bindings for various display components. The
v1 can be found from [1].

The changes for v2:

* abbreviated endpoint format dropped (nacked)
* MIPI DPI panel dropped (missing backlight handling, delayed to 3.16)
* dvi-connector: add properties for analog/digital/dual-link
* hdmi-connector: add connector type
* split 'gpios' property to named gpios
* use 'clocks' properties for OMAP DSS components
* removed 'simple-bus' from OMAP DSS Core's compatible strings

[1] http://article.gmane.org/gmane.linux.drivers.devicetree/63885

 Tomi

Tomi Valkeinen (8):
  Doc/DT: Add DT binding documentation for OMAP DSS
  Doc/DT: Add DT binding documentation for Analog TV Connector
  Doc/DT: Add DT binding documentation for DVI Connector
  Doc/DT: Add DT binding documentation for HDMI Connector
  Doc/DT: Add DT binding documentation for MIPI DSI CM Panel
  Doc/DT: Add DT binding documentation for Sony acx565akm panel
  Doc/DT: Add DT binding documentation for TFP410 encoder
  Doc/DT: Add DT binding documentation for tpd12s015 encoder

 .../bindings/video/analog-tv-connector.txt         |  25 +++
 .../devicetree/bindings/video/dvi-connector.txt    |  35 ++++
 .../devicetree/bindings/video/hdmi-connector.txt   |  28 +++
 .../devicetree/bindings/video/panel-dsi-cm.txt     |  29 +++
 .../devicetree/bindings/video/sony,acx565akm.txt   |  30 +++
 .../devicetree/bindings/video/ti,omap-dss.txt      | 211 +++++++++++++++++++++
 .../devicetree/bindings/video/ti,omap2-dss.txt     |  54 ++++++
 .../devicetree/bindings/video/ti,omap3-dss.txt     |  83 ++++++++
 .../devicetree/bindings/video/ti,omap4-dss.txt     | 111 +++++++++++
 .../devicetree/bindings/video/ti,tfp410.txt        |  41 ++++
 .../devicetree/bindings/video/ti,tpd12s015.txt     |  44 +++++
 11 files changed, 691 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/analog-tv-connector.txt
 create mode 100644 Documentation/devicetree/bindings/video/dvi-connector.txt
 create mode 100644 Documentation/devicetree/bindings/video/hdmi-connector.txt
 create mode 100644 Documentation/devicetree/bindings/video/panel-dsi-cm.txt
 create mode 100644 Documentation/devicetree/bindings/video/sony,acx565akm.txt
 create mode 100644 Documentation/devicetree/bindings/video/ti,omap-dss.txt
 create mode 100644 Documentation/devicetree/bindings/video/ti,omap2-dss.txt
 create mode 100644 Documentation/devicetree/bindings/video/ti,omap3-dss.txt
 create mode 100644 Documentation/devicetree/bindings/video/ti,omap4-dss.txt
 create mode 100644 Documentation/devicetree/bindings/video/ti,tfp410.txt
 create mode 100644 Documentation/devicetree/bindings/video/ti,tpd12s015.txt

-- 
1.8.3.2


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

end of thread, other threads:[~2014-03-19  9:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18  8:15 [PATCHv2 0/8] Doc/DT: DT bindings for various display components Tomi Valkeinen
     [not found] ` <1395130547-18633-1-git-send-email-tomi.valkeinen-l0cyMroinI0@public.gmane.org>
2014-03-18  8:15   ` [PATCHv2 1/8] Doc/DT: Add DT binding documentation for OMAP DSS Tomi Valkeinen
2014-03-18  8:15   ` [PATCHv2 2/8] Doc/DT: Add DT binding documentation for Analog TV Connector Tomi Valkeinen
2014-03-18  8:40     ` Geert Uytterhoeven
2014-03-18  8:52       ` Tomi Valkeinen
2014-03-18  8:15   ` [PATCHv2 3/8] Doc/DT: Add DT binding documentation for DVI Connector Tomi Valkeinen
2014-03-18  8:15   ` [PATCHv2 4/8] Doc/DT: Add DT binding documentation for HDMI Connector Tomi Valkeinen
2014-03-18  8:43     ` Philipp Zabel
2014-03-18 23:43       ` Laurent Pinchart
2014-03-19  8:03         ` Philipp Zabel
2014-03-19  8:11           ` Tomi Valkeinen
2014-03-19  8:22             ` Philipp Zabel
2014-03-19  9:08               ` Tomi Valkeinen
2014-03-19  9:36                 ` Philipp Zabel
2014-03-18  8:15   ` [PATCHv2 5/8] Doc/DT: Add DT binding documentation for MIPI DSI CM Panel Tomi Valkeinen
2014-03-18  8:15   ` [PATCHv2 6/8] Doc/DT: Add DT binding documentation for Sony acx565akm panel Tomi Valkeinen
2014-03-18  8:15   ` [PATCHv2 7/8] Doc/DT: Add DT binding documentation for TFP410 encoder Tomi Valkeinen
2014-03-18  8:15   ` [PATCHv2 8/8] Doc/DT: Add DT binding documentation for tpd12s015 encoder Tomi Valkeinen

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).