All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR renesas-drivers] R-Car DU M3-W support
@ 2016-11-15  1:47 Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2016-11-15  1:47 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc

Hi Geert,

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git drm/r8a7796/next

for you to fetch changes up to 3bd092b7a3dc1b2f82ac11c34114be4f996f7cbd:

  Merge branch 'drm/r8a7796/fcp' into drm/r8a7796/next (2016-11-15 03:35:09 
+0200)

I have split the patches in topic branches named drm/r8a7796/clk, 
drm/r8a7796/dt, drm/r8a7796/du and drm/r8a7796/fcp and have merged them all in 
drm/r8a7796/next. Please feel free to merge those topic branches instead if 
that's easier for you.

----------------------------------------------------------------
Laurent Pinchart (13):
      dt-bindings: media: renesas-fcp: Remove SoC-specific compatible strings
      arm64: dts: renesas: r8a7795: Remove FCP SoC-specific compatible strings
      arm64: dts: renesas: r8a7796: Add FCPF and FCPV instances
      arm64: dts: renesas: r8a7796: Add VSP instances
      arm64: dts: renesas: r8a7796: Add DU device to DT
      arm64: dts: renesas: r8a7796-salvator-x: Enable DU
      drm: rcar-du: Add R8A7796 device support
      clk: renesas: r8a7796: Add FCP clocks
      clk: renesas: r8a7796: Add VSP clocks
      clk: renesas: r8a7796: Add DU and LVDS clocks
      Merge branch 'drm/r8a7796/dt' into drm/r8a7796/next
      Merge branch 'drm/r8a7796/du' into drm/r8a7796/next
      Merge branch 'drm/r8a7796/fcp' into drm/r8a7796/next

 .../devicetree/bindings/display/renesas,du.txt     |   4 +-
 .../devicetree/bindings/media/renesas,fcp.txt      |   8 +-
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |  24 ++--
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts |  48 +++++++
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           | 131 ++++++++++++++++++++
 drivers/clk/renesas/r8a7796-cpg-mssr.c             |  17 +++
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              |  25 ++++
 7 files changed, 237 insertions(+), 20 deletions(-)

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [GIT PULL FOR renesas-drivers] R-Car DU M3-W support
@ 2016-11-15  1:51 Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2016-11-15  1:51 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc

Hi Geert,

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git drm/next/lvds

for you to fetch changes up to d2a726e6d677e4032595569b3e7cddefe638cd84:

  arm64: dts: r8a7795: salvator-x: Add DU LVDS output endpoint (2016-11-15 02:39:36 +0200)

----------------------------------------------------------------
Koji Matsuoka (3):
      drm: rcar-du: Fix display timing controller parameter
      drm: rcar-du: Fix H/V sync signal polarity configuration
      drm: rcar-du: Fix LVDS start sequence on Gen3

Laurent Pinchart (13):
      video: of: Constify node argument to display timing functions
      drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init()
      drm: rcar-du: Bring HDMI encoder comments in line with the driver
      drm: rcar-du: Remove test for impossible error condition
      drm: rcar-du: Remove memory allocation error message
      drm: rcar-du: Fix crash in encoder failure error path
      drm: rcar-du: Simplify and fix probe error handling
      drm: rcar-du: Add R8A7796 support
      drm: rcar-du: Fix dot clock routing configuration
      devicetree/bindings: display: Add bindings for LVDS panels
      drm: rcar-du: Add support for LVDS mode selection
      ARM: shmobile: dts: Switch to panel-lvds bindings for Mitsubishi panels
      arm64: dts: r8a7795: salvator-x: Add DU LVDS output endpoint

Sergei Shtylyov (1):
      drm: rcar-du: Add R8A7792 support

 .../bindings/display/panel/panel-lvds.txt          | 119 ++++++++++++++++++++
 .../devicetree/bindings/display/renesas,du.txt     |  12 +-
 arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi     |   3 +-
 arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi     |   3 +-
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |   4 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              |  83 +++++++++-----
 drivers/gpu/drm/rcar-du/rcar_du_group.c            |  22 ++--
 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c          |   4 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c              |  17 ++-
 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.c          |  30 +++--
 drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.h          |  13 +++
 drivers/video/of_display_timing.c                  |   6 +-
 include/video/of_display_timing.h                  |  15 +--
 16 files changed, 295 insertions(+), 75 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/panel-lvds.txt

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2016-11-15  1:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15  1:47 [GIT PULL FOR renesas-drivers] R-Car DU M3-W support Laurent Pinchart
  -- strict thread matches above, loose matches on Subject: below --
2016-11-15  1:51 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.