From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8794E3A1689; Thu, 14 May 2026 18:42:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778784151; cv=none; b=PzuF15+mZe6Ba3KdIfh9tYw31jGc/hZqdZet00tccAPnwQjF+ipUjYZtx/Wji1kV/3ORsRvRZ9sWj5Mi3E2oYnI8CoM0SaEXzGjLnpg4pDQDycvZr2LYozO/LzPPxBHJ7cqGesgnnFAdifVeP5KpRNGJHZ0uPqQ7G4fYLncBWv0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778784151; c=relaxed/simple; bh=1wWm/PCkLcrcrXBO8q31VLvgXwZnf/NvvUr5rhg6BEY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=u3SpQQoXNQ/63wpyxEDb5h2xiSAPsTHmx/Sgtv1oFgLZYd0j0Rpox8+x3AbyrU7l/egmT2cFBIIqBI2hYPFzJ8a2T7GcyONnAjBIl6esN3dDe02rijYilT0jgm0/a5lVMfYl1kUuWSkiIfW/F4Q/IGAPZzXGHuBYybUryxeSuVE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aaS0hNdJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aaS0hNdJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C62A9C2BCB3; Thu, 14 May 2026 18:42:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778784150; bh=1wWm/PCkLcrcrXBO8q31VLvgXwZnf/NvvUr5rhg6BEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aaS0hNdJYUgjq+fa4BNZJ5qB54d4fEZVhug5m3mkVxASwOnpyeEitdRETR1KlR/UV snmb54+gVAXgsGMuDWRWCtnLQhKPhqkqTEDZJUWv2oUuBtSk4IulMScStvJhb98LWo Frr+P3uhsFnf0nxMCfQbdr3ZCt/vmoLgTdim3lf7uSAthAPOg4sD8E+Z5mJVR4mo3d CdxlgJRyYPodk7a9giw1sQzh5RmRvZIXEoDA/7zEuovSLa//CF0qSWMbZ4hN3yRoE9 m3mjOg+E9jIvwEuOMGfSAPa6YfPJ0/pLGq4j2HwdPXLnHNOJ5TZYPHiQOXVVh90283 WYRjhQY5mZHCQ== Date: Thu, 14 May 2026 19:42:25 +0100 From: Sudeep Holla To: Jonathan Cameron Cc: Alex Tran , Sudeep Holla , Jyoti Bhayana , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Cristian Marussi , Linus Walleij , "Rafael J. Wysocki" , Philipp Zabel , Viresh Kumar , Guenter Roeck , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, arm-scmi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH v2 0/5] scmi: Log client subsystem entity counts Message-ID: <20260514-generous-psychedelic-skunk-a56a02@sudeepholla> References: <20260513-scmi-client-probe-log-v2-0-36607e9dd540@oss.qualcomm.com> <20260514164422.0eba9a61@jic23-huawei> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260514164422.0eba9a61@jic23-huawei> On Thu, May 14, 2026 at 04:44:22PM +0100, Jonathan Cameron wrote: > On Wed, 13 May 2026 10:16:53 -0700 > Alex Tran wrote: > > > SCMI client drivers do not consistently log the number of supported > > entities discovered from firmware. This information is useful during > > debugging because it shows which domains or resources were exposed by > > firmware during probe. > > > > Add logging of the number of supported entities to the SCMI cpufreq, > > pinctrl, reset, hwmon, and powercap client drivers after a successful > > probe. This aligns these drivers with the existing logging in the SCMI > > power and performance domain drivers. > > > > Signed-off-by: Alex Tran > Hi Alex, > > Just curious but why +CC linux-iio and IIO folk? > > May be you had a false suggestion to add them from get maintainers. > If so be sure to check it's suggestions make sense! > My guess, the intention was to add similar logging in scmi_iio_dev_probe() as well, may have got dropped {un/}intentionally, but the list remained in place. The author of the driver is also cc-ed. -- Regards, Sudeep