All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.19] [v2] R-Car DU changes
@ 2014-11-26 18:20 Laurent Pinchart
  0 siblings, 0 replies; only message in thread
From: Laurent Pinchart @ 2014-11-26 18:20 UTC (permalink / raw)
  To: dri-devel; +Cc: Simon Horman, magnus.damm

Hi Dave,

Here's an updated pull request that adds HDMI support to the R-Car DU driver, 
including a new slave encoder driver for the adv7511. Could you please pull it 
for v3.19 ?

The branch is based on a merge of drm-next and Simon's tags/renesas-dt-du-for-
v3.19 available at 
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git, the latter 
having been pulled in the ARM SoC tree for v3.19.

Compared to v1, I've rebased my branch on a later drm-next, added Julia's 
error return code fix, and documented the "drm: Decouple EDID parsing from I2C 
adapter" patch properly.

The following changes since commit a218df07ca71eb3b640b7e58c61f4ff84d2ebaad:

  Merge tag 'tags/renesas-dt-du-for-v3.19' into drm/next/adv7511-base 
(2014-11-26 01:38:43 +0200)

are available in the git repository at:

  git://linuxtv.org/pinchartl/fbdev.git drm/du/adv7511

for you to fetch changes up to 9c8af882bf1230bb85c1dbf67e0dde6888223ceb:

  drm: Add adv7511 encoder driver (2014-11-26 20:09:40 +0200)

----------------------------------------------------------------
Julia Lawall (1):
      drm: rcar-du: fix error return code

Lars-Peter Clausen (2):
      drm: Decouple EDID parsing from I2C adapter
      drm: Add adv7511 encoder driver

Laurent Pinchart (6):
      drm: rcar-du: Remove platform data support
      drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()
      drm: rcar-du: Replace direct DRM encoder access with cast macro
      drm: rcar-du: Replace drm_encoder with drm_slave_encoder
      drm: rcar-du: Add HDMI encoder and connector support
      video: Add ADV751[13] DT bindings documentation

 Documentation/devicetree/bindings/video/adi,adv7511.txt |   88 ++
 drivers/gpu/drm/drm_edid.c                              |   43 +-
 drivers/gpu/drm/i2c/Kconfig                             |    6 +
 drivers/gpu/drm/i2c/Makefile                            |    2 +
 drivers/gpu/drm/i2c/adv7511.c                           | 1010 ++++++++++++++
 drivers/gpu/drm/i2c/adv7511.h                           |  289 +++++++
 drivers/gpu/drm/rcar-du/Kconfig                         |   11 +-
 drivers/gpu/drm/rcar-du/Makefile                        |    2 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  |    2 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h                  |   10 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                   |    4 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |    2 -
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c               |   45 +-
 drivers/gpu/drm/rcar-du/rcar_du_encoder.h               |   23 +-
 drivers/gpu/drm/rcar-du/rcar_du_hdmicon.c               |  118 +++
 drivers/gpu/drm/rcar-du/rcar_du_hdmicon.h               |   31 +
 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c               |  151 ++++
 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.h               |   35 +
 drivers/gpu/drm/rcar-du/rcar_du_kms.c                   |   53 +-
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c               |   31 +-
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.h               |    2 -
 drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.h               |    1 -
 drivers/gpu/drm/rcar-du/rcar_du_vgacon.c                |    5 +-
 include/drm/drm_edid.h                                  |    5 +
 include/linux/platform_data/rcar-du.h                   |   74 --
 25 files changed, 1862 insertions(+), 181 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/video/adi,adv7511.txt
 create mode 100644 drivers/gpu/drm/i2c/adv7511.c
 create mode 100644 drivers/gpu/drm/i2c/adv7511.h
 create mode 100644 drivers/gpu/drm/rcar-du/rcar_du_hdmicon.c
 create mode 100644 drivers/gpu/drm/rcar-du/rcar_du_hdmicon.h
 create mode 100644 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c
 create mode 100644 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.h
 delete mode 100644 include/linux/platform_data/rcar-du.h

-- 
Regards,

Laurent Pinchart

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-26 18:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 18:20 [GIT PULL FOR v3.19] [v2] R-Car DU changes Laurent Pinchart

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.