All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] R-Car DU fixes and cleanups
@ 2016-10-04 12:31 Laurent Pinchart
  2016-10-04 12:31 ` [PATCH 1/6] video: of: Constify node argument to display timing functions Laurent Pinchart
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Laurent Pinchart @ 2016-10-04 12:31 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-renesas-soc, David Airlie, Tomi Valkeinen

Hello,

This patch series contains five simple cleanups and fixes for the rcar-du-drm
driver, as well as an argument constification patch for video/of.

The patches themselves are straightforward, see individual commit messages for
details. Patch 2/6 (normally merged through the DRM tree) depends on patch 1/6
(normally merged through the fbdev tree). As they don't conflict with patches
3/6 to 6/6, we can either merge the whole series through the DRM tree, or
merge patches 1/6 and 2/6 through the fbdev tree and the rest through the DRM
tree.

My preference would go for merging the whole series through the DRM tree to
avoid potential conflicts with the other patches I'm working on for v4.10.
There is no foreseen conflict at the moment, but I might rework encoder
handling in the driver that could possibly result in a conflict. Dave, Tomi,
any preference ? If you're fine with patches not going through your tree,
could you please ack them ?

Cc: David Airlie <airlied@linux.ie>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>

Laurent Pinchart (6):
  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

 drivers/gpu/drm/rcar-du/rcar_du_drv.c     |  6 ------
 drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c |  4 ++--
 drivers/gpu/drm/rcar-du/rcar_du_kms.c     | 10 +++++-----
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_lvdscon.h |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c |  4 +---
 drivers/video/of_display_timing.c         |  6 +++---
 include/video/of_display_timing.h         | 15 ++++++++-------
 8 files changed, 21 insertions(+), 28 deletions(-)

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2016-10-21 13:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04 12:31 [PATCH 0/6] R-Car DU fixes and cleanups Laurent Pinchart
2016-10-04 12:31 ` [PATCH 1/6] video: of: Constify node argument to display timing functions Laurent Pinchart
2016-10-21 13:26   ` Tomi Valkeinen
2016-10-21 13:26     ` Tomi Valkeinen
2016-10-04 12:31 ` [PATCH 2/6] drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init() Laurent Pinchart
2016-10-04 12:31 ` [PATCH 3/6] drm: rcar-du: Bring HDMI encoder comments in line with the driver Laurent Pinchart
2016-10-04 12:31 ` [PATCH 4/6] drm: rcar-du: Remove test for impossible error condition Laurent Pinchart
2016-10-04 12:31   ` Laurent Pinchart
2016-10-04 12:31 ` [PATCH 5/6] drm: rcar-du: Remove memory allocation error message Laurent Pinchart
2016-10-04 12:31 ` [PATCH 6/6] drm: rcar-du: Fix crash in encoder failure error path Laurent Pinchart
2016-10-04 12:31   ` Laurent Pinchart
2016-10-05  9:10 ` [PATCH 0/6] R-Car DU fixes and cleanups Gustavo Padovan
2016-10-05  9:10   ` Gustavo Padovan
2016-10-18 16:41 ` 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.