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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 C3395C43458 for ; Sat, 11 Jul 2026 16:03:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0A33E10E3A8; Sat, 11 Jul 2026 16:03:53 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="lgr4/5Ac"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 651F010E3B5; Sat, 11 Jul 2026 16:03:51 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 853BC601D9; Sat, 11 Jul 2026 16:03:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2ABAD1F000E9; Sat, 11 Jul 2026 16:03:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783785830; bh=LCSrKy3yKc9O23s4OGvQ6iul5x3Q05f94mW04VT5aSk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lgr4/5Ac9NnZQdqqiVrKCJpWWgAusTqDLrHRheuoQ78w/r/6Qc+PK2Lws6bG+R2yi 6V50H/wVABcT/CyLxk6TIAZDUa7Cyg23Harw7HG0v0PF0GTimw3aYNUi/H+RiVlu/y yqpMktemrmhB4FB69SqXSAu5mIIpaTjpubt8bGRPFe1KX8efFtzRTUpG73Pu59pAAi q1Ql+LMOMAk96AHMmYU2rbsu/ul8SQdedlQuXzkxr12zlvEV+1yQHrYfui1tjwxcuZ +tze2p2HJct0YDzFidRikUePqpcmca1CQWZeLCOh0s0uWhlZyGRxXp4MGv939L8E4k KoIz+btJ8J24g== Date: Sat, 11 Jul 2026 11:03:45 -0500 From: Bjorn Andersson To: Sumit Garg Cc: konradybcio@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-media@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, ath12k@lists.infradead.org, linux-remoteproc@vger.kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, robin.clark@oss.qualcomm.com, sean@poorly.run, akhilpo@oss.qualcomm.com, lumag@kernel.org, abhinav.kumar@linux.dev, jesszhan0024@gmail.com, marijn.suijten@somainline.org, airlied@gmail.com, simona@ffwll.ch, vikash.garodia@oss.qualcomm.com, bod@kernel.org, mchehab@kernel.org, elder@kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, jjohnson@kernel.org, mathieu.poirier@linaro.org, trilokkumar.soni@oss.qualcomm.com, mukesh.ojha@oss.qualcomm.com, pavan.kondeti@oss.qualcomm.com, jorge.ramirez@oss.qualcomm.com, tonyh@qti.qualcomm.com, vignesh.viswanathan@oss.qualcomm.com, srinivas.kandagatla@oss.qualcomm.com, amirreza.zarrabi@oss.qualcomm.com, jenswi@kernel.org, op-tee@lists.trustedfirmware.org, apurupa@qti.qualcomm.com, skare@qti.qualcomm.com, linux-kernel@vger.kernel.org, Sumit Garg Subject: Re: (subset) [PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support Message-ID: References: <20260702115835.167602-1-sumit.garg@kernel.org> <178362521364.2422497.1305957434056184382.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jul 10, 2026 at 05:42:00PM +0530, Sumit Garg wrote: > Hi Bjorn, > > On Thu, Jul 09, 2026 at 02:32:39PM -0500, Bjorn Andersson wrote: > > > > On Thu, 02 Jul 2026 17:28:16 +0530, Sumit Garg wrote: > > > From: Sumit Garg > > > > > > Qcom platforms has the legacy of using non-standard SCM calls > > > splintered over the various kernel drivers. These SCM calls aren't > > > compliant with the standard SMC calling conventions which is a > > > prerequisite to enable migration to the FF-A specifications from Arm. > > > > > > [...] > > > > Applied, thanks! > > > > [01/14] firmware: qcom: Add a generic PAS service > > commit: 08314e7c2c38b9ae6a5e01c58ed10a950859404d > > [02/14] firmware: qcom_scm: Migrate to generic PAS service > > commit: 5c1a2975d23c51c01aca51945d0f10a4ee4c9020 > > [03/14] firmware: qcom: Add a PAS TEE service > > commit: b6f7978da0c4d26fe465aa6634f5a0b48f900de0 > > [14/14] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service > > commit: 6701259025d49139131a0eb2257659a066dcca22 > > > > This is available as an immutable branch, for other subsystems to pull at: > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git 20260702115835.167602-2-sumit.garg@kernel.org > > > > > > [04/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs > > commit: 254030af0d81b12b7624d9ce85c6bdd3171629c6 > > [05/14] remoteproc: qcom_q6v5_mss: Switch to generic PAS TZ APIs > > commit: f3b1357673ddb37ae8b9a8fe44df73cbd2a519c5 > > [06/14] remoteproc: qcom_wcnss: Switch to generic PAS TZ APIs > > commit: ea3b5245f5deba916320b32a8e6510a74c034c17 > > [07/14] remoteproc: qcom: Select QCOM_PAS generic service > > commit: c4383254ac7a529736577e304176a10371c2ee0b > > > > Thanks for picking the partial set although I expected for you to pick > the entire set given acks from all the other subsystem maintainers. Let > me know how we should proceed further. > That would be desirable, so that I can also merge the cleanup patch at the tail end there. I did miss Dmitry's ack on the drm patch - that one I could have merged, but I don't see acks from media and net maintainers. I'm fine either way (them providing acks, or merging the immutable branch and respective change). As you can see Jeff did the latter already. Thanks Jeff! This leaves us with the cleanup patch (13), which I think we can pick for v7.3-rc2. Regards, Bjorn