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=-5.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no 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 917A5C433F5 for ; Tue, 21 Sep 2021 16:25:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A6F060EE7 for ; Tue, 21 Sep 2021 16:25:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233808AbhIUQ1V (ORCPT ); Tue, 21 Sep 2021 12:27:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234289AbhIUQ1V (ORCPT ); Tue, 21 Sep 2021 12:27:21 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02C5CC061574 for ; Tue, 21 Sep 2021 09:25:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=X3sWw0BNHkFSeYFULYzOwIGhSCwbJGH82om0HQe1mpo=; b=ZuvswVPWdU1Wh7jxU26c/GPV/9 6sxK0WxmVwogdN3TDEwEc7uJdLqY8Cnp+ed8uhbCuXh1SFTr31IDJEg9vDooLnTZzjXLkua0nsAi7 2+cxPBBsa2A3WoJsMe5SD2fAS+HvivjmJ9bz1aW6X15GHgwaj+0xntCmX8J9MKBe16tk=; Received: from p200300ccff1714001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff17:1400:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1mSiaa-0002RD-JO; Tue, 21 Sep 2021 18:25:48 +0200 Date: Tue, 21 Sep 2021 18:25:47 +0200 From: Andreas Kemnade To: Tony Lindgren Cc: Jarkko Nikula , linux-omap@vger.kernel.org, Laurent Pinchart Subject: Re: Regression with e428e250fde6 on BeagleBoard Rev C2 Message-ID: <20210921182547.6dd6a382@aktux> In-Reply-To: References: <3f6924a7-1934-b94e-2441-4781fe737f32@bitmer.com> <20210920165216.34abc4dd@aktux> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Tue, 21 Sep 2021 10:00:59 +0300 Tony Lindgren wrote: > * Andreas Kemnade [210920 15:26]: > > Hi, > > > > On Mon, 20 Sep 2021 16:34:59 +0300 > > Tony Lindgren wrote: > > > > > > I fail to understand how omap3isp affects this since it actually disable > > > > clocks after probe. Does it keep some power domain active which then > > > > keeps the timer active etc? > > > > > > Sounds like it's because omap3isp never allows the SoC to enter deeper > > > idle states. The mpu clock is stopped for idle states. > > > > On GTA04 I experienced also some strange pm issues with omap3isp: > > rmmod clears up everything fine. > > > > After probing, clocks seems to be turned off, but power consumption > > does not drop. It only drops when there is an iommu_detach paired to > > that iommu_attach in the driver. > > But if I add it, the driver does not work properly. > > Are you also seeing a timer issue? Or just the omap3isp not idling the > SoC issue? > Just the omap3isp not idling the SoC. That are just general pm experience I had with the omap3isp issue, I have seen on earlier kernel versions but never succeeded in properly fixing them. I have not tried the 5.15-rcX on gta04 yet. Regards, Andreas