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 X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E58A6C433ED for ; Wed, 19 May 2021 23:27:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C79F4611AB for ; Wed, 19 May 2021 23:27:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230081AbhESX22 (ORCPT ); Wed, 19 May 2021 19:28:28 -0400 Received: from gloria.sntech.de ([185.11.138.130]:40218 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbhESX2Z (ORCPT ); Wed, 19 May 2021 19:28:25 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljVae-0003Mu-T8; Thu, 20 May 2021 01:27:00 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Linus Walleij Cc: Rob Herring , Jianqun Xu , "open list:GPIO SUBSYSTEM" , "open list:ARM/Rockchip SoC..." , linux-kernel Subject: Re: [PATCH 6/7] gpio/rockchip: always enable clock for gpio controller Date: Thu, 20 May 2021 01:27:00 +0200 Message-ID: <3790260.ZaRXLXkqSa@diego> In-Reply-To: References: <20210510063602.505829-1-jay.xu@rock-chips.com> <7622756.lOV4Wx5bFT@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 20. Mai 2021, 01:18:24 CEST schrieb Linus Walleij: > On Thu, May 13, 2021 at 10:49 PM Heiko Stuebner wrote: > > Am Montag, 10. Mai 2021, 08:37:22 CEST schrieb Jianqun Xu: > > > Since gate and ungate pclk of gpio has very litte benifit for system > > > power consumption, just keep it always ungate. > > > > > > Signed-off-by: Jianqun Xu > > > > Reviewed-by: Heiko Stuebner > > > > I do agree with the reasoning and as an added benefit, we > > also drop all the clk_enable calls that don't do proper error > > handling right now ;-) > > Heiko what is your general stance on the rest of the patches? > I was thinking I should merge them soon if you're not > against. I'm definitly in favor of them :-) I haven't seen any major issues, but sadly also haven't found the time to really dig deeper into the other patches. One thing pinctrl/gpio maintainer will need to check is if the +#include "../pinctrl/core.h" +#include "../pinctrl/pinctrl-rockchip.h" (in patch 3) is actually the right way to go. Heiko