All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/bridge: drop drmP.h usage
@ 2019-05-19 18:36 Sam Ravnborg
  2019-05-19 18:36 ` [PATCH v2 1/2] drm/bridge: make dw_mipi_dsi.h self-contained Sam Ravnborg
  2019-05-19 18:36 ` [PATCH v2 2/2] drm/bridge: drop drmP.h usage Sam Ravnborg
  0 siblings, 2 replies; 6+ messages in thread
From: Sam Ravnborg @ 2019-05-19 18:36 UTC (permalink / raw)
  To: dri-devel
  Cc: Martyn Welch, David Airlie, Peter Senna Tschudin,
	Laurent Pinchart, Martin Donnelly

To avoid that people start to pick up bad habits
get rid of the deprecated drmP.h in all of the bridge/ code.

Build tested using allmodconfig/allyesconfig with
arm, x86, alpha (that has a tendency to break) and a few more

v2:
Sort include blocks like this:
#include <linux/*>

#include <media/*>

#include <drm/*>

#include "foo.h"

And within each block sort alphabetically.
Laurent pointed out the order of the blocks was not consistent.
And it was not consistent what was in each block.

The re-ordering caused the build to fail due to dw_mipi_dsi.h.
Fix so this header becomes self-contained to avoid this.

Sam Ravnborg (2):
      drm/bridge: make dw_mipi_dsi.h self-contained
      drm/bridge: drop drmP.h usage

 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c       |  8 +++----
 drivers/gpu/drm/bridge/analogix-anx78xx.c          |  8 +++----
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 18 +++++++--------
 drivers/gpu/drm/bridge/dumb-vga-dac.c              |  2 +-
 drivers/gpu/drm/bridge/lvds-encoder.c              | 10 ++++----
 .../drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c   |  3 ++-
 drivers/gpu/drm/bridge/nxp-ptn3460.c               |  3 ++-
 drivers/gpu/drm/bridge/panel.c                     |  5 ++--
 drivers/gpu/drm/bridge/parade-ps8622.c             |  3 ++-
 drivers/gpu/drm/bridge/sii902x.c                   |  3 ++-
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c          | 27 +++++++++++-----------
 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c      |  9 +++++---
 drivers/gpu/drm/bridge/tc358764.c                  | 14 +++++++----
 drivers/gpu/drm/bridge/thc63lvd1024.c              | 10 ++++----
 drivers/gpu/drm/bridge/ti-sn65dsi86.c              | 18 ++++++++-------
 drivers/gpu/drm/bridge/ti-tfp410.c                 |  4 ++--
 include/drm/bridge/dw_mipi_dsi.h                   |  8 +++++++
 17 files changed, 89 insertions(+), 64 deletions(-)

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

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

end of thread, other threads:[~2019-05-20 18:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-19 18:36 [PATCH v2 0/2] drm/bridge: drop drmP.h usage Sam Ravnborg
2019-05-19 18:36 ` [PATCH v2 1/2] drm/bridge: make dw_mipi_dsi.h self-contained Sam Ravnborg
2019-05-19 21:15   ` Laurent Pinchart
2019-05-19 18:36 ` [PATCH v2 2/2] drm/bridge: drop drmP.h usage Sam Ravnborg
2019-05-19 21:22   ` Laurent Pinchart
2019-05-20 18:06     ` Sam Ravnborg

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.