From patchwork Wed May 15 09:51:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aradhya Bhatia X-Patchwork-Id: 13665001 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 669FFC25B75 for ; Wed, 15 May 2024 09:51:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8BF2B10E272; Wed, 15 May 2024 09:51:45 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="npYiJQdl"; dkim-atps=neutral Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by gabe.freedesktop.org (Postfix) with ESMTPS id B849310E272 for ; Wed, 15 May 2024 09:51:44 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 44F9pZ3H021110; Wed, 15 May 2024 04:51:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1715766695; bh=TTtDbejHhU/YLTRsCjZJ8CwsWSoEHZiI+EIRKdBG1xg=; h=From:To:CC:Subject:Date; b=npYiJQdlRnoud4rMZaX76x2eVIHbhjCV9QvW2Sx7hUSUBYc4HZXnV0lT0OfOVBPkG QD7CuG3mmZ4zSbFP2PIpGsuEJ0ACn/zqtkaWWhXvRocx5+zWeDUy0IK1duUOQhRswm LyyUSQpBugR3hR/vu9Mr3s2MqJzlHsTa6iosJS6o= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 44F9pZ78001273 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 15 May 2024 04:51:35 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 15 May 2024 04:51:35 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 15 May 2024 04:51:35 -0500 Received: from localhost (uda0496377.dhcp.ti.com [172.24.227.31]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 44F9pY1d125240; Wed, 15 May 2024 04:51:34 -0500 From: Aradhya Bhatia To: Neil Armstrong , Jessica Zhang , Sam Ravnborg , David Airlie , Daniel Vetter , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liu Ying , Thierry Reding , Maarten Lankhorst , Tomi Valkeinen , Laurent Pinchart CC: DRI Development List , Devicetree List , Linux Kernel List , Nishanth Menon , Vignesh Raghavendra , Praneeth Bajjuri , Udit Kumar , Devarsh Thakkar , Jai Luthra , Aradhya Bhatia Subject: [PATCH v3 0/6] drm/panel: simple: Add Panels and Panel Vendors Date: Wed, 15 May 2024 15:21:27 +0530 Message-ID: <20240515095133.745492-1-a-bhatia1@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi all, Picking up this long-standing series which added support for Microtips' and LincolnTech's dual-lvds panels. Microtips Technology Solutions USA, and Lincoln Technology Solutions are 2 display panel vendors, and the patches 1/6 and 2/6 add their vendor prefixes. Patch 3/6 adds panel specific compatibles to the binding for simple panels with 2 lvds ports. Lastly, patches 4/6 through 6/6 add the timing parameters and the compatibles in the panel-simple driver file. This series has changed from v2 in that it is not trying to add a new schema for panel-dual-lvds anymore. There is no requirement for that today. So patches 3/4 and 4/4 from v2 have completely been dropped. And in their place, have come new patches - 3/6 through 6/6. Patches 1/4 and 2/4 from v2 are now 1/6 and 2/6 respectively, and I have carried the tags provided by Laurent Pinchart and Krzysztof Kozlowski. Regards Aradhya Changes in V3: ============== - Drop the schema for "panel-dual-lvds". - Instead add the panels under schema for simple panels with dual ports. - Add support for these panels in panel-simple driver. Changes in V2: ============== - Rebased to latest linux-next. - Made dt-binding syntax corrections in Patch 3/4, based on comments by Krzysztof Kozlowski and Laurent Pinchart. V2: https://lore.kernel.org/all/20230124101238.4542-1-a-bhatia1@ti.com/ V1: https://lore.kernel.org/all/20230103064615.5311-1-a-bhatia1@ti.com/ Aradhya Bhatia (6): dt-bindings: vendor-prefixes: Add microtips dt-bindings: vendor-prefixes: Add lincolntech dt-bindings: display: simple: Add Microtips & Lincolntech Dual-LVDS Panels drm/panel: simple: Add Lincoln Tech Sol LCD185-101CT panel drm/panel: simple: Add Microtips Technology 13-101HIEBCAF0-C panel drm/panel: simple: Add Microtips Technology MF-103HIEB0GA0 panel .../panel/panel-simple-lvds-dual-ports.yaml | 6 ++ .../devicetree/bindings/vendor-prefixes.yaml | 4 + drivers/gpu/drm/panel/panel-simple.c | 96 +++++++++++++++++++ 3 files changed, 106 insertions(+) base-commit: 82d92a9a1b9ea0ea52aff27cddd05009b4edad49