public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ARM: tegra: Enable DSI and panel support
@ 2013-10-07 11:48 Thierry Reding
       [not found] ` <1381146528-18069-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Thierry Reding @ 2013-10-07 11:48 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA

This series enables DSI, HDMI and gr2d support on Dalmore as well as
panel support for Cardhu and Harmony.

The DRM_PANEL and DRM_PANEL_SIMPLE Kconfig symbols enabled in patch 9
are introduced by the following patch series:

	[PATCH v2 00/27] drm/tegra: Repatriation and DSI support

Perhaps a good solution would be to postpone applying patch 9 until
after 3.13-rc1, so that the symbols are there when the above series
has gone in during the merge window.

Thierry

Mikko Perttunen (2):
  ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree
  ARM: tegra: Enable HDMI support on Dalmore

Thierry Reding (7):
  ARM: tegra: Enable LVDS and HDMI on Cardhu
  ARM: tegra: Enable LVDS output on Harmony
  ARM: tegra: Add MIPI calibration DT entries for Tegra114
  ARM: tegra: Add Tegra114 DSI support
  ARM: tegra: Add Tegra114 gr2d support
  ARM: tegra: Enable DSI support on Dalmore
  ARM: tegra: Enable DRM panel support

 arch/arm/boot/dts/tegra114-dalmore.dts         | 74 +++++++++++++++++------
 arch/arm/boot/dts/tegra114.dtsi                | 84 ++++++++++++++++++++++++++
 arch/arm/boot/dts/tegra20-harmony.dts          | 40 +++++++++++-
 arch/arm/boot/dts/tegra30-cardhu.dtsi          | 52 +++++++++++++++-
 arch/arm/configs/tegra_defconfig               |  2 +
 include/dt-bindings/gpu/host1x/tegra114-mipi.h | 11 ++++
 6 files changed, 240 insertions(+), 23 deletions(-)
 create mode 100644 include/dt-bindings/gpu/host1x/tegra114-mipi.h

-- 
1.8.4

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

end of thread, other threads:[~2013-10-08 16:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 11:48 [PATCH 0/9] ARM: tegra: Enable DSI and panel support Thierry Reding
     [not found] ` <1381146528-18069-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-07 11:48   ` [PATCH 1/9] ARM: tegra: Enable LVDS and HDMI on Cardhu Thierry Reding
2013-10-07 11:48   ` [PATCH 2/9] ARM: tegra: Enable LVDS output on Harmony Thierry Reding
     [not found]     ` <1381146528-18069-3-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-07 21:14       ` Stephen Warren
     [not found]         ` <52532432.6040101-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-10-08  9:55           ` Thierry Reding
2013-10-07 11:48   ` [PATCH 3/9] ARM: tegra: Add MIPI calibration DT entries for Tegra114 Thierry Reding
     [not found]     ` <1381146528-18069-4-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-07 21:16       ` Stephen Warren
     [not found]         ` <5253249B.6010008-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-10-08 10:05           ` Thierry Reding
     [not found]             ` <20131008100529.GE19633-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2013-10-08 16:17               ` Stephen Warren
2013-10-07 11:48   ` [PATCH 4/9] ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree Thierry Reding
     [not found]     ` <1381146528-18069-5-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-07 21:19       ` Stephen Warren
     [not found]         ` <52532546.1010506-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-10-08 11:04           ` Thierry Reding
2013-10-07 11:48   ` [PATCH 5/9] ARM: tegra: Add Tegra114 DSI support Thierry Reding
     [not found]     ` <1381146528-18069-6-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-07 21:21       ` Stephen Warren
     [not found]         ` <525325C2.10107-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-10-08 11:07           ` Thierry Reding
2013-10-07 11:48   ` [PATCH 6/9] ARM: tegra: Add Tegra114 gr2d support Thierry Reding
2013-10-07 11:48   ` [PATCH 7/9] ARM: tegra: Enable DSI support on Dalmore Thierry Reding
     [not found]     ` <1381146528-18069-8-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-10-07 21:25       ` Stephen Warren
     [not found]         ` <525326E0.7080703-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-10-08 11:22           ` Thierry Reding
2013-10-07 11:48   ` [PATCH 8/9] ARM: tegra: Enable HDMI " Thierry Reding
2013-10-07 11:48   ` [PATCH 9/9] ARM: tegra: Enable DRM panel support Thierry Reding
2013-10-07 21:27   ` [PATCH 0/9] ARM: tegra: Enable DSI and " Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox