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 F1533423A62; Thu, 14 May 2026 15:44:34 +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=1778773475; cv=none; b=F/PNjlVDGT0riO/6nhaA1eTyogE5Js9qkp71ER2Vq6xQfBfM8mhxPZkTfVLcigxGUC1ukvXsEbrbo6HDmY0zSW1yBe3hUWhdDI1Y6JYeHj1a3qmir397yn6bdwI117t9Oh7VIY96NVMzXri0SXaUMNMuzvsaTfNW9dqeaoIQuiI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778773475; c=relaxed/simple; bh=CVhvSu6SkBppssOg7G5C2DGY9lLATzw7R1N/Bet/nzg=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=QC1F2BIB+C7o99mOvr+8/71qVZnmZ2JxM7vUW4x3CrjpGC74y7OlyWmoAZNTZAiw0MsohCPTglMV0kvyPnh5ocQBKYQCHdhUwjcKTUsu1L2/TuWYVLAwXzSNQessC89dr7AyaoGaiUkTI4WowY8g2iFIey5ogiHD0I5bwiaVPO4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OfPF7T8D; 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="OfPF7T8D" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31F46C2BCB3; Thu, 14 May 2026 15:44:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778773474; bh=CVhvSu6SkBppssOg7G5C2DGY9lLATzw7R1N/Bet/nzg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OfPF7T8Dkf57fQNYbdn1sJwBXS6alw7Q80vJL5FGwa2aKEx8wDyDBLGSLWsSEshsu Pn1xToB2PgjjLwZO2moTMx3IQ4j/GJussxwCtDD3BhgSJIw9qfu2RGM+IePNiMOu2e b6vVqN6As7QplUup4ak5gPy3O2D2Ri/ruJxq1IwnxJ9AhQbEid5RYXmOxbatN0RaNN W1H0TaDNZRCTLaovQQpHLbMI1jg3QzHUmGuhEgud8dgNYV9Hs0EvuRl5J5EfZhn4vI Rp+Orfxw6qDTq57H5bli8GIvbfV1OQQ7dubMPGcxe2pJGgTPJVECRXxLEo5s/InDVf VsflAmexmcR7Q== Date: Thu, 14 May 2026 16:44:22 +0100 From: Jonathan Cameron To: Alex Tran Cc: Jyoti Bhayana , David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Sudeep Holla , 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: <20260514164422.0eba9a61@jic23-huawei> In-Reply-To: <20260513-scmi-client-probe-log-v2-0-36607e9dd540@oss.qualcomm.com> References: <20260513-scmi-client-probe-log-v2-0-36607e9dd540@oss.qualcomm.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-hwmon@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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! Not to worry - we can all hit the delete button ;) Jonathan > --- > Changes in v2: > - Use dev_dbg instead of dev_info log level > - Link to v1: https://lore.kernel.org/r/20260513-scmi-client-probe-log-v1-0-00b47b1be009@oss.qualcomm.com > > --- > Alex Tran (5): > powercap: arm_scmi_powercap: Log number of powercap domains > cpufreq: scmi-cpufreq: Log number of perf domains > hwmon: scmi-hwmon: Log number of sensors > reset: reset-scmi: Log number of reset domains > pinctrl: pinctrl-scmi: Log number of pins, groups, functions > > drivers/cpufreq/scmi-cpufreq.c | 5 ++++- > drivers/hwmon/scmi-hwmon.c | 1 + > drivers/pinctrl/pinctrl-scmi.c | 11 ++++++++++- > drivers/powercap/arm_scmi_powercap.c | 1 + > drivers/reset/reset-scmi.c | 8 +++++++- > 5 files changed, 23 insertions(+), 3 deletions(-) > --- > base-commit: 1bfaee9d3351b9b32a99766bbfb1f5baed60ddef > change-id: 20260509-scmi-client-probe-log-173cf85d5563 > > Best regards,