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 X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8656DC4708F for ; Fri, 4 Jun 2021 08:56:27 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 513A96140F for ; Fri, 4 Jun 2021 08:56:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 513A96140F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=4XZ+44l3+Xg3FPwVITbhz2932A1Xlpuwe7YzhkVLb3I=; b=qxeOzLH+3iHAYU AHMYOwF4w+u7aB6NbWQNrlUPjoJCudcRcb2GHSlQt3eS/BfLHFSsf/IWFjR5tZiKcj1Fa/Iaebe+D 0MF9LwJSPkN17Oq8h0oHQ4YnS35o6HU4bZRjpFR7/5qd8p4h7xOchtoY+0le3S1G7s14vPFa7Trvi 8HTVqMrnUgLuf3So/yua6Pk7MNisEQj8mPUeftAIjYmQWP9qJ+i+DrLsG+U9hQI7FD/bPvBenuXas anjvXJkuRuUdN/9UAzzpPbPKBxfVdA9kibRF4Uirb4xvxuSjRLb+qgopQf0f8iNOYHVA4jU1QM972 0XjHImjiEvQrcahN6uwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lp5bX-00CPCT-B7; Fri, 04 Jun 2021 08:54:59 +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 1lp5bT-00CPBU-Ov for linux-arm-kernel@lists.infradead.org; Fri, 04 Jun 2021 08:54:57 +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 980291063; Fri, 4 Jun 2021 01:54:54 -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 32FE43F774; Fri, 4 Jun 2021 01:54:53 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Cristian Marussi Cc: Sudeep Holla , f.fainelli@gmail.com, james.quinlan@broadcom.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, Jonathan.Cameron@Huawei.com, souvik.chakravarty@arm.com Subject: Re: (subset) [PATCH v2 0/5] Review/Extend SCMI Transport Core layer Date: Fri, 4 Jun 2021 09:54:50 +0100 Message-Id: <162279684371.1763354.4697663546315752509.b4-ty@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210601102421.26581-1-cristian.marussi@arm.com> References: <20210601102421.26581-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-20210604_015455_874545_CDD78314 X-CRM114-Status: UNSURE ( 8.25 ) 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 Tue, 1 Jun 2021 11:24:16 +0100, Cristian Marussi wrote: > this short series is meant to review and extend a couple of SCMI transport > core layer mechanisms in order to ease the interaction with more complex > SCMI transport driver like the upcoming virtio-scmi and optee-scmi. > > The commits in this series have not and *should not* have any impact or > require any change in the currently existing SCMI transports. > > [...] Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/5] firmware: arm_scmi: reset_rx_to_maxsz during async commands https://git.kernel.org/sudeep.holla/c/0cb7af474e -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel