From patchwork Sat Sep 30 17:56:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 728308 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 85CAAE7737D for ; Sat, 30 Sep 2023 17:56:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234660AbjI3R4Y (ORCPT ); Sat, 30 Sep 2023 13:56:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234568AbjI3R4X (ORCPT ); Sat, 30 Sep 2023 13:56:23 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 10693D3; Sat, 30 Sep 2023 10:56:20 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.03,190,1694703600"; d="scan'208";a="177759854" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 01 Oct 2023 02:56:20 +0900 Received: from localhost.localdomain (unknown [10.226.92.9]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id EB6BA4005B37; Sun, 1 Oct 2023 02:56:17 +0900 (JST) From: Biju Das To: Pavel Machek , Lee Jones Cc: Biju Das , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Andy Shevchenko Subject: [PATCH v3 0/2] Match data improvements for pca955x driver Date: Sat, 30 Sep 2023 18:56:13 +0100 Message-Id: <20230930175615.13301-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-leds@vger.kernel.org This patch series aims to add match data improvements for pca955x driver. This patch series is only compile tested. v2->v3: * Added Rb tag from Andy. * Dropped tabs from struct pca955x. v1->v2: * Added Rb tag from Lee Jones for patch#1. * Adeed patch#2 for cleanup of OF/ID table terminators. Biju Das (2): leds: pca955x: Convert enum->pointer for data in the match tables leds: pca955x: Cleanup OF/ID table terminators drivers/leds/leds-pca955x.c | 71 +++++++++++++++---------------------- 1 file changed, 29 insertions(+), 42 deletions(-)