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 1EF86C433FE for ; Tue, 3 May 2022 08:05:58 +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=IutnEvfRgUyC/CcmAmW10Ndidz1O0xgRk8mdI+zxaGs=; b=zYbqvIV7N5zz5/ /bAwwghjQrwCdADbYyfb7e1uDlykkRTD6+kpXfTmfa8c3418GY0KmScRVBJLwqNrYz3oU4B4TYT3z GDbjq/6sbmjfVUfJHo2aM0yjmR1vEpTwJfLyuXlti047oeodns1xgZsEvRc8et5A+tuTcnru3wM1U ae2k/lZXfmYSPMP8xH1yV6Um7vBmfqa9Mwpoof/rInRJ6rp4cDgzWG0jxwt7pC7mOTkLIJD+lbxj+ Tkr33z0HVo51XgKwCGn2PLiHvdFPU7PaIZqP4SCF/TDlwb75pqdqquJd2z/OTRk6bLHwM+W+ZVflH AQ+xMc1vk50MnY6fHDIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlnWh-004Vpq-In; Tue, 03 May 2022 08:04:55 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nlnWI-004Vg1-Jy for linux-arm-kernel@lists.infradead.org; Tue, 03 May 2022 08:04:36 +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 A38AC12FC; Tue, 3 May 2022 01:04:17 -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 4AEEB3F774; Tue, 3 May 2022 01:04:16 -0700 (PDT) From: Sudeep Holla To: Cristian Marussi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Sudeep Holla , etienne.carriere@linaro.org, james.quinlan@broadcom.com, souvik.chakravarty@arm.com, Jonathan.Cameron@Huawei.com, vincent.guittot@linaro.org, f.fainelli@gmail.com Subject: Re: [PATCH 00/22] SCMIv3.1 Miscellaneous changes Date: Tue, 3 May 2022 09:03:54 +0100 Message-Id: <165156489185.2921185.2337902735706863789.b4-ty@arm.com> X-Mailer: git-send-email 2.36.0 In-Reply-To: <20220330150551.2573938-1-cristian.marussi@arm.com> References: <20220330150551.2573938-1-cristian.marussi@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220503_010430_834255_4AA690A0 X-CRM114-Status: UNSURE ( 8.22 ) 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 Wed, 30 Mar 2022 16:05:29 +0100, Cristian Marussi wrote: > this series introduces a bunch of SCMIv3.1 miscellaneous changes to support > basically all the SCMIv3.1 specification [1] addition with the exclusion of > the Powercap protocol and driver which will be introduced later on in > another series. > > Most notably the series adds: > > [...] Applied to sudeep.holla/linux (for-next/scmi), thanks! [02/22] firmware: arm_scmi: Make protocols init fail on basic errors https://git.kernel.org/sudeep.holla/c/4de1b36fae [03/22] firmware: arm_scmi: Fix Base list protocols enumeration https://git.kernel.org/sudeep.holla/c/8009120e03 [04/22] firmware: arm_scmi: Validate BASE_DISCOVER_LIST_PROTOCOLS reply https://git.kernel.org/sudeep.holla/c/3b0041f6e1 [05/22] firmware: arm_scmi: Dynamically allocate protocols array https://git.kernel.org/sudeep.holla/c/776b6c8a25 [06/22] firmware: arm_scmi: Make name_get operations return a const https://git.kernel.org/sudeep.holla/c/992be5d3c8 [07/22] firmware: arm_scmi: Check CLOCK_RATE_SET_COMPLETE async reply https://git.kernel.org/sudeep.holla/c/c7e223f5c7 [08/22] firmware: arm_scmi: Remove unneeded NULL termination of clk name https://git.kernel.org/sudeep.holla/c/91ebc56cbc [09/22] firmware: arm_scmi: Split protocol specific definitions in a dedicated header https://git.kernel.org/sudeep.holla/c/23136bff80 [10/22] firmware: arm_scmi: Introduce a common SCMIv3.1 .extended_name_get helper https://git.kernel.org/sudeep.holla/c/5c873d120d [11/22] firmware: arm_scmi: Add SCMIv3.1 extended names protocols support https://git.kernel.org/sudeep.holla/c/b260fccaeb [12/22] firmware: arm_scmi: Parse clock_enable_latency conditionally https://git.kernel.org/sudeep.holla/c/df3576d14a [13/22] firmware: arm_scmi: Add iterators for multi-part commands https://git.kernel.org/sudeep.holla/c/36b6ea0fc6 [14/22] firmware: arm_scmi: Use common iterators in Sensor protocol https://git.kernel.org/sudeep.holla/c/7cab537704 [15/22] firmware: arm_scmi: Add SCMIv3.1 SENSOR_AXIS_NAME_GET support https://git.kernel.org/sudeep.holla/c/802b0bed01 [16/22] firmware: arm_scmi: Use common iterators in Clock protocol https://git.kernel.org/sudeep.holla/c/7bc7caafe6 [17/22] firmware: arm_scmi: Use common iterators in Voltage protocol https://git.kernel.org/sudeep.holla/c/d8d7e91316 [18/22] firmware: arm_scmi: Use common iterators in Perf protocol https://git.kernel.org/sudeep.holla/c/79d2ea9244 [19/22] firmware: arm_scmi: Add SCMIv3.1 Clock notifications https://git.kernel.org/sudeep.holla/c/7aa75496ea [20/22] firmware: arm_scmi: Add SCMIv3.1 VOLTAGE_LEVEL_SET_COMPLETE https://git.kernel.org/sudeep.holla/c/4c74701b1e [21/22] firmware: arm_scmi: Add SCMI v3.1 Perf power-cost in microwatts https://git.kernel.org/sudeep.holla/c/3630cd8130 [22/22] firmware: arm_scmi: Add SCMIv3.1 PERFORMANCE_LIMITS_SET checks https://git.kernel.org/sudeep.holla/c/71bea05797 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel