All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Thierry Reding <thierry.reding@gmail.com>,
	dri-devel@lists.freedesktop.org
Cc: David Airlie <airlied@linux.ie>,
	intel-gfx@lists.freedesktop.org,
	Stefan Mavrodiev <stefan@olimex.com>
Subject: [PATCH v2 0/2] drm/panel: drmP.h removal + small fix
Date: Sun, 26 May 2019 20:05:30 +0200	[thread overview]
Message-ID: <20190526180532.1641-1-sam@ravnborg.org> (raw)

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

             reply	other threads:[~2019-05-26 18:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-26 18:05 Sam Ravnborg [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190526180532.1641-1-sam@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=stefan@olimex.com \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.