From patchwork Fri Feb 25 04:40:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12759667 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 BB0BFC433F5 for ; Fri, 25 Feb 2022 04:42:13 +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=enjR00D3vfJQ65cdtBRjVl6cHbICaVTifXWFUA1ezRY=; b=k7jEKjujsY9n52 AEY2pAyGkMRVbUzV6P+28zgQpVn4749P81vKts3FTzVY4UkBD6cyv7lpQcCgWEz2yUvQGvg0HLmAE LK/gMo60Olut4lpywSj14iQU8ZJR7YKISGR95X/imALjyHUL1enuL3DQlNqxR4dCNaMtsafyn5YPD 7wIYeWTH7tIoREdUPMz/j/NxRPw4/75XgxYf3iNX95G048Sa8wuOoqF3Dlzrv65s/Wo2T1vMomyhO mD4FBckqBcqWCgtk41YLJBJhaz0gU56/EQayXgZiCSohKt5jZVOaThns7MFZTy3HJxsvvZfL8hJRx CSlINoFIx2Av+9dtehnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNSPS-003JKo-MR; Fri, 25 Feb 2022 04:40:50 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNSPP-003JJc-4F for linux-arm-kernel@lists.infradead.org; Fri, 25 Feb 2022 04:40:48 +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 ams.source.kernel.org (Postfix) with ESMTPS id AE643B82AC2; Fri, 25 Feb 2022 04:40:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4E86C340E8; Fri, 25 Feb 2022 04:40:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645764044; bh=tPRjZ9n+/Xc8wfzPwQoRyVoCR0b0AGSmXFULvO0PWWk=; h=From:To:Cc:Subject:Date:From; b=ljhmILSYRjBCCHy2AdGuVfuB8zF2cQabRqNCTVcZU5RA+QfObBXsN5IzH8CHxzpFn p87qduepZKGJ2SW/fYBkdDSDLdXuwu0JXuA3Sh8KrklupiVrTiE1sS1Llk56jdAXHt Sq5HXAJYlrD2J54wm5cE2gyXZZkhx4FBxptMl85qzbRXApdzcHJHya2eYUTi095zT2 0PL0AN89bY83mj2Y/EU0rkSkM4U8V5kB3vr/Iw4889NOs4mZ2R5Q3H3DKK748qYVxa fwaZiwsw4/sG7rcQkPJQElvQLtFRtpg9NSok2pxiSzg/SU/Izg61XqauV+b8ZJsuNl GuqkTdr7it55Q== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver Date: Fri, 25 Feb 2022 10:10:33 +0530 Message-Id: <20220225044033.1376769-1-vkoul@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220224_204047_396291_6D5A9E05 X-CRM114-Status: GOOD ( 10.54 ) 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 Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines like Geni I2C and SPI. Enable this dma driver Signed-off-by: Vinod Koul --- Changes in v2: - As dicussed with Bjorn GPI DMA is used by Serial engines SPI/I2C so we can make this a module rather than inbuilt arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 30516dc0b70e..d73913f082d7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA210_ADMA=m CONFIG_QCOM_BAM_DMA=y +CONFIG_QCOM_GPI_DMA=y CONFIG_QCOM_HIDMA_MGMT=y CONFIG_QCOM_HIDMA=y CONFIG_RCAR_DMAC=y