From patchwork Thu Sep 21 12:25:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenhua Lin X-Patchwork-Id: 725033 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 75234E7D0A7 for ; Thu, 21 Sep 2023 19:59:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229716AbjIUT75 (ORCPT ); Thu, 21 Sep 2023 15:59:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231204AbjIUT7g (ORCPT ); Thu, 21 Sep 2023 15:59:36 -0400 Received: from SHSQR01.spreadtrum.com (unknown [222.66.158.135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33C30448D for ; Thu, 21 Sep 2023 10:26:05 -0700 (PDT) Received: from SHSQR01.spreadtrum.com (localhost [127.0.0.2] (may be forged)) by SHSQR01.spreadtrum.com with ESMTP id 38LCQuwj003667 for ; Thu, 21 Sep 2023 20:26:56 +0800 (+08) (envelope-from Wenhua.Lin@unisoc.com) Received: from dlp.unisoc.com ([10.29.3.86]) by SHSQR01.spreadtrum.com with ESMTP id 38LCPa1G001486; Thu, 21 Sep 2023 20:25:36 +0800 (+08) (envelope-from Wenhua.Lin@unisoc.com) Received: from SHDLP.spreadtrum.com (shmbx06.spreadtrum.com [10.0.1.11]) by dlp.unisoc.com (SkyGuard) with ESMTPS id 4Rrvfc1SN8z2SbDtc; Thu, 21 Sep 2023 20:22:16 +0800 (CST) Received: from xm9614pcu.spreadtrum.com (10.13.2.29) by shmbx06.spreadtrum.com (10.0.1.11) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Thu, 21 Sep 2023 20:25:35 +0800 From: Wenhua Lin To: Linus Walleij , Andy Shevchenko , Bartosz Golaszewski CC: Orson Zhai , Baolin Wang , Chunyan Zhang , , , wenhua lin , Wenhua Lin , Xiongpeng Wu Subject: [PATCH V2 0/2] gpio: pmic-eic-sprd: Modification of UNISOC Platform PMIC EIC Driver Date: Thu, 21 Sep 2023 20:25:25 +0800 Message-ID: <20230921122527.15261-1-Wenhua.Lin@unisoc.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.13.2.29] X-ClientProxiedBy: SHCAS03.spreadtrum.com (10.0.1.207) To shmbx06.spreadtrum.com (10.0.1.11) X-MAIL: SHSQR01.spreadtrum.com 38LCPa1G001486 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Recently, some bugs have been discovered during use, and patch1 and patch2 are bug fixes. Change in V2: -Change commit message and title in PATCH 1/2. -PATCH 2/2 add can_sleep flag for PMIC EIC chip split into a separate patch in PATCH 1/2. -Delete the modification of IRQF_TRIGGER_LOW. Wenhua Lin (2): gpio: pmic-eic-sprd: Two-dimensional arrays maintain pmic eic gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip drivers/gpio/gpio-pmic-eic-sprd.c | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) Reviewed-by: Baolin Wang