From patchwork Tue Jan 24 14:29:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Deacon X-Patchwork-Id: 13114245 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 3D3BDC25B4E for ; Tue, 24 Jan 2023 14:31:06 +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: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:In-Reply-To:References: List-Owner; bh=vO6aWkECKvCGgTfxfGYZuz7gh3D7rX+VPahW+j5fdmw=; b=gGq7zE22dBv05d /WF2l5mkz/XX0sR6CIPHZ53RRl/VULr/fBomWiNXwKMkLyvd46wBeJegneMMAUJCeTt2+obMehKqi BJ6z+hKEGaQ+iST+vzWLGrinNccTuIlviK7V65t7nF7QdvZl3l1a27jQPY54ivLlJbKvpJZJ2JKHR yOtKocnAVGozB2WUgjmeZ7bubWVd6Fu1/f7Tuh1xqW/VPa9J6uXv6NJoIKM4HKa/PpfbokA9P9cG6 sOQcIhvBQ3w2zWXd92R2gBxBqfHMRI9k2PRKjjsEdkk9IAuEqrZZ/zhK7CbF8C9mNcuewixxBsoja pyxcnV6tnakggeNxVEMw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKKJL-004KvM-FZ; Tue, 24 Jan 2023 14:30:07 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKKJJ-004Kun-7J for linux-arm-kernel@lists.infradead.org; Tue, 24 Jan 2023 14:30:06 +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 B5C456122D; Tue, 24 Jan 2023 14:30:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3D8CC433D2; Tue, 24 Jan 2023 14:30:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674570604; bh=PHhA2thK99LDK7KgFn8m6wG4a/0PBj3xWHjyopgvXng=; h=Date:From:To:Cc:Subject:From; b=pF1DuxX/DyIX/oQWzTMDkA1U5+mrtHEhsjFiHgeClJt4FB+w+aAlRQsEStR27GSfe 2vgIqWZyBMU5QhhGYHAdWlK03K82YapJ+zjw2UXMsaXoIVFZLHhjbNc1+7Vqrp/PAB 9kmVfx4Vs5RJs01Q0ylD5W9cDv1Yfroqxdk3G2CBolLtgDNLRUnsURqWE/zJ0WMoSE M4FduDVA0dTcuzKTizntStT4UbqmbZnPDteeLs+FAAGXK/ap9m7dskCtbJhltafaJx AJ6+RR0gTSK3s3+rmigSv1N0qDC0fOThiHqh9zDpZ6ZGOVxzHpmSNKm5KHvkshx/kA Nf8XH+1mH94SQ== Date: Tue, 24 Jan 2023 14:29:59 +0000 From: Will Deacon To: joro@8bytes.org Cc: iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com, kernel-team@android.com Subject: [GIT PULL v2] iommu/arm-smmu: Updates for 6.3 Message-ID: <20230124142957.GA26873@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230124_063005_325313_5CD6150B X-CRM114-Status: GOOD ( 14.29 ) 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Joerg, This is an updated version of the pull request I previously sent here: https://lore.kernel.org/r/20230120161527.GA22266@willie-the-truck The branch is now based on your iommu/fixes branch rather than the arm-smmu-fixes tag. I've also picked up an additional DT bindings patch which came in since last time. Summary in the tag. Cheers, Will --->8 The following changes since commit 142e821f68cf5da79ce722cb9c1323afae30e185: iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe() (2023-01-13 13:46:32 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates for you to fetch changes up to 8a24401701aa67c3bf8daa56c54d7bd1d6e69c23: Merge branch 'for-joerg/arm-smmu/bindings' into for-joerg/arm-smmu/updates (2023-01-24 11:45:41 +0000) ---------------------------------------------------------------- Arm SMMU updates for 6.3 - Device-tree binding updates: * Cater for three power domains on SM6375 * Document existing compatible strings for Qualcomm SoCs * Tighten up clocks description for platform-specific compatible strings - Enable Qualcomm workarounds for some additional platforms that need them ---------------------------------------------------------------- Bartosz Golaszewski (1): dt-bindings: arm-smmu: document the smmu on Qualcomm SA8775P Bjorn Andersson (1): iommu/arm-smmu-qcom: Select identity domain for sc8280xp MDSS Konrad Dybcio (1): dt-bindings: arm-smmu: Allow 3 power domains on SM6375 MMU500 Krzysztof Kozlowski (1): dt-bindings: arm-smmu: disallow clocks when not used Luca Weiss (1): dt-bindings: iommu: qcom: Add Qualcomm MSM8953 compatible Manivannan Sadhasivam (1): dt-bindings: arm-smmu: Fix binding for SDX55 and SDX65 Marijn Suijten (2): dt-bindings: arm-smmu: Add sm8150-smmu-500 to the list of Adreno smmus iommu/arm-smmu-qcom: Add SM8150 DPU compatible Martin Botka (1): dt-bindings: arm-smmu: Document smmu-500 binding for SM6125 Will Deacon (1): Merge branch 'for-joerg/arm-smmu/bindings' into for-joerg/arm-smmu/updates .../devicetree/bindings/iommu/arm,smmu.yaml | 66 +++++++++++++++++++--- .../devicetree/bindings/iommu/qcom,iommu.txt | 1 + drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 2 + 3 files changed, 60 insertions(+), 9 deletions(-)