From patchwork Wed Sep 27 12:16:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13400698 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 85477E810DA for ; Wed, 27 Sep 2023 12:16:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=tNSNP/84nQJwogfVRlDhQ+/WEt6msjQykBsExsuucq4=; b=LRDOiejF7Y3KBh WD33X2kmUq67QBY5fENRiM+OlAz0C/JyBSEIxnYDy9XmqzcE4Kyyg5zz491KRD4ceUtRKoXrh1dze lTNV0Eh1EHOSYGurobknBUslgLQ6plcoJHxwdu7itWuvNVcD+tKpC+GJP/NhKJhFuJT8+TelhYdM+ 0zngdO18fSOygpmyEWiQwP6d/Gz0rXPIaxY0qFdEYmKCgDiBCNW3o2R3gbdmhgIpiydr1jZwqZJES 09p1yzdELVajOllPwquG28oj/YiH6sG2ArFHfO0yjEVhz8Z0r0HHHPwkU0FUN+U8ihZYLyMN8wc+c /ZKu7vVhFv4Q9AErYQQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qlTSi-000s3S-37; Wed, 27 Sep 2023 12:16:16 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qlTSc-000s2d-1r for linux-arm-kernel@lists.infradead.org; Wed, 27 Sep 2023 12:16:12 +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 5FA5E1FB; Wed, 27 Sep 2023 05:16:46 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4A6483F5A1; Wed, 27 Sep 2023 05:16:07 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Cristian Marussi , Olof Johansson Subject: [GIT PULL] firmware: arm_scmi: Fix for v6.6 Date: Wed, 27 Sep 2023 13:16:04 +0100 Message-ID: <20230927121604.158645-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230927_051610_658876_C739CCCF X-CRM114-Status: UNSURE ( 6.98 ) 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 Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fix-6.6 for you to fetch changes up to c3638b851bc1ca0022dca9d6ca4beaa6ef03a216: firmware: arm_scmi: Fixup perf power-cost/microwatt support (2023-09-11 10:34:05 +0100) ---------------------------------------------------------------- Arm SCMI fix for v6.6 A single fix to address scmi_perf_attributes_get() using the protocol version even before it was populated and ending up with unexpected bogowatts power scale. ---------------------------------------------------------------- Sibi Sankar (1): firmware: arm_scmi: Fixup perf power-cost/microwatt support drivers/firmware/arm_scmi/perf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)