From patchwork Wed Dec 1 07:39:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12694273 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 C1C9FC433F5 for ; Wed, 1 Dec 2021 07:41:25 +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: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=jcnBmh7+ECq+7tzx6g84OnHww3QVRKUavkK4v76K8Yg=; b=nftOimlkeZmWsu pkIKQNTX4Vv15fy3o6aZcsRC7X771SqU9ts88dgy4SBVWI9BDw6OkzAxfdvtZvfDpzWjQM4nRlb9w 5FHds2YhI6v+W57Svv7aNVf0Of/KIWbpDtfmbpW0dWN0aNysAYTA/Jl+R0EKyCdYiAClSA75UjIKp El7Y+8pum0TUakjOwGYLp9pg/rXRd706Yt/eRifXAZnC5QJ5KaM9TXuQIci+LuF1R69ENU+RXVapY O3xjcrLfEeb6m2w/1TR6jPP3yzuXhGa2aqkMH9RYEQMIf+4qiRoiIVC4TQe+6crzk0TrmOAR3y68b 44x3jszhZjxBvZwlcaLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1msKDi-007hgO-IY; Wed, 01 Dec 2021 07:40:02 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1msKDe-007hfi-QH for linux-arm-kernel@lists.infradead.org; Wed, 01 Dec 2021 07:40:00 +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 sin.source.kernel.org (Postfix) with ESMTPS id 3C9EACE1D49; Wed, 1 Dec 2021 07:39:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A8CFC53FAD; Wed, 1 Dec 2021 07:39:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638344394; bh=IH+CH+NEHGEnnHXFwnSvSAiPgO8efzQGfFtZpwJ6dD8=; h=From:To:Cc:Subject:Date:From; b=BLiR765i6O8Tk9bXLvJsNm0TjKZ1oknLs2VHJUwsTU3Wmt6xgCk+r3NfHGwirVglP K3KkUk2j3KweGSylloBBAty+pQokM3EhckwaRRoazRhRWnivngUOZdTJwasadUq31N D+PrCWMs8kpufcmJ35pIUDSmHiTkV3wp1pvuo4be67b7o/cpAUF4ddpcfCygNGiBPa eFHsJx/itVkM3b8WUG2TBg4FwAGYVEkfU5Z1Rbm4bW8zaOwb34NlgomCmm/pxe0rNq QxXkZ//R+WI5XRRGFwPUNFQxpRSddS9d0r5Kok1EVu7PM7Hay1cU4nhO2wrkgQBOkX AGpB+SZQzc4NQ== From: Vinod Koul To: Will Deacon , Robin Murphy Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Joerg Roedel , Rob Herring , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Add support from SM8450 IOMMU Date: Wed, 1 Dec 2021 13:09:41 +0530 Message-Id: <20211201073943.3969549-1-vkoul@kernel.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211130_233959_080961_2079FD67 X-CRM114-Status: UNSURE ( 9.72 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This adds the binding and support for IOMMU found in SM8450 SoC Vinod Koul (2): dt-bindings: arm-smmu: Add compatible for SM8450 SoC iommu: arm-smmu-impl: Add SM8450 qcom iommu implementation Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 + 2 files changed, 2 insertions(+)