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=-5.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 696E4C48BE0 for ; Fri, 11 Jun 2021 17:15:06 +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 3AD2B6124C for ; Fri, 11 Jun 2021 17:15:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3AD2B6124C 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: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=XM+jOLJDiJq6CxOAYXOpQdWPdjUF6cjR+1X2ODkR1cM=; b=wWrXtvxxdmEu8l IJ2DwgIBu41gBkOo2W6TTi2MrrrA5JHIFIUOXw5Mb66vNvc9onhKHd3evcMox+2Tb5liHMds51w1Z rjuN3P9gtRWsgXwEJHCrk0HpSdwyk4pEZqpz2xJsHGf1pksxumvvDg+vM+PT5TQRwv223sb7lJQpV j11sgc4TisUBEH1OFEEJa2VmWilAPlAoutZgcqtAEmBnoF6LeqiGE6MlEG14MWznXAvBiWgeK9yv9 bnSAg+nsfoWsm9saE/csvMFvErtddUOHjSt+SzZu8Z2diML2bcYwS5DsHrEvUPjEFF670EtieAyIZ 2Yhhu+aOJNIzwQ/1r65w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrkiG-006H3J-16; Fri, 11 Jun 2021 17:12:56 +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 1lrkbh-006EJU-BW for linux-arm-kernel@lists.infradead.org; Fri, 11 Jun 2021 17:06:10 +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 942FED6E; Fri, 11 Jun 2021 10:06:08 -0700 (PDT) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 264083F719; Fri, 11 Jun 2021 10:06:06 -0700 (PDT) Date: Fri, 11 Jun 2021 18:06:00 +0100 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 v2 0/5] Review/Extend SCMI Transport Core layer Message-ID: <20210611170600.GA35183@e120937-lin> References: <20210601102421.26581-1-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210601102421.26581-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-20210611_100609_470570_008AA31B X-CRM114-Status: UNSURE ( 9.64 ) 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 Hi, On Tue, Jun 01, 2021 at 11:24:16AM +0100, Cristian Marussi wrote: > Hi all, > > 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. > I'm going to retire this series as standalone and post these changes only together with the SCMI VirtIO series that need them at: https://lore.kernel.org/linux-arm-kernel/20210611165937.701-1-cristian.marussi@arm.com/T/#t Thanks, Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel