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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5FC4C433F5 for ; Tue, 11 Jan 2022 18:13:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244120AbiAKSN2 (ORCPT ); Tue, 11 Jan 2022 13:13:28 -0500 Received: from foss.arm.com ([217.140.110.172]:50348 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243842AbiAKSN0 (ORCPT ); Tue, 11 Jan 2022 13:13:26 -0500 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 0B059D6E; Tue, 11 Jan 2022 10:13:26 -0800 (PST) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2DC9F3F766; Tue, 11 Jan 2022 10:13:24 -0800 (PST) Date: Tue, 11 Jan 2022 18:13:21 +0000 From: Cristian Marussi To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: sudeep.holla@arm.com, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com Subject: Re: [PATCH v8 00/11] Introduce atomic support for SCMI transports Message-ID: <20220111181321.GC6113@e120937-lin> References: <20211220195646.44498-1-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211220195646.44498-1-cristian.marussi@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 20, 2021 at 07:56:35PM +0000, Cristian Marussi wrote: > Hi all, > Hi this series has now been partially queued (01-->08), the remaining patches on virtio polling and SCMI CLK atomic support will be posted as a new small patchset in the next cycle. Thanks, Cristian 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 1B69FC433EF for ; Tue, 11 Jan 2022 18:14:57 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T1HAeaFGJVsRO3QOs8Knr5UfgQ33bgmDqCJ62DuMylw=; b=XyXZZGB7vGHfmd yjWIPM7PiUxD2LIfhlJViGpTWcPmxvev8vV4Co50LKslen0rdci1rG8t8+Q6+RF/9OWFkEL90mwm/ GS/rJapPlShL5GUf5jFhYQ1v/qNKYuOYTM6Ufbe/oHykW9epj+kG94tKBL09JCvjA6sLIlMUgzhCY HfTfk8uSdX4aat0gouyJgqrs+XhByn+5pzzAKWLZvQ2SNJtqORWUV/b7ZXM2BencYTuYV320iP0Xy 9RgHa4ocKjya2w0zXwQTVqa8HisktoP9ZQ7hNxXSqiNoitS2WL7HcfT78BLkJFHxyHjuoXYOO3Ffw gRdQfDI/BYwP7BlJW0bw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n7LeI-00HFPu-BH; Tue, 11 Jan 2022 18:13:34 +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 1n7LeE-00HFP4-IA for linux-arm-kernel@lists.infradead.org; Tue, 11 Jan 2022 18:13:31 +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 0B059D6E; Tue, 11 Jan 2022 10:13:26 -0800 (PST) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2DC9F3F766; Tue, 11 Jan 2022 10:13:24 -0800 (PST) Date: Tue, 11 Jan 2022 18:13:21 +0000 From: Cristian Marussi To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: sudeep.holla@arm.com, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com Subject: Re: [PATCH v8 00/11] Introduce atomic support for SCMI transports Message-ID: <20220111181321.GC6113@e120937-lin> References: <20211220195646.44498-1-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211220195646.44498-1-cristian.marussi@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220111_101330_687641_C936125D X-CRM114-Status: UNSURE ( 7.88 ) 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 Mon, Dec 20, 2021 at 07:56:35PM +0000, Cristian Marussi wrote: > Hi all, > Hi this series has now been partially queued (01-->08), the remaining patches on virtio polling and SCMI CLK atomic support will be posted as a new small patchset in the next cycle. Thanks, Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel