Hi Dave, The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-3.20-rc1 for you to fetch changes up to c618c446adffebd4a0593f387952e450ac191a00: Documentation: bridge: Add documentation for ps8622 DT properties (2015-01-23 14:40:24 +0100) Thanks, Thierry ---------------------------------------------------------------- drm/panel: Changes for v3.20-rc1 This contains the long-awaited drm_bridge series that makes Chromebooks work for people. I had thought this would've been perfect by now, but then I go and build test it and the first thing it does is yell about a recursive dependency. I fixed that up because I was feeling bad for not getting around to look at this earlier. Biseds that there is new support for two more panels, a couple of fixup patches to the Sharp LQ101R1SX01 dual-channel DSI panel driver and a potential NULL pointer dereference fix. ---------------------------------------------------------------- Ajay Kumar (11): drm/bridge: ptn3460: Few trivial cleanups drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init drm/bridge: make bridge registration independent of drm flow drm/bridge: ptn3460: Convert to I2C driver model drm/exynos: dp: support drm_bridge drm/bridge: ptn3460: support drm_panel drm/bridge: ptn3460: probe connector at the end of bridge attach drm/bridge: ptn3460: use gpiod interface Documentation: drm: bridge: move to video/bridge Documentation: devicetree: Add vendor prefix for parade Documentation: bridge: Add documentation for ps8622 DT properties Philipp Zabel (4): of: Add vendor prefix for Giantplus Technology Co., Ltd. drm/panel: simple: Add support for Giantplus GPG482739QS5 of: Add vendor prefix for Shanghai AVIC Optoelectronics Co., Ltd. drm/panel: simple: Add AVIC TM070DDH03 panel support Thierry Reding (4): drm/mipi-dsi: Avoid potential NULL pointer dereference drm/panel: sharp: lq101r1sx01: Add delay after display on drm/panel: sharp: lq101r1sx01: Respect power timings drm/panel: sharp: lq101r1sx01: Remove unneeded include .../devicetree/bindings/panel/avic,tm070ddh03.txt | 7 + .../bindings/panel/giantplus,gpg482739qs5.txt | 7 + .../devicetree/bindings/vendor-prefixes.txt | 3 + .../devicetree/bindings/video/bridge/ps8622.txt | 31 +++ .../bindings/{drm => video}/bridge/ptn3460.txt | 16 +- .../devicetree/bindings/video/exynos_dp.txt | 12 + drivers/gpu/drm/Makefile | 2 +- drivers/gpu/drm/bridge/Kconfig | 3 + drivers/gpu/drm/bridge/ptn3460.c | 310 +++++++++++++-------- drivers/gpu/drm/drm_bridge.c | 91 ++++++ drivers/gpu/drm/drm_crtc.c | 70 ----- drivers/gpu/drm/drm_mipi_dsi.c | 6 +- drivers/gpu/drm/exynos/exynos_dp_core.c | 53 ++-- drivers/gpu/drm/exynos/exynos_dp_core.h | 1 + drivers/gpu/drm/msm/hdmi/hdmi.c | 4 +- drivers/gpu/drm/msm/hdmi/hdmi.h | 1 + drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 7 +- drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 33 ++- drivers/gpu/drm/panel/panel-simple.c | 57 ++++ drivers/gpu/drm/sti/sti_hda.c | 11 +- drivers/gpu/drm/sti/sti_hdmi.c | 11 +- include/drm/bridge/ptn3460.h | 8 + include/drm/drm_crtc.h | 27 +- 23 files changed, 503 insertions(+), 268 deletions(-) create mode 100644 Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt create mode 100644 Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt create mode 100644 Documentation/devicetree/bindings/video/bridge/ps8622.txt rename Documentation/devicetree/bindings/{drm => video}/bridge/ptn3460.txt (65%) create mode 100644 drivers/gpu/drm/drm_bridge.c _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel