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 15819CD80A0 for ; Tue, 10 Oct 2023 10:22:19 +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=uMVP5KyPRA+ThvEj9Ya7MicFe2QGnd/CIB552LtQHIM=; b=jrrWYUjW78s3H0 EyXDXAdC159abqGvtpenH+kFeE7BBPCZCI8YMgo9NJ+L06RueIjiO9pGLwtwlChlqDiUr4JFwZBpl J1oYiy6KBfveKaOzyQsa/GeGZwo2egJsP1OZLMr1XcznTtPR5CeTYFGNjLQyCnBLU+5OUY+q5fvrq vhh4m8I3Ad7bGhkNiG1YR8i2c+EL6QjK56k5VEAeFzjM3qNFS/nACkUH1HSZHBqXBnynZaWSHkVXy u0PrY0WuN4J4LLJsczLf5E0MpuE2KKw8oRlFXdwGRbcijCB36XvvWYd1nx2p7fZnjuUtt4MNWCKg0 9n6sFbNIkgMUl7mGINKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq9s0-00D0mT-1c; Tue, 10 Oct 2023 10:21:44 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq9rx-00D0lw-2u for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 10:21:43 +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 427871FB; Tue, 10 Oct 2023 03:22:21 -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 EF5C93F762; Tue, 10 Oct 2023 03:21:38 -0700 (PDT) From: Sudeep Holla To: Nikunj Kela Cc: Sudeep Holla , cristian.marussi@arm.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v6 0/2] Add qcom smc/hvc transport support Date: Tue, 10 Oct 2023 11:21:34 +0100 Message-ID: <169693319086.1604600.8500677633638384103.b4-ty@arm.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231009191437.27926-1-quic_nkela@quicinc.com> References: <20230718160833.36397-1-quic_nkela@quicinc.com> <20231009191437.27926-1-quic_nkela@quicinc.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_032142_020373_508F6ADB X-CRM114-Status: UNSURE ( 9.78 ) 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, 09 Oct 2023 12:14:35 -0700, Nikunj Kela wrote: > This change augments smc transport to include support for Qualcomm virtual > platforms by passing a parameter(capability-id) in the hypervisor call to > identify which doorbell to assert. This parameter is dynamically generated > at runtime on the device and insuitable to pass via the devicetree. > > The capability-id is stored by firmware in the shmem region. > > [...] Applied to sudeep.holla/linux (for-next/scmi/updates), thanks! [1/2] dt-bindings: arm: Add new compatible for smc/hvc transport for SCMI https://git.kernel.org/sudeep.holla/c/6979f88f5a8e [2/2] firmware: arm_scmi: Add qcom smc/hvc transport support https://git.kernel.org/sudeep.holla/c/da405477e767 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel