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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 413FCC433EF for ; Tue, 21 Sep 2021 07:01:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B6FA611BD for ; Tue, 21 Sep 2021 07:01:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230020AbhIUHCd (ORCPT ); Tue, 21 Sep 2021 03:02:33 -0400 Received: from muru.com ([72.249.23.125]:35232 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230027AbhIUHC3 (ORCPT ); Tue, 21 Sep 2021 03:02:29 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 18FD180A8; Tue, 21 Sep 2021 07:01:29 +0000 (UTC) Date: Tue, 21 Sep 2021 10:00:59 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: Jarkko Nikula , linux-omap@vger.kernel.org, Laurent Pinchart Subject: Re: Regression with e428e250fde6 on BeagleBoard Rev C2 Message-ID: References: <3f6924a7-1934-b94e-2441-4781fe737f32@bitmer.com> <20210920165216.34abc4dd@aktux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210920165216.34abc4dd@aktux> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * 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? Regards, Tony