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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 16062C63798 for ; Thu, 22 Jul 2021 07:58:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EDE9A61279 for ; Thu, 22 Jul 2021 07:58:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231160AbhGVHRy (ORCPT ); Thu, 22 Jul 2021 03:17:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230507AbhGVHRw (ORCPT ); Thu, 22 Jul 2021 03:17:52 -0400 Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2106AC061575 for ; Thu, 22 Jul 2021 00:58:28 -0700 (PDT) Received: by mail-ej1-x62f.google.com with SMTP id qb4so7042903ejc.11 for ; Thu, 22 Jul 2021 00:58:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=g96Mkz/qTaxSlQSQsFjSIZBiGdbVozmE62o6RSLCMZQ=; b=mEANGz5zaqvYVUJtWnlWP9YvG2hq3z3fS9qwxtLlJ9jS4sruoxWTBsYe/0DrRE8xvh 6wxd9j7OJrlovaC8DMMPKRiMu98yGAsH/PJCwxiKlLTdgj4KavPmLtU524rtt8zGHQUh wDwGw2CLqkPaBFSIPaK6DZKvjUxy+spyPtA9E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=g96Mkz/qTaxSlQSQsFjSIZBiGdbVozmE62o6RSLCMZQ=; b=mI4DATFTaIUze74tzW40A6xtn34xaRmpklnEITUB1rxnjhnEwmB/t2S3zpL5lmfpU1 dARKVs/SYpxiyUCesppK+N6AbOGsYuTHCrL1ppETwLWytadYUSiQk43LTYX9ZSQ7of5t oeLWAcZI5bAAYBfn97kDzazXsCQWk0x9VXY4e7YAeKqAH8ynM39Seu3gvrGug6WJCKTs 8N2BnrsZ8zdjSHUtMeC/er/Wsw0UKHqaE3QCocFrvaynkCGBbC+QapkM0VXLgurRADBw 0pjH5UopHM4j0SBGmFhCX+nXziuH2uwo0Eyo9ID7Cvw2TN3TPVSV+/8IIun1Yk2bAqoY Ph3Q== X-Gm-Message-State: AOAM530uiYQXnFFMhSUtH8jBooUyKU3UZR7KsGnkuII4AHGdwGESpwtP G9Mul01M6h4zo+f5rAfKLkMDwg8Xyc2nBDboZbF1GMZ53ck= X-Google-Smtp-Source: ABdhPJwMxJT3v60swgBhqGLLyhUXYHXTuurqNn9AjPDpDYsm87EfhrpS/TW/2X4yyYV04qa5MUB4YbwcwcNIOlZbDD4= X-Received: by 2002:a17:906:859a:: with SMTP id v26mr42384450ejx.336.1626940706558; Thu, 22 Jul 2021 00:58:26 -0700 (PDT) MIME-Version: 1.0 References: <1626853288-31223-1-git-send-email-dillon.minfei@gmail.com> <1626853288-31223-4-git-send-email-dillon.minfei@gmail.com> In-Reply-To: From: Jagan Teki Date: Thu, 22 Jul 2021 13:28:15 +0530 Message-ID: Subject: Re: [PATCH v2 3/3] drm/panel: Add ilitek ili9341 panel driver To: Dillon Min Cc: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Linus Walleij , Alexandre TORGUE , Maxime Coquelin , devicetree , Douglas Anderson , dri-devel , linux-kernel , =?UTF-8?Q?Noralf_Tr=C3=B8nnes?= , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dillon, On Thu, Jul 22, 2021 at 4:38 AM Dillon Min wrote: > > Hi Jagan > > Thanks for your time to review my code. > > On Wed, 21 Jul 2021 at 23:48, Jagan Teki wrote: > > > > On Wed, Jul 21, 2021 at 1:11 PM wrote: > > > > > > From: Dillon Min > > > > > > This driver combine tiny/ili9341.c mipi_dbi_interface driver > > > with mipi_dpi_interface driver, can support ili9341 with serial > > > mode or parallel rgb interface mode by register configuration. > > > > > > Cc: Linus Walleij > > > Signed-off-by: Dillon Min > > > --- > > > changes in v2: > > > - replace vcc regulator to three bulk regulators(vci, vddi, vddi-led) > > > according to linus suggestion, thanks. > > > > > > drivers/gpu/drm/panel/Kconfig | 12 + > > > drivers/gpu/drm/panel/Makefile | 1 + > > > drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 778 +++++++++++++++++++++++++++ > > > 3 files changed, 791 insertions(+) > > > create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9341.c > > > > > > diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig > > > index ef87d92cdf49..eb34b8d1b19a 100644 > > > --- a/drivers/gpu/drm/panel/Kconfig > > > +++ b/drivers/gpu/drm/panel/Kconfig > > > @@ -124,6 +124,18 @@ config DRM_PANEL_ILITEK_IL9322 > > > Say Y here if you want to enable support for Ilitek IL9322 > > > QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. > > > > > > +config DRM_PANEL_ILITEK_ILI9341 > > > + tristate "Ilitek ILI9341 240x320 QVGA panels" > > > + depends on OF && SPI > > > + depends on DRM_KMS_HELPER > > > + depends on DRM_KMS_CMA_HELPER > > > + depends on BACKLIGHT_CLASS_DEVICE > > > + select DRM_MIPI_DBI > > > + help > > > + Say Y here if you want to enable support for Ilitek IL9341 > > > + QVGA (240x320) RGB panels. support serial & parallel rgb > > > + interface. > > > + > > > config DRM_PANEL_ILITEK_ILI9881C > > > tristate "Ilitek ILI9881C-based panels" > > > depends on OF > > > diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile > > > index cae4d976c069..0ecde184665d 100644 > > > --- a/drivers/gpu/drm/panel/Makefile > > > +++ b/drivers/gpu/drm/panel/Makefile > > > @@ -11,6 +11,7 @@ obj-$(CONFIG_DRM_PANEL_ELIDA_KD35T133) += panel-elida-kd35t133.o > > > obj-$(CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02) += panel-feixin-k101-im2ba02.o > > > obj-$(CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D) += panel-feiyang-fy07024di26a30d.o > > > obj-$(CONFIG_DRM_PANEL_ILITEK_IL9322) += panel-ilitek-ili9322.o > > > +obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o > > > obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9881C) += panel-ilitek-ili9881c.o > > > obj-$(CONFIG_DRM_PANEL_INNOLUX_P079ZCA) += panel-innolux-p079zca.o > > > obj-$(CONFIG_DRM_PANEL_JDI_LT070ME05000) += panel-jdi-lt070me05000.o > > > diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c > > > new file mode 100644 > > > index 000000000000..717b0b930e2f > > > --- /dev/null > > > +++ b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c > > > @@ -0,0 +1,778 @@ > > > +// SPDX-License-Identifier: GPL-2.0-only > > > +/* > > > + * Ilitek ILI9341 TFT LCD drm_panel driver. > > > + * > > > + * This panel can be configured to support: > > > + * - 16-bit parallel RGB interface > > > + * - 18-bit parallel RGB interface > > > + * - 4-line serial spi interface > > > + * > > > + * Copyright (C) 2021 Dillon Min > > > + * Derived from drivers/drm/gpu/panel/panel-ilitek-ili9322.c > > > + * the reuse of DBI abstraction part referred from Linus's patch > > > + * "drm/panel: s6e63m0: Switch to DBI abstraction for SPI" > > > + */ > > > + > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include