From patchwork Fri Apr 14 02:43:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1768754 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=ijBqquWe; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=u9DX36vH; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PyLJF5f7Hz1yZk for ; Fri, 14 Apr 2023 12:39:41 +1000 (AEST) 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: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:In-Reply-To:References: List-Owner; bh=kc0UJUVDuwLPW16W2JJVRfsvtiKd3PzMBj3REi6vXMI=; b=ijBqquWeQVaE0L HaGyleDJZOK5eZa35WkJ6ykT0OY4QxwV1vdbX5je9zquuY5gKwNryrl+Kvvuw0Vv3BN9HJN3rXbc8 lDznhRcy5JFH3vk7/y16yXiSM/orCBjI28hX7ertTggzrmuZYzzQht1qKB6WlsG0m5xEJQTaJtr1q q4Rxg7NGbKY8Ef+iPqO+w0gFs7btK7jafGxGTuwEcbeuxtyDt0w2mm6HqemwBMjth3iX3+rpxHki9 1sETzTWVhMM5Y63gvF9FValvGTJaSaHjYOA1mkKtXtna1uJB1zHMWoYzOW3UgTnN8zDAK7LvIHTP7 mgIrM7rt22CEjyBqM+Dw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pn9LT-0089oV-17; Fri, 14 Apr 2023 02:39:27 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pn9LQ-0089o8-1Q for linux-arm-kernel@lists.infradead.org; Fri, 14 Apr 2023 02:39:25 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B0C1960A77; Fri, 14 Apr 2023 02:39:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2488DC433D2; Fri, 14 Apr 2023 02:39:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681439963; bh=bdiVIisasE4JCbZBg4djOiVPEGiTmmgdoGN8uXayqrI=; h=From:List-Id:To:Cc:Subject:Date:From; b=u9DX36vHfcqefMccNWmld3kUrY5N1roU3oPOV+5juy2V0A6YqXx3tgcMNRyCJl5Y2 nf8vE/iCRotQlZVMTwP1Zta61OXl3Z43mAzL5c2cuse+CzOVQQhfcO7C+POX5gkGCU nW52xiMqcs3ZCdxA7EmmKLwkOzbGMu26q1h9IvnuNOJqqA34C7MrOKCBJ3fQA3E3Nm SH2Lq/La2JpN5U2I4GFKcRSjKFRNPyxLetg8FcxENaC6ei5siZYBaHtkZ8NVpN2tUK hoOrClMW8i+asxRITjoNd+5DLt4ZKp8kc/PwSr5exnURgaoovSAcf2k/in4r5gTUvy FuqWxhVh4jfxg== From: Bjorn Andersson To: arm@kernel.org, soc@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , Arnd Bergmann , Olof Johansson , Kevin Hilman , Abel Vesa , Konrad Dybcio , Rob Clark , Tushar Nimkar Subject: [GIT PULL] A few more Qualcomm driver updates for v6.4 Date: Thu, 13 Apr 2023 19:43:02 -0700 Message-Id: <20230414024302.2411985-1-andersson@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230413_193924_540519_6A2CC9AC X-CRM114-Status: GOOD ( 12.36 ) X-Spam-Score: -5.4 (-----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit c78ad8597ed961e822bf86ce7f1916dbfba255ef: dt-bindings: firmware: document Qualcomm SC8180X SCM (2023-04-04 20:23:56 -0700) are available in the Git repository at: Content analysis details: (-5.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [139.178.84.217 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit c78ad8597ed961e822bf86ce7f1916dbfba255ef: dt-bindings: firmware: document Qualcomm SC8180X SCM (2023-04-04 20:23:56 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-drivers-for-6.4-2 for you to fetch changes up to f6ff91a47ac57cb1118d94020302617b6b22c0d1: dt-bindings: crypto: Add Qualcomm Inline Crypto Engine (2023-04-07 12:21:27 -0700) ---------------------------------------------------------------- A few more Qualcomm driver updates for v6.4 This introduces a new binding and a dedicated driver for the Qualcomm Inline-Crypto-Engine (ICE), in order to support a single shared instance between SDHCI and UFS, found in recent platforms. RSC version check is updated to support minor revisions of v3 of the ip block, the SMD-RPM interface is transitioned to GFP_ATOMIC to avoid the shrinker to kick in underneath the GPU and QCM2290 support is added to the SCM binding. ---------------------------------------------------------------- Abel Vesa (2): soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver dt-bindings: crypto: Add Qualcomm Inline Crypto Engine Bjorn Andersson (1): Merge tag '20230407105029.2274111-4-abel.vesa@linaro.org' into drivers-for-6.4 Konrad Dybcio (1): dt-bindings: firmware: document Qualcomm QCM2290 SCM Rob Clark (1): soc: qcom: smd-rpm: Use GFP_ATOMIC in write path Tushar Nimkar (1): soc: qcom: rpmh-rsc: Support RSC v3 minor versions .../bindings/crypto/qcom,inline-crypto-engine.yaml | 42 +++ .../devicetree/bindings/firmware/qcom,scm.yaml | 3 + drivers/soc/qcom/Kconfig | 4 + drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/ice.c | 366 +++++++++++++++++++++ drivers/soc/qcom/rpmh-rsc.c | 2 +- drivers/soc/qcom/smd-rpm.c | 2 +- include/soc/qcom/ice.h | 37 +++ 8 files changed, 455 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml create mode 100644 drivers/soc/qcom/ice.c create mode 100644 include/soc/qcom/ice.h