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 CDB0DCCA479 for ; Fri, 1 Jul 2022 15:09:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233533AbiGAPJB (ORCPT ); Fri, 1 Jul 2022 11:09:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233728AbiGAPJA (ORCPT ); Fri, 1 Jul 2022 11:09:00 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BC7952655C; Fri, 1 Jul 2022 08:08:55 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 19C17113E; Fri, 1 Jul 2022 08:08:55 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4F3BE3F66F; Fri, 1 Jul 2022 08:08:51 -0700 (PDT) Date: Fri, 1 Jul 2022 16:08:48 +0100 From: Sudeep Holla To: Saravana Kannan Cc: Tony Lindgren , Rob Herring , Geert Uytterhoeven , Greg Kroah-Hartman , "Rafael J. Wysocki" , Kevin Hilman , Ulf Hansson , Len Brown , Pavel Machek , Joerg Roedel , Will Deacon , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Linus Walleij , Hideaki YOSHIFUJI , David Ahern , Android Kernel Team , "linux-kernel@vger.kernel.org" , "open list:THERMAL" , Linux IOMMU , netdev , "open list:GPIO SUBSYSTEM" , Sudeep Holla , Alexander Stein Subject: Re: [PATCH v2 1/9] PM: domains: Delete usage of driver_deferred_probe_check_state() Message-ID: <20220701150848.75eeprptmb5beip7@bogus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi, Saravana, On Fri, Jul 01, 2022 at 01:26:12AM -0700, Saravana Kannan wrote: [...] > Can you check if this hack helps? If so, then I can think about > whether we can pick it up without breaking everything else. Copy-paste > tab mess up warning. Sorry for jumping in late and not even sure if this is right thread. I have not bisected anything yet, but I am seeing issues on my Juno R2 with SCMI enabled power domains and Coresight AMBA devices. OF: amba_device_add() failed (-19) for /etf@20010000 OF: amba_device_add() failed (-19) for /tpiu@20030000 OF: amba_device_add() failed (-19) for /funnel@20040000 OF: amba_device_add() failed (-19) for /etr@20070000 OF: amba_device_add() failed (-19) for /stm@20100000 OF: amba_device_add() failed (-19) for /replicator@20120000 OF: amba_device_add() failed (-19) for /cpu-debug@22010000 OF: amba_device_add() failed (-19) for /etm@22040000 OF: amba_device_add() failed (-19) for /cti@22020000 OF: amba_device_add() failed (-19) for /funnel@220c0000 OF: amba_device_add() failed (-19) for /cpu-debug@22110000 OF: amba_device_add() failed (-19) for /etm@22140000 OF: amba_device_add() failed (-19) for /cti@22120000 OF: amba_device_add() failed (-19) for /cpu-debug@23010000 OF: amba_device_add() failed (-19) for /etm@23040000 OF: amba_device_add() failed (-19) for /cti@23020000 OF: amba_device_add() failed (-19) for /funnel@230c0000 OF: amba_device_add() failed (-19) for /cpu-debug@23110000 OF: amba_device_add() failed (-19) for /etm@23140000 OF: amba_device_add() failed (-19) for /cti@23120000 OF: amba_device_add() failed (-19) for /cpu-debug@23210000 OF: amba_device_add() failed (-19) for /etm@23240000 OF: amba_device_add() failed (-19) for /cti@23220000 OF: amba_device_add() failed (-19) for /cpu-debug@23310000 OF: amba_device_add() failed (-19) for /etm@23340000 OF: amba_device_add() failed (-19) for /cti@23320000 OF: amba_device_add() failed (-19) for /cti@20020000 OF: amba_device_add() failed (-19) for /cti@20110000 OF: amba_device_add() failed (-19) for /funnel@20130000 OF: amba_device_add() failed (-19) for /etf@20140000 OF: amba_device_add() failed (-19) for /funnel@20150000 OF: amba_device_add() failed (-19) for /cti@20160000 These are working fine with deferred probe in the mainline. I tried the hack you have suggested here(rather Tony's version), also tried with fw_devlink=0 and fw_devlink=1 && fw_devlink.strict=0 No change in the behaviour. The DTS are in arch/arm64/boot/dts/arm/juno-*-scmi.dts and there coresight devices are mostly in juno-cs-r1r2.dtsi Let me know if there is anything obvious or you want me to bisect which means I need more time. I can do that next week. -- Regards, Sudeep