From patchwork Sat Sep 2 20:25:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13373149 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 7E297C71153 for ; Sat, 2 Sep 2023 20:25:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234095AbjIBUZP (ORCPT ); Sat, 2 Sep 2023 16:25:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231805AbjIBUZO (ORCPT ); Sat, 2 Sep 2023 16:25:14 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6CC871A8; Sat, 2 Sep 2023 13:25:10 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.02,223,1688396400"; d="scan'208";a="174805730" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 03 Sep 2023 05:25:09 +0900 Received: from localhost.localdomain (unknown [10.226.92.16]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id DE14A407243A; Sun, 3 Sep 2023 05:25:07 +0900 (JST) From: Biju Das To: Sebastian Reichel Cc: Biju Das , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Andy Shevchenko Subject: [PATCH 0/2] Match data improvements for bq256xx driver Date: Sat, 2 Sep 2023 21:25:03 +0100 Message-Id: <20230902202505.97609-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-pm@vger.kernel.org This patch series aims to add match data improvements for bq256xx driver. This patch series is only compile tested. Biju Das (2): power: supply: bq256xx: Use i2c_get_match_data() power: supply: bq256xx: Some cleanups drivers/power/supply/bq256xx_charger.c | 50 +++++++++++++------------- 1 file changed, 25 insertions(+), 25 deletions(-) Reviewed-by: Andy Shevchenko