From mboxrd@z Thu Jan 1 00:00:00 1970 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 9D9EBC48BF8 for ; Thu, 22 Feb 2024 09:34:55 +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:References:In-Reply-To: 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: List-Owner; bh=w8AkkXfKLbCQsP9EeSk4y8WZWQCgYG0+C2vi9mxVGq4=; b=H6oPUReX1l5z/I NFlD9hnKDt0IjOqSV3mzBkfQRh1er3XLXbZ3RhGWX+JKLD1DsLlXGFmN6lc4ZEsPUn5AclAwtCxHf KThBpk23L62lhwLVs/wobN6ioEokHxBpvzB7dNDVF/sfVkUXLh1NAcszym8gPEGfX77efUcpNmrxs eFbfgLGtxRwD+NKc9NcYetK6bAGC1JKmhCYKv7YGD5wSrByZYLVDessXRAirDaIPiNrjgBDyHeqNu LM2XQjDx2Kvg62MdC6T8qfb+0ZTQU2Ze8MVzURCxXDhVn2Cy5EDOsaXvKzJJOciAt17WQrlxtNK/Q EwzpxhTM+1XDEUmqKaXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rd5TX-00000004GUa-0L9p; Thu, 22 Feb 2024 09:34:43 +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 1rd5TT-00000004GRz-2OFY for linux-arm-kernel@lists.infradead.org; Thu, 22 Feb 2024 09:34:41 +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 1D5BE1007; Thu, 22 Feb 2024 01:35:15 -0800 (PST) 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 7FACD3F766; Thu, 22 Feb 2024 01:34:35 -0800 (PST) From: Sudeep Holla To: cristian.marussi@arm.com, mturquette@baylibre.com, sboyd@kernel.org, "Peng Fan (OSS)" Cc: Sudeep Holla , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH V4 1/2] firmware: arm_scmi: Implement Clock get permissions Date: Thu, 22 Feb 2024 09:34:26 +0000 Message-ID: <170859423232.108904.12518027607345269340.b4-ty@arm.com> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240121110901.1414856-1-peng.fan@oss.nxp.com> References: <20240121110901.1414856-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240222_013439_691880_720DA021 X-CRM114-Status: UNSURE ( 8.73 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 21 Jan 2024 19:09:00 +0800, Peng Fan (OSS) wrote: > ARM SCMI Spec 3.2 introduces Clock Get Permission command. This patch > is to add the support. Add three bool entries to scmi_clock_info to > indicate the operation is forbidden or not. If the CLOCK_GET_PERMISSIONS > command is not supported, the three bool variables will default > set to false, otherwise they will be set according to the return result > of CLOCK_GET_PERMISSIONS. > > [...] When I was about to ask for Stephen's ack for 2/2, I noticed an issue now, will repond to it directly. Applied to sudeep.holla/linux (for-next/scmi/updates), thanks! [1/2] firmware: arm_scmi: Implement Clock get permissions https://git.kernel.org/sudeep.holla/c/dc36561e1548 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel