From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: Re: [PATCH v2 49/49] drm/omap: Remove panel-dpi driver Date: Sat, 9 Feb 2019 04:27:31 +0100 Message-ID: <20190209032731.pxvddbihcgdunpjl@earth.universe> References: <20190111035120.20668-1-laurent.pinchart@ideasonboard.com> <20190111035120.20668-50-laurent.pinchart@ideasonboard.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0386669784==" Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 107A06E41D for ; Sat, 9 Feb 2019 18:57:41 +0000 (UTC) In-Reply-To: <20190111035120.20668-50-laurent.pinchart@ideasonboard.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Laurent Pinchart Cc: Tomi Valkeinen , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0386669784== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7h5phxslf6kpegul" Content-Disposition: inline --7h5phxslf6kpegul Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Jan 11, 2019 at 05:51:20AM +0200, Laurent Pinchart wrote: > Panels are now supported through the drm_panel infrastructure, remove > the omapdrm-specific driver. >=20 > Signed-off-by: Laurent Pinchart > Reviewed-by: Sebastian Reichel > --- Tested-by: Sebastian Reichel -- Sebastian > drivers/gpu/drm/omapdrm/displays/Kconfig | 6 - > drivers/gpu/drm/omapdrm/displays/Makefile | 1 - > drivers/gpu/drm/omapdrm/displays/panel-dpi.c | 199 ------------------ > .../gpu/drm/omapdrm/dss/omapdss-boot-init.c | 1 - > 4 files changed, 207 deletions(-) > delete mode 100644 drivers/gpu/drm/omapdrm/displays/panel-dpi.c >=20 > diff --git a/drivers/gpu/drm/omapdrm/displays/Kconfig b/drivers/gpu/drm/o= mapdrm/displays/Kconfig > index 38d066ac966e..7b0bcb494b5c 100644 > --- a/drivers/gpu/drm/omapdrm/displays/Kconfig > +++ b/drivers/gpu/drm/omapdrm/displays/Kconfig > @@ -22,12 +22,6 @@ config DRM_OMAP_CONNECTOR_ANALOG_TV > help > Driver for a generic analog TV connector. > =20 > -config DRM_OMAP_PANEL_DPI > - tristate "Generic DPI panel" > - depends on BACKLIGHT_CLASS_DEVICE > - help > - Driver for generic DPI panels. > - > config DRM_OMAP_PANEL_DSI_CM > tristate "Generic DSI Command Mode Panel" > depends on BACKLIGHT_CLASS_DEVICE > diff --git a/drivers/gpu/drm/omapdrm/displays/Makefile b/drivers/gpu/drm/= omapdrm/displays/Makefile > index da1d5321ef50..1db34d4fed64 100644 > --- a/drivers/gpu/drm/omapdrm/displays/Makefile > +++ b/drivers/gpu/drm/omapdrm/displays/Makefile > @@ -3,7 +3,6 @@ obj-$(CONFIG_DRM_OMAP_ENCODER_OPA362) +=3D encoder-opa362= =2Eo > obj-$(CONFIG_DRM_OMAP_ENCODER_TPD12S015) +=3D encoder-tpd12s015.o > obj-$(CONFIG_DRM_OMAP_CONNECTOR_HDMI) +=3D connector-hdmi.o > obj-$(CONFIG_DRM_OMAP_CONNECTOR_ANALOG_TV) +=3D connector-analog-tv.o > -obj-$(CONFIG_DRM_OMAP_PANEL_DPI) +=3D panel-dpi.o > obj-$(CONFIG_DRM_OMAP_PANEL_DSI_CM) +=3D panel-dsi-cm.o > obj-$(CONFIG_DRM_OMAP_PANEL_SONY_ACX565AKM) +=3D panel-sony-acx565akm.o > obj-$(CONFIG_DRM_OMAP_PANEL_LGPHILIPS_LB035Q02) +=3D panel-lgphilips-lb0= 35q02.o > diff --git a/drivers/gpu/drm/omapdrm/displays/panel-dpi.c b/drivers/gpu/d= rm/omapdrm/displays/panel-dpi.c > deleted file mode 100644 > index 389ae2821222..000000000000 > --- a/drivers/gpu/drm/omapdrm/displays/panel-dpi.c > +++ /dev/null > @@ -1,199 +0,0 @@ > -/* > - * Generic MIPI DPI Panel Driver > - * > - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ > - * Author: Tomi Valkeinen > - * > - * This program is free software; you can redistribute it and/or modify = it > - * under the terms of the GNU General Public License version 2 as publis= hed by > - * the Free Software Foundation. > - */ > - > -#include > -#include > -#include > -#include > -#include > -#include > -#include > - > -#include