From patchwork Mon Jul 17 13:17:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 703863 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 10684C001DC for ; Mon, 17 Jul 2023 13:19:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231630AbjGQNTx (ORCPT ); Mon, 17 Jul 2023 09:19:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229920AbjGQNTk (ORCPT ); Mon, 17 Jul 2023 09:19:40 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6311E3C14; Mon, 17 Jul 2023 06:18:11 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.01,211,1684767600"; d="scan'208";a="173149935" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 17 Jul 2023 22:18:00 +0900 Received: from localhost.localdomain (unknown [10.226.92.210]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3AF9341B465F; Mon, 17 Jul 2023 22:17:57 +0900 (JST) From: Biju Das To: Dmitry Torokhov Cc: Biju Das , Andreas Helbech Kleist , =?utf-8?q?Uwe_Kleine-K?= =?utf-8?q?=C3=B6nig?= , Geert Uytterhoeven , Mike Looijmans , linux-input@vger.kernel.org, Prabhakar Mahadev Lad , linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 0/2] exc3000 driver enhancements Date: Mon, 17 Jul 2023 14:17:54 +0100 Message-Id: <20230717131756.240645-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-input@vger.kernel.org This patch series is based on the code improvement work done for rtc-isl1208 driver and is just compile tested. Biju Das (2): Input: exc3000 - Simplify probe() Input: exc3000 - Drop enum eeti_dev_id and split exc3000_info[] v1->v2: * Added Rb tag from Geert for patch#1 * Added patch#2 for dropping enum eeti_dev_id and split the array exc3000_info[] as individual variables, and make lines shorter by referring to e.g. &exc3000_info instead of &exc3000_info[EETI_EXC3000]. drivers/input/touchscreen/exc3000.c | 54 ++++++++++++----------------- 1 file changed, 22 insertions(+), 32 deletions(-)