From patchwork Thu Apr 4 14:03:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13617886 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 B4D78CD1284 for ; Thu, 4 Apr 2024 14:03:40 +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=b2or7UTtG5Y59te+yejWu0E5SLXSy1Hs/ptaOa83xn0=; b=gIHcg+Fxhoiqas C6eI7dnD9q/Go5erWplL84JZUfrzSI+9Hhu64voIcAuPYs7KiL7PkRU9QZ+6CQCMhQ53jbScuM2lb YryTphHHnR06+RApDArd+0oLkpOmRKPeC5xKB7CszCL1KY2xBhdrT6kowl7LuZusjKTFSf1BPlqro H11JsLpca3hckBDAlXzR4IcKewDx44EJbtbarPYWBQMn2NoXljndDifiHjuX0cdMTIOQcGSlfxKwo w1UQXm47asEq49gWgv/GXa6lidusojc3pMA/5mYXnLbFegl+wDBUWhZjdEQ/nzro5B4C+cJb2mUXO 4v7FaWq5BAEWFkpvjU7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsNgX-00000002w07-0Vl4; Thu, 04 Apr 2024 14:03:21 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsNgT-00000002vz5-2Nub for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2024 14:03:19 +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 6D9EAFEC; Thu, 4 Apr 2024 07:03:43 -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 AB2E83F64C; Thu, 4 Apr 2024 07:03:11 -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: Fixes for v6.9 Date: Thu, 4 Apr 2024 15:03:05 +0100 Message-ID: <20240404140306.450330-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240404_070317_673080_1F23BC4C X-CRM114-Status: UNSURE ( 5.79 ) 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 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-6.9 for you to fetch changes up to b70c7996d4ffb2e02895132e8a79a37cee66504f: firmware: arm_scmi: Make raw debugfs entries non-seekable (2024-03-25 10:14:28 +0000) ---------------------------------------------------------------- Arm SCMI fixes for v6.9 Couple of fixes to address wrong fastchannel initialization in powercap protocol and disable seeking support for SCMI raw debugfs entries. ---------------------------------------------------------------- Cristian Marussi (1): firmware: arm_scmi: Make raw debugfs entries non-seekable Pierre Gondois (1): firmware: arm_scmi: Fix wrong fastchannel initialization drivers/firmware/arm_scmi/powercap.c | 2 +- drivers/firmware/arm_scmi/raw_mode.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-)