From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6F358346E60 for ; Wed, 11 Mar 2026 20:56:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773262606; cv=none; b=iEti/tQjpLCloVMpWtALokTx6vFonmPY/s/BXOQweJlW0r3sbg/DAs6VhhEUSFN5EL5Cdplha2J2Gu4vNf24U7pmUdtqyagSrSHPTmcTe8cSgIwgSSDLIV+02Jg8/pwg7R7qU08iMgFasannp5u0chWsyBGB0FcFUuOSgixz49Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773262606; c=relaxed/simple; bh=lrM6SdSaCsClSZdw9o+efFHo76I/LXqdd19scY5HvmY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=DLWZHC3+rFYazqr7Aa7u3vLLGbAcZ43cvvfji9GKsyTYmbUyyw7o55t8THmczxTe9ErtRxJku7thimRhEsn2WCXwoWyUksagCV7x/5ajV+Ac5efpLK/kYdzR5/w9pwlBGJX5yaQeswp48N90qZ6FCeYY/A+eF0B0Of0QOmYV7cw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ivtT51Xi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ivtT51Xi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E0A7C2BCB7; Wed, 11 Mar 2026 20:56:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773262606; bh=lrM6SdSaCsClSZdw9o+efFHo76I/LXqdd19scY5HvmY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ivtT51Xi+u75a/AudCeznrqj7KLWV3BIhn5au4BJQbrTvNHx+mZXomYmcvBVFnyKc b90+orGQVdC/J712Ak4LPOowuXKc+JFgE5gCjgmfpA7y5WWkO3Vi6xOgY88fqoDFs8 i3PmAHBwiz7QshaVRBkVJA98ONnldrzPY89YbrSO4jsUGk+sWwmRgnycqOzWEEnN3F jjuV07iz+adXgCXXyErh5JdTWHsz3mVlEsx0XEbjydn/MZbyAaUg/3CqP3FpeiVZbF 5Cu45RA3UIGux1CaHMi+VZ6C/w+50xlWznpBfxpw0mmhaJR8t1TsxuVVaCf0gDqQV9 WJspjFBIo86sw== From: Bjorn Andersson To: Krzysztof Kozlowski , Bjorn Andersson , Konrad Dybcio , Dmitry Baryshkov , Sumit Garg , Jens Wiklander , Harshal Dev Cc: Amirreza Zarrabi , Arnd Bergmann , Geert Uytterhoeven , op-tee@lists.trustedfirmware.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs Date: Wed, 11 Mar 2026 15:56:36 -0500 Message-ID: <177326259456.44574.8054796134208457144.b4-ty@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260114-qcom_qcomtee_defconfig-v4-1-ec676311171f@oss.qualcomm.com> References: <20260114-qcom_qcomtee_defconfig-v4-1-ec676311171f@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Wed, 14 Jan 2026 13:49:14 +0530, Harshal Dev wrote: > All Qualcomm SoCs starting from SM8650 provide access to the Qualcomm > Trusted Execution Environment (QTEE) through the SMCInvoke interface, > implemented by the QCOMTEE driver. QTEE runs in the Secure World domain > on ARM64 CPUs and exposes secure services to Linux running in the Normal > World domain. > > This change enables the QCOMTEE driver as a module to support > communication with QTEE. > > [...] Applied, thanks! [1/1] arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs commit: dccccbb739510a63cc62eb3cc1261392cc6045f7 Best regards, -- Bjorn Andersson