From patchwork Mon Sep 18 12:58:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Watts X-Patchwork-Id: 13390892 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DF89EEDE989 for ; Tue, 19 Sep 2023 07:00:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6670910E37E; Tue, 19 Sep 2023 07:00:22 +0000 (UTC) Received: from out-212.mta1.migadu.com (out-212.mta1.migadu.com [95.215.58.212]) by gabe.freedesktop.org (Postfix) with ESMTPS id AF79310E271 for ; Mon, 18 Sep 2023 12:59:17 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1695041955; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=BEh2hV3TzTOBIIrOtmIqsqf5lqlafqT2o4G5jUNVHEY=; b=dojQryMs9RN5bbOVgqK0uF0bNwkLsX/9J2WJgfRSK9bbNtix8GVX3KodBeRRVx0f25NMSl gpqzBE5DI0nqmSn1+QbJwnIv8QU6liGsWM/mOH6F6uUL/9pz8kqnh9urdA1v9tOS+MI6+g OZcBQoAtiAQhH4Ef7z6k4VDUYknsYLbbe0lnzFCt82TOCGSU1cyi6SYCE0/jNJA6UWfC7P jNsiDI5KWywuFvYpblM4vrNjsk6/n5oI+Va7vEL0dzkQad1BomSt+019mV7W0jX2MkrgMI P4mJh3yEH6JMl14oXRsDVtU0w6nIsuKeu69itn08aEoPkGxTt3qKZV1kA5SEBw== From: John Watts To: dri-devel@lists.freedesktop.org Subject: [RFC PATCH v2 0/9] Add FS035VG158 panel Date: Mon, 18 Sep 2023 22:58:44 +1000 Message-ID: <20230918125853.2249187-1-contact@jookia.org> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Mailman-Approved-At: Tue, 19 Sep 2023 06:59:32 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Conor Dooley , Krzysztof Kozlowski , devicetree@vger.kernel.org, Sam Ravnborg , Chris Morgan , linux-kernel@vger.kernel.org, Shawn Guo , Jagan Teki , John Watts , Rob Herring , Jessica Zhang , Paul Cercueil , Christophe Branchereau Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hello there, This RFC introduces support for the FS035VG158 LCD panel, cleaning up the nv3052c driver on the way and documentating existing panel code. John. v1 -> v2: - Fixed a variable declaration style error - Cleaned up device tree yaml John Watts (9): drm/panel: nv3052c: Document known register names drm/panel: nv3052c: Add SPI device IDs drm/panel: nv3052c: Sleep for 150ms after reset drm/panel: nv3052c: Wait before entering sleep mode drm/panel: nv3052c: Allow specifying registers per panel drm/panel: nv3052c: Add Fascontek FS035VG158 LCD display dt-bindings: display: panel: Clean up leadtek,ltk035c5444t properties dt-bindings: vendor-prefixes: Add fascontek dt-bindings: display: panel: add Fascontek FS035VG158 panel .../display/panel/fascontek,fs035vg158.yaml | 56 ++ .../display/panel/leadtek,ltk035c5444t.yaml | 8 +- .../devicetree/bindings/vendor-prefixes.yaml | 2 + .../gpu/drm/panel/panel-newvision-nv3052c.c | 520 +++++++++++++----- 4 files changed, 441 insertions(+), 145 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/panel/fascontek,fs035vg158.yaml