All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panel: drmP.h removal + small fix
@ 2019-05-26 18:05 Sam Ravnborg
  2019-05-26 18:05 ` [PATCH v2 1/2] drm/panel: panel-innolux: drop unused variable Sam Ravnborg
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sam Ravnborg @ 2019-05-26 18:05 UTC (permalink / raw)
  To: Thierry Reding, dri-devel; +Cc: David Airlie, intel-gfx, Stefan Mavrodiev

The header file drmP.h have been deprecated and this
set include a patch to remove the use of drmP.h in
all files in drm/panel/*.

The patchset has been build tested with x86, arm, ++
in various configs.

There is a flux of incoming panels, and removing
use of drmP.h from existing files will hopefully
set the trend that new panels do not try to
reintroduce the drmP.h header file.

For all files touched the following was done:
- include files divided up in blocks in following order:
        linux/*
        video/*
        drm/*
        ""
- within each block the include files are sorted alphabetically

A trivial patch to remove an unused variable in a struct
as a separate patch.

v2:
- Dropped patches to use DRM_DEV_*.
  They were discussed but no final conclusion
- Rebased on latest drm-misc-next

	Sam


Sam Ravnborg (2):
      drm/panel: panel-innolux: drop unused variable
      drm/panel: drop drmP.h usage

 drivers/gpu/drm/panel/panel-arm-versatile.c           |  6 ++++--
 drivers/gpu/drm/panel/panel-ilitek-ili9322.c          |  9 +++++----
 drivers/gpu/drm/panel/panel-innolux-p079zca.c         | 10 ++++++----
 drivers/gpu/drm/panel/panel-jdi-lt070me05000.c        |  8 +++++---
 drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c    |  9 ++++++---
 drivers/gpu/drm/panel/panel-lg-lg4573.c               |  9 ++++++---
 drivers/gpu/drm/panel/panel-lvds.c                    |  7 +++----
 drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c    |  8 ++++----
 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c      | 11 ++++++++---
 drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c  |  7 ++++---
 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c |  4 ++--
 drivers/gpu/drm/panel/panel-raydium-rm68200.c         |  5 ++++-
 drivers/gpu/drm/panel/panel-samsung-ld9040.c          | 10 +++++++---
 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c         | 10 +++++++---
 drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c      | 11 ++++++++---
 drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c         | 12 ++++++++----
 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c           | 10 ++++++----
 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c       |  7 ++++---
 drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c       |  7 ++++---
 drivers/gpu/drm/panel/panel-simple.c                  |  9 +++++----
 drivers/gpu/drm/panel/panel-sitronix-st7789v.c        | 10 +++++++---
 drivers/gpu/drm/panel/panel-truly-nt35597.c           | 12 ++++++++----
 22 files changed, 121 insertions(+), 70 deletions(-)


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

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

end of thread, other threads:[~2019-05-28  6:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-26 18:05 [PATCH v2 0/2] drm/panel: drmP.h removal + small fix Sam Ravnborg
2019-05-26 18:05 ` [PATCH v2 1/2] drm/panel: panel-innolux: drop unused variable Sam Ravnborg
2019-05-28  6:16   ` Linus Walleij
2019-05-26 18:05 ` [PATCH v2 2/2] drm/panel: drop drmP.h usage Sam Ravnborg
2019-05-27  9:11   ` Linus Walleij
2019-05-27 10:54     ` Sam Ravnborg
2019-05-26 18:46 ` ✓ Fi.CI.BAT: success for drm/panel: drmP.h removal + small fix Patchwork
2019-05-27 12:55 ` ✗ Fi.CI.IGT: failure " Patchwork

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.