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.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,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 1BD20C4338F for ; Thu, 29 Jul 2021 16:19:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 044F161050 for ; Thu, 29 Jul 2021 16:19:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231576AbhG2QT2 (ORCPT ); Thu, 29 Jul 2021 12:19:28 -0400 Received: from foss.arm.com ([217.140.110.172]:52102 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229769AbhG2QT1 (ORCPT ); Thu, 29 Jul 2021 12:19:27 -0400 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 49A191FB; Thu, 29 Jul 2021 09:19:24 -0700 (PDT) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 727793F73D; Thu, 29 Jul 2021 09:19:21 -0700 (PDT) Date: Thu, 29 Jul 2021 17:19:18 +0100 From: Cristian Marussi To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, virtualization@lists.linux-foundation.org, virtio-dev@lists.oasis-open.org, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com, igor.skalkin@opensynergy.com, peter.hilber@opensynergy.com, alex.bennee@linaro.org, jean-philippe@linaro.org, mikhail.golubev@opensynergy.com, anton.yakovlev@opensynergy.com, Vasyl.Vavrychuk@opensynergy.com, Andriy.Tryshnivskyy@opensynergy.com Subject: Re: [PATCH v6 15/17] firmware: arm_scmi: Add optional link_supplier() transport op Message-ID: <20210729161918.GO6592@e120937-lin> References: <20210712141833.6628-1-cristian.marussi@arm.com> <20210712141833.6628-16-cristian.marussi@arm.com> <20210728153647.llr6bfhyja5ezkth@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210728153647.llr6bfhyja5ezkth@bogus> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 28, 2021 at 04:36:47PM +0100, Sudeep Holla wrote: > On Mon, Jul 12, 2021 at 03:18:31PM +0100, Cristian Marussi wrote: > > From: Peter Hilber > > > > Some transports are also effectively registered with other kernel subsystem > > in order to be properly probed and initialized; as a consequence such kind > > of transports, and their related devices, might still not have been probed > > and initialized at the time the main SCMI core driver is probed. > > > > Add an optional .link_supplier() transport operation which can be used by > > the core SCMI stack to dynamically check if the transport is ready and > > dynamically link its device to the platform instance device. > > > > To be precise, > > s/platform instance device/SCMI platform instance device Yes I'll fix. 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 X-Spam-Level: X-Spam-Status: No, score=-6.0 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,URIBL_BLOCKED,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 AD6D3C4338F for ; Thu, 29 Jul 2021 16:22:21 +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 750B56023F for ; Thu, 29 Jul 2021 16:22:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 750B56023F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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=wS6qgAwgmyUT1Navj5RPUwiitMbfvEcazJ+w/Eo7dHY=; b=Z+urd1GBLprBHY F8Bxnv22YUR1635Furezv2xWhMY9h6VRPr3swdtl5qV/vGvD7kBr47vk2cW2bdzJiIdhsx1TLE9A5 f1elz7PK7kR67ypKTtg9smSEybKsXGubAeKmJmr92LGcd+DZl9KGrFtpuRR3O/TKZAvVf41RxJkD7 SS2ilVvpqXidD3S6j6caUVB/3YDstxq+MXg27LxYdd395G+NdSYbkrJ0hZp2pA0/U71HISHfWMA4c r5hG7mBOMBb8RlFNcIVv6O/t4lUnZrcheZp4xEwziY1Msxgqv5+31UbxZMUw/wKS3/j1J5MIkhkWP FNlPISvnzXgutQLfZpjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m98la-00533Q-Qw; Thu, 29 Jul 2021 16:20:15 +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 1m98km-0052nI-VE for linux-arm-kernel@lists.infradead.org; Thu, 29 Jul 2021 16:19:26 +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 49A191FB; Thu, 29 Jul 2021 09:19:24 -0700 (PDT) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 727793F73D; Thu, 29 Jul 2021 09:19:21 -0700 (PDT) Date: Thu, 29 Jul 2021 17:19:18 +0100 From: Cristian Marussi To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, virtualization@lists.linux-foundation.org, virtio-dev@lists.oasis-open.org, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com, igor.skalkin@opensynergy.com, peter.hilber@opensynergy.com, alex.bennee@linaro.org, jean-philippe@linaro.org, mikhail.golubev@opensynergy.com, anton.yakovlev@opensynergy.com, Vasyl.Vavrychuk@opensynergy.com, Andriy.Tryshnivskyy@opensynergy.com Subject: Re: [PATCH v6 15/17] firmware: arm_scmi: Add optional link_supplier() transport op Message-ID: <20210729161918.GO6592@e120937-lin> References: <20210712141833.6628-1-cristian.marussi@arm.com> <20210712141833.6628-16-cristian.marussi@arm.com> <20210728153647.llr6bfhyja5ezkth@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210728153647.llr6bfhyja5ezkth@bogus> 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-20210729_091925_086937_50725137 X-CRM114-Status: GOOD ( 15.21 ) 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, Jul 28, 2021 at 04:36:47PM +0100, Sudeep Holla wrote: > On Mon, Jul 12, 2021 at 03:18:31PM +0100, Cristian Marussi wrote: > > From: Peter Hilber > > > > Some transports are also effectively registered with other kernel subsystem > > in order to be properly probed and initialized; as a consequence such kind > > of transports, and their related devices, might still not have been probed > > and initialized at the time the main SCMI core driver is probed. > > > > Add an optional .link_supplier() transport operation which can be used by > > the core SCMI stack to dynamically check if the transport is ready and > > dynamically link its device to the platform instance device. > > > > To be precise, > > s/platform instance device/SCMI platform instance device Yes I'll fix. Thanks, Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 3B27B986476 for ; Thu, 29 Jul 2021 16:19:25 +0000 (UTC) Date: Thu, 29 Jul 2021 17:19:18 +0100 From: Cristian Marussi Message-ID: <20210729161918.GO6592@e120937-lin> References: <20210712141833.6628-1-cristian.marussi@arm.com> <20210712141833.6628-16-cristian.marussi@arm.com> <20210728153647.llr6bfhyja5ezkth@bogus> MIME-Version: 1.0 In-Reply-To: <20210728153647.llr6bfhyja5ezkth@bogus> Subject: [virtio-dev] Re: [PATCH v6 15/17] firmware: arm_scmi: Add optional link_supplier() transport op Content-Type: text/plain; charset=us-ascii Content-Disposition: inline To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, virtualization@lists.linux-foundation.org, virtio-dev@lists.oasis-open.org, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com, igor.skalkin@opensynergy.com, peter.hilber@opensynergy.com, alex.bennee@linaro.org, jean-philippe@linaro.org, mikhail.golubev@opensynergy.com, anton.yakovlev@opensynergy.com, Vasyl.Vavrychuk@opensynergy.com, Andriy.Tryshnivskyy@opensynergy.com List-ID: On Wed, Jul 28, 2021 at 04:36:47PM +0100, Sudeep Holla wrote: > On Mon, Jul 12, 2021 at 03:18:31PM +0100, Cristian Marussi wrote: > > From: Peter Hilber > > > > Some transports are also effectively registered with other kernel subsystem > > in order to be properly probed and initialized; as a consequence such kind > > of transports, and their related devices, might still not have been probed > > and initialized at the time the main SCMI core driver is probed. > > > > Add an optional .link_supplier() transport operation which can be used by > > the core SCMI stack to dynamically check if the transport is ready and > > dynamically link its device to the platform instance device. > > > > To be precise, > > s/platform instance device/SCMI platform instance device Yes I'll fix. Thanks, Cristian --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org