From patchwork Wed Jan 18 23:27:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 9524975 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9887F6020B for ; Wed, 18 Jan 2017 23:28:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B1B828596 for ; Wed, 18 Jan 2017 23:28:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7FB3128633; Wed, 18 Jan 2017 23:28:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1C0A128596 for ; Wed, 18 Jan 2017 23:28:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cTze4-0007BK-M5; Wed, 18 Jan 2017 23:28:00 +0000 Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cTzdr-0006pd-Nj for linux-arm-kernel@lists.infradead.org; Wed, 18 Jan 2017 23:27:49 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 1263F608CF; Wed, 18 Jan 2017 23:27:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1484782048; bh=MlRii4II2KmwXPhQapbQF+u/eKsOO4XB33BEXlmKzZ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ozCyKdTuvnfYOtUIP/2rG4TaI2xVwdGigCtofoBQqvC+TRzRxP28AvtDcG/SvXV6r WAX80hNXf6v6w52x0j67Ozn9Y4hsmMVBaZmjLMaNHf6tJhNY+6c9jJ1QVytG7MaaWB YVYjYw7qpHIBU2SVzF3AoMtam0LOxc+/AI/QBnxY= Received: from sboyd-linux.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 52C666087C; Wed, 18 Jan 2017 23:27:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1484782047; bh=MlRii4II2KmwXPhQapbQF+u/eKsOO4XB33BEXlmKzZ4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Rb+Q2H3HShyrQTxneyMuB1oIYNmjZibghWLA1jeOpE7tZgJ6DSTAKwZgBy+kbRbrU Mc47M1qvlXfZ4gESEd5s9NqOH6K/ADLHMWuA4oX6MofyOOtvwawGnvLBKRm1w0V9/l N+pMtdBciQfP2MwWVj4A4C10MQSt+qZLCACyTBjc= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 52C666087C Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org From: Stephen Boyd To: Andy Gross Subject: [PATCH 1/5] iommu: Generalize MSM_IOMMU config to ARCH_QCOM Date: Wed, 18 Jan 2017 15:27:22 -0800 Message-Id: <20170118232726.22876-2-sboyd@codeaurora.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170118232726.22876-1-sboyd@codeaurora.org> References: <20170118232726.22876-1-sboyd@codeaurora.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170118_152747_803846_994EC968 X-CRM114-Status: GOOD ( 11.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Joerg Roedel MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP We want to get rid of the ARCH_MSM* configs in the future, but this still depends on them. Generalize to the ARCH_QCOM config, which isn't going away. Cc: Joerg Roedel Signed-off-by: Stephen Boyd Acked-by: Joerg Roedel --- drivers/iommu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 8ee54d71c7eb..a91fc7986428 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -88,7 +88,7 @@ config FSL_PAMU config MSM_IOMMU bool "MSM IOMMU Support" depends on ARM - depends on ARCH_MSM8X60 || ARCH_MSM8960 || COMPILE_TEST + depends on ARCH_QCOM || COMPILE_TEST select IOMMU_API select IOMMU_IO_PGTABLE_ARMV7S help