From mboxrd@z Thu Jan 1 00:00:00 1970 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 026F3E7109A for ; Thu, 21 Sep 2023 17:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230206AbjIURIx (ORCPT ); Thu, 21 Sep 2023 13:08:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbjIURIe (ORCPT ); Thu, 21 Sep 2023 13:08:34 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45CE75248; Thu, 21 Sep 2023 10:05:14 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6600,9927,10839"; a="466800623" X-IronPort-AV: E=Sophos;i="6.03,165,1694761200"; d="scan'208";a="466800623" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2023 04:24:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10839"; a="870772233" X-IronPort-AV: E=Sophos;i="6.03,165,1694761200"; d="scan'208";a="870772233" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2023 04:23:58 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC0) (envelope-from ) id 1qjHml-0000000GsNf-21Wl; Thu, 21 Sep 2023 14:23:55 +0300 Date: Thu, 21 Sep 2023 14:23:55 +0300 From: Andy Shevchenko To: Wenhua Lin Cc: Linus Walleij , Bartosz Golaszewski , Orson Zhai , Baolin Wang , Chunyan Zhang , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, wenhua lin , Xiongpeng Wu Subject: Re: [PATCH V2 1/4] gpio: sprd: In the sleep state, the eic debounce clk must be forced open Message-ID: References: <20230921090027.11136-1-Wenhua.Lin@unisoc.com> <20230921090027.11136-2-Wenhua.Lin@unisoc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230921090027.11136-2-Wenhua.Lin@unisoc.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 21, 2023 at 05:00:24PM +0800, Wenhua Lin wrote: > In the sleep state, Eic debounce has no clock and the clk of Eic --> The eic clk --> clock > debounce needs to be forced open, so that eic can wake up normally. > Fixes: 2788938b7946 ("gpio: eic-sprd: Make the irqchip immutable") > > Signed-off-by: Wenhua Lin The tag block mustn't have blank lines. -- With Best Regards, Andy Shevchenko