All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: dri-devel@lists.freedesktop.org
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [PATCH 0/2] Fix module name clash with omapdrm and DRM panel modules
Date: Fri, 16 Aug 2019 15:22:26 +0300	[thread overview]
Message-ID: <20190816122228.9475-1-laurent.pinchart@ideasonboard.com> (raw)

Hello,

The patch series "[PATCH v4 0/9] DRM panel drivers for omapdrm" added
new DRM panel drivers for a set of panels used on OMAP platforms, with
the omapdrm and omapfb2 drivers. Both those drivers contain
omap-specific panel drivers, which the new DRM panel drivers aims to
replace for omapdrm. The new drivers use the same module name as the old
ones (with one exception), resulting in module name clashes.

This needs to be fixed separately for omapfb2 and omapdrm.

For omapfb2, we can disable the omapfb2-specific panel drivers in
Kconfig when the standard drivers are enabled. As omapfb2 and omapdrm
are mutually exclusive, the DRM panel drivers are not useful with
omapfb2 in any case. This is done in patch 1/2.

For omapdrm, we can simply drop the omapdrm-specific panel drivers, as
the new drivers replace them. This is done in patch 2/2, which was
already part of the larger omapdrm patch series "[PATCH 00/60] drm/omap:
Replace custom display drivers with drm_bridge and drm_panel".

Laurent Pinchart (2):
  video: omapfb2: Make standard and custom panel drivers mutually
    exclusive
  drm/omap: displays: Remove unused panel drivers

 drivers/gpu/drm/omapdrm/displays/Kconfig      |  38 -
 drivers/gpu/drm/omapdrm/displays/Makefile     |   6 -
 .../displays/panel-lgphilips-lb035q02.c       | 251 ------
 .../omapdrm/displays/panel-nec-nl8048hl11.c   | 271 -------
 .../displays/panel-sharp-ls037v7dw01.c        | 262 ------
 .../omapdrm/displays/panel-sony-acx565akm.c   | 755 ------------------
 .../omapdrm/displays/panel-tpo-td028ttec1.c   | 390 ---------
 .../omapdrm/displays/panel-tpo-td043mtea1.c   | 513 ------------
 .../gpu/drm/omapdrm/dss/omapdss-boot-init.c   |   7 -
 .../video/fbdev/omap2/omapfb/displays/Kconfig |   5 +
 10 files changed, 5 insertions(+), 2493 deletions(-)
 delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
 delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c
 delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c
 delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
 delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c
 delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c

-- 
Regards,

Laurent Pinchart

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

             reply	other threads:[~2019-08-16 12:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16 12:22 Laurent Pinchart [this message]
2019-08-16 12:22 ` [PATCH 1/2] video: omapfb2: Make standard and custom panel drivers mutually exclusive Laurent Pinchart
2019-08-16 13:20   ` Tomi Valkeinen
2019-08-16 13:32     ` Laurent Pinchart
2019-08-19 14:16       ` Bartlomiej Zolnierkiewicz
2019-08-19 15:17         ` Sam Ravnborg
2019-08-20 11:40           ` Bartlomiej Zolnierkiewicz
2019-08-16 17:31   ` Sam Ravnborg
2019-08-16 18:39     ` Laurent Pinchart
2019-08-16 19:11       ` Sam Ravnborg
2019-08-20  8:59         ` Daniel Vetter
2019-08-20 10:32           ` Sam Ravnborg
2019-08-16 12:22 ` [PATCH 2/2] drm/omap: displays: Remove unused panel drivers Laurent Pinchart
2019-08-16 13:26   ` Tomi Valkeinen
2019-08-16 19:12 ` [PATCH 0/2] Fix module name clash with omapdrm and DRM panel modules Sam Ravnborg

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=20190816122228.9475-1-laurent.pinchart@ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=sam@ravnborg.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tomi.valkeinen@ti.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.