From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 92C5D2D0618; Wed, 14 Jan 2026 12:22:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768393361; cv=none; b=E4Ajnv9t8fEEwiy8Wf9bEXvNo7tMvnJMhN1WCE0yQbSSNC1F4ZEQKn+wP9vbpsxDaNZq1Rhgza/gNSw2NfZ+ttA6UYtz7UaJaEQs2XvzKdQvKejc/OZx45F1Pxm4k8ASHB6IE00tbs/znJUd0VvG0hVnyiXfaMcNh7qpeC95ux0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768393361; c=relaxed/simple; bh=zMb6wXd+8pW2iLhhU5stQfcUpnqBMCYhUyr2fLXib5U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AYxyBU9rRDtlDC4u0wCx9t64bMvJuem9oimMicIY2OSbPDkmkmMue6h4x2/kzHE25+ItSL2qub4HpmEH6fn/xAILr0hoLNLWGV+Boe5Tnq+dp9FUHHCz2oqLwvHJM3IECH5V8Xx1wrrPI2YSwwiAjOT5dSNrfMsSnedvPMr0oaw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=foss.arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=foss.arm.com 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 61D3C1424; Wed, 14 Jan 2026 04:22:33 -0800 (PST) Received: from bogus (e133711.arm.com [10.1.197.51]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 320D63F632; Wed, 14 Jan 2026 04:22:39 -0800 (PST) Date: Wed, 14 Jan 2026 12:22:37 +0000 From: Sudeep Holla To: Sergey Shtylyov Cc: Cristian Marussi , "Rafael J. Wysocki" , Viresh Kumar , arm-scmi@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] cpufreq: scmi: correct SCMI explanation Message-ID: References: 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: On Tue, Jan 13, 2026 at 10:33:30PM +0300, Sergey Shtylyov wrote: > SCMI stands for System Control and Management Interface, not System Control > and Power Interface -- apparently, Sudeep Holla copied this line from his > SCPI driver and then just forgot to update the acronym explanation... :-) > Yikes! Indeed it is copy-paste. Thanks for spotting and fixing this. Reviewed-by: Sudeep Holla -- Regards, Sudeep