From patchwork Fri Aug 18 19:18:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13358226 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 72F39EE4992 for ; Fri, 18 Aug 2023 19:18:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 97FDB10E0EA; Fri, 18 Aug 2023 19:18:27 +0000 (UTC) Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 346D510E0EA for ; Fri, 18 Aug 2023 19:18:24 +0000 (UTC) X-IronPort-AV: E=Sophos;i="6.01,184,1684767600"; d="scan'208";a="173298245" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 19 Aug 2023 04:18:23 +0900 Received: from localhost.localdomain (unknown [10.226.93.81]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 8A69F409B888; Sat, 19 Aug 2023 04:18:19 +0900 (JST) From: Biju Das To: Phong LE , Neil Armstrong , Andrzej Hajda , Robert Foss , David Airlie , Daniel Vetter Subject: [PATCH v3 0/2] Match data improvements for it66121 driver Date: Fri, 18 Aug 2023 20:18:15 +0100 Message-Id: <20230818191817.340360-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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: Jernej Skrabec , Geert Uytterhoeven , Jonas Karlman , Prabhakar Mahadev Lad , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Laurent Pinchart , Biju Das , Andy Shevchenko Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This patch series aims to add match data improvements for it66121 driver. v2->v3: * Removed fixes tag from patch#1 as nothing broken. * Added Rb tag from Andy. v1->v2: * Split the patch into two. * patch#1 extend match support for OF tables compared to legacy ID lookup and fixes tag. * patch#2 simplifies the probe() by using i2c_get_match_data. * Dropped sentence for dropping local variable as it is integral part of the patch. Biju Das (2): drm: bridge: it66121: Extend match support for OF tables drm: bridge: it66121: Simplify probe() drivers/gpu/drm/bridge/ite-it66121.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)