dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [GIT PULL] drm/panel: Changes for v3.20-rc1
Date: Fri, 23 Jan 2015 14:56:06 +0100	[thread overview]
Message-ID: <1422021366-4137-1-git-send-email-thierry.reding@gmail.com> (raw)

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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2015-01-23 13:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23 13:56 Thierry Reding [this message]
2015-01-26  9:07 ` [GIT PULL] drm/panel: Changes for v3.20-rc1 Jani Nikula
2015-01-26  9:53   ` Thierry Reding
2015-01-26 10:28     ` Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2015-01-28  9:04 Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422021366-4137-1-git-send-email-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox