From patchwork Sat Sep 23 16:36:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 725675 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74A47CE7A88 for ; Sat, 23 Sep 2023 16:36:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231895AbjIWQgz (ORCPT ); Sat, 23 Sep 2023 12:36:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229868AbjIWQgz (ORCPT ); Sat, 23 Sep 2023 12:36:55 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AC971D3; Sat, 23 Sep 2023 09:36:48 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.03,171,1694703600"; d="scan'208";a="180728095" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 24 Sep 2023 01:36:47 +0900 Received: from localhost.localdomain (unknown [10.226.92.12]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id ED750401DDF3; Sun, 24 Sep 2023 01:36:44 +0900 (JST) From: Biju Das To: Mauro Carvalho Chehab Cc: Biju Das , Hans Verkuil , Jacopo Mondi , =?utf-8?q?Uwe_Kleine-?= =?utf-8?q?K=C3=B6nig?= , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Andy Shevchenko Subject: [PATCH v2 0/3] Match data improvements for tvp541x driver Date: Sat, 23 Sep 2023 17:36:38 +0100 Message-Id: <20230923163641.31685-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This patch series aims to add match data improvements for tvp541x driver. This patch series is only compile tested. v1->v2: * Added Rb tag from Jacopo for patch#1 and patch#2. * Adeed patch#3 for sorting header files. Biju Das (3): media: tvp541x: Extend match support for OF tables media: tvp541x: Drop CONFIG_OF ifdeffery media: tvp541x: Sort header files drivers/media/i2c/tvp514x.c | 49 +++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 26 deletions(-)