From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF8EEC56201 for ; Wed, 11 Nov 2020 15:54:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6610C2072C for ; Wed, 11 Nov 2020 15:54:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Ag/Db3rh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727449AbgKKPym (ORCPT ); Wed, 11 Nov 2020 10:54:42 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:34646 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726830AbgKKPym (ORCPT ); Wed, 11 Nov 2020 10:54:42 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0ABFsSWd130915; Wed, 11 Nov 2020 09:54:28 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1605110068; bh=1/etRUwSEHxIiOVBXTIPREumTqBXbYHv8nSiQnEx8zU=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Ag/Db3rhr9PX6Dg0uGohKSOtqV+Jbs8pQgZitenn80Ljf4Le5wObV7xTu+tCyqKUF ePYZke7zDgsWdSUL9sfK7VmXsz5VO4nt+e0WmZ0gAVfBM2VN+6TEl+knTXzjlC+1o3 INDVLukOwJOXzfsKDoUC8uDR6+4rGCx2im6DRLnY= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0ABFsSSw009162 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 11 Nov 2020 09:54:28 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 11 Nov 2020 09:54:28 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 11 Nov 2020 09:54:28 -0600 Received: from [192.168.2.6] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0ABFsPdf113492; Wed, 11 Nov 2020 09:54:26 -0600 Subject: Re: [PATCH v3 33/56] drm/omap: dsi: convert to drm_panel To: Laurent Pinchart CC: Sebastian Reichel , Nikhil Devshatwar , , , Sekhar Nori , Tony Lindgren , "H . Nikolaus Schaller" , Sebastian Reichel References: <20201105120333.947408-1-tomi.valkeinen@ti.com> <20201105120333.947408-34-tomi.valkeinen@ti.com> <20201109103931.GD6029@pendragon.ideasonboard.com> From: Tomi Valkeinen Message-ID: <110c2e4b-ac33-1245-7f55-fd99f2ee416b@ti.com> Date: Wed, 11 Nov 2020 17:54:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201109103931.GD6029@pendragon.ideasonboard.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On 09/11/2020 12:39, Laurent Pinchart wrote: > On Thu, Nov 05, 2020 at 02:03:10PM +0200, Tomi Valkeinen wrote: >> From: Sebastian Reichel >> >> This converts the DSI module to expect common drm_panel display >> drivers instead of dssdev based ones. >> >> Signed-off-by: Sebastian Reichel >> Signed-off-by: Tomi Valkeinen >> --- >> .../gpu/drm/omapdrm/displays/panel-dsi-cm.c | 204 +++++++----------- >> drivers/gpu/drm/omapdrm/dss/dsi.c | 133 ++++++++++-- >> .../gpu/drm/omapdrm/dss/omapdss-boot-init.c | 1 - >> drivers/gpu/drm/omapdrm/dss/omapdss.h | 8 - >> 4 files changed, 189 insertions(+), 157 deletions(-) >> >> diff --git a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c >> index d9b3444b4faf..3668b3f0aff2 100644 >> --- a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c >> +++ b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c >> @@ -6,8 +6,6 @@ >> * Author: Tomi Valkeinen >> */ >> >> -/* #define DEBUG */ >> - >> #include >> #include >> #include >> @@ -20,11 +18,14 @@ >> #include >> >> #include >> +#include >> +#include >> +#include > > Alphabetically ordered please. > >> >> +#include