linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR renesas-drivers] DU -next branch
@ 2018-12-16 17:12 Laurent Pinchart
  2018-12-17 13:42 ` Geert Uytterhoeven
  2019-04-30 10:38 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Laurent Pinchart @ 2018-12-16 17:12 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc

Hi Geert,

The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:

  Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e4b271f20598eb17c60a508dcba1e35a4f9d2a8c:

  drm: rcar-du: Disable unused DPAD outputs (2018-12-16 13:55:03 +0200)

They contain all the pending DU patches, scheduled for v4.22, on top of Dave's 
latest drm-next branch.

----------------------------------------------------------------
Fabrizio Castro (4):
      dt-bindings: display: renesas: du: Document r8a774c0 bindings
      dt-bindings: display: renesas: lvds: Document r8a774c0 bindings
      drm: rcar-du: Add r8a774c0 device support
      drm: rcar-du: lvds: add R8A774C0 support

Geert Uytterhoeven (1):
      drm: rcar-du: Convert live DT patches to sugar syntax

Laurent Pinchart (4):
      drm: rcar-du: dw-hdmi: Reject modes with a too high clock frequency
      drm: rcar-du: Replace EXT_CTRL_REGS feature flag with generation check
      drm: rcar-du: Move CRTC outputs bitmask to private CRTC state
      drm: rcar-du: Disable unused DPAD outputs

 .../devicetree/bindings/display/bridge/renesas,lvds.txt |  3 +-
 .../devicetree/bindings/display/renesas,du.txt          |  2 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c                  | 42 ++++++-----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h                  |  7 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c                   | 41 +++++++----
 drivers/gpu/drm/rcar-du/rcar_du_drv.h                   |  8 +--
 drivers/gpu/drm/rcar-du/rcar_du_encoder.c               | 10 ---
 drivers/gpu/drm/rcar-du/rcar_du_group.c                 | 51 ++++++++++++--
 drivers/gpu/drm/rcar-du/rcar_du_kms.c                   | 22 ++++++
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts     | 93 +++++++---------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts     | 53 ++++++--------
 drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c                  | 15 ++++
 drivers/gpu/drm/rcar-du/rcar_lvds.c                     |  1 +
 16 files changed, 278 insertions(+), 229 deletions(-)

-- 
Regards,

Laurent Pinchart




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

* Re: [GIT PULL FOR renesas-drivers] DU -next branch
  2018-12-16 17:12 [GIT PULL FOR renesas-drivers] DU -next branch Laurent Pinchart
@ 2018-12-17 13:42 ` Geert Uytterhoeven
  2019-04-30 10:38 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-12-17 13:42 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas

Hi Laurent,

On Sun, Dec 16, 2018 at 6:11 PM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:
>
>   Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
> linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)
>
> are available in the Git repository at:
>
>   git://linuxtv.org/pinchartl/media.git drm/du/next
>
> for you to fetch changes up to e4b271f20598eb17c60a508dcba1e35a4f9d2a8c:
>
>   drm: rcar-du: Disable unused DPAD outputs (2018-12-16 13:55:03 +0200)
>
> They contain all the pending DU patches, scheduled for v4.22, on top of Dave's
> latest drm-next branch.

Thank you, this merges cleanly into today's linux-next.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [GIT PULL FOR renesas-drivers] DU -next branch
  2018-12-16 17:12 [GIT PULL FOR renesas-drivers] DU -next branch Laurent Pinchart
  2018-12-17 13:42 ` Geert Uytterhoeven
@ 2019-04-30 10:38 ` Geert Uytterhoeven
  2019-04-30 11:03   ` Laurent Pinchart
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-04-30 10:38 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas

Hi Laurent,

On Sun, Dec 16, 2018 at 6:11 PM Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:
>
>   Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
> linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)
>
> are available in the Git repository at:
>
>   git://linuxtv.org/pinchartl/media.git drm/du/next

Please rebase your branch. It conflicts due to newer versions of some commits
having been accepted in an upstream integration tree.

Thanks!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [GIT PULL FOR renesas-drivers] DU -next branch
  2019-04-30 10:38 ` Geert Uytterhoeven
@ 2019-04-30 11:03   ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2019-04-30 11:03 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas

Hi Geert,

On Tue, Apr 30, 2019 at 12:38:40PM +0200, Geert Uytterhoeven wrote:
> On Sun, Dec 16, 2018 at 6:11 PM Laurent Pinchart wrote:
> > The following changes since commit 272c1a9b493986a95219dce674c49877d98cf90f:
> >
> >   Merge tag 'exynos-drm-next-for-v4.21-v2' of git://git.kernel.org/pub/scm/
> > linux/kernel/git/daeinki/drm-exynos into drm-next (2018-12-14 11:27:24 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://linuxtv.org/pinchartl/media.git drm/du/next
> 
> Please rebase your branch. It conflicts due to newer versions of some commits
> having been accepted in an upstream integration tree.

Thank you for the notification. v5.1 is about to be released, I plan to
rebase then.

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2019-04-30 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-16 17:12 [GIT PULL FOR renesas-drivers] DU -next branch Laurent Pinchart
2018-12-17 13:42 ` Geert Uytterhoeven
2019-04-30 10:38 ` Geert Uytterhoeven
2019-04-30 11:03   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).