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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 831A9EB7EB6 for ; Wed, 4 Mar 2026 10:24:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tAH5Fh//r0yTs3/fYZ1gphLpXoMSTNidzCwnGpKutrU=; b=o1oO5zucWOQlrNJcSyiLNdL41y 1JhYvto6aub1ISsoVBRSwFfJwaVBbXCy9TY5qjgFtffLriumyF2Q3gaMA8T8z829lEIHGfrOaF5vH eeQ2Mn3B08YWht6TDNm3KHWaDtJaUSdPk1M8iMbciWG349OvyIajpfpoOU1W+xqYkCtzErS6oYkkS 0nhtg+9w6oyXjN2uCi8h1QS2h47TLXgggdhSo73ndt6G/OXmRKztFrmXf9qj+1S2auUy9YjrmbPHE +YDwY6+lx1f2fl6Fi3Qr0ea8uPPie0x9vL/YnBACGxnvZm0vyhZrrsgH8hhNisUY1rCFnjPfvsgci GQtukAKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxjOg-0000000GzD9-0tJo; Wed, 04 Mar 2026 10:24:06 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxjOd-0000000GzC4-3F5l for linux-arm-kernel@lists.infradead.org; Wed, 04 Mar 2026 10:24:05 +0000 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 DE86E339; Wed, 4 Mar 2026 02:23:55 -0800 (PST) Received: from pluto (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 01EEF3F7BD; Wed, 4 Mar 2026 02:23:59 -0800 (PST) Date: Wed, 4 Mar 2026 10:23:50 +0000 From: Cristian Marussi To: Ulf Hansson Cc: Sudeep Holla , Cristian Marussi , linux-pm@vger.kernel.org, arm-scmi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pmdomain: arm: Add print after a successful probe for SCMI power domains Message-ID: References: <20260304101457.7470-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260304101457.7470-1-ulf.hansson@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260304_022403_851897_D2535C67 X-CRM114-Status: UNSURE ( 7.96 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Mar 04, 2026 at 11:14:57AM +0100, Ulf Hansson wrote: > It can be discussed how useful a print is after a successful probe. In the > SCMI power domain case it's seems valuable, as it let us inform about the > number of initialized power domains too, which is fetched from firmware. Hi, yes indeed we tend to print such 'summary' info at the end of a successful probe in other SCMI drivers. LGTM. Review-by: Cristian Marussi Thanks, Cristian