From patchwork Fri Oct 21 20:27:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 13015443 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 A23CEC38A2D for ; Fri, 21 Oct 2022 20:50:21 +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:References:In-Reply-To: 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: List-Owner; bh=GrC3CDH3kZ9HuACxpr554XDI1SER1xiPgGsQuyhNzF0=; b=icORqh3eGuRx14 1NVkd3uyRtkmx/ckp5eH198Qhcaz0dSYz4nXg+KvBpSbj5ca26cTjLhHrrClFG91HqkD7k/NZgazw eCXPzxLGR3q61k/QNAmPxY6d9IRMhUarqcfd3bclDM8ncpreRKRMatmDp3/xkKXVmTuZ2n6hdLnIa l/SkS+tNQyzomvkwYBlfO4Rflg40S0NC9LAgI2kJYWXCo6WQvrrz0v/krTol5O8zPbrQTs4IAiWIN TAHHDNuFTadp8iyBwMqwswCmdHBVUeFyTz1MmsbGz7RnIUit/urTwizOvqa2x68KsgfmfetFNJuIe Ezgxo2E1PT5Lq8nJW4rw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1olyxJ-009sSG-H9; Fri, 21 Oct 2022 20:49:25 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1olyxD-009sOc-8B for linux-arm-kernel@lists.infradead.org; Fri, 21 Oct 2022 20:49:22 +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 9033960D3F; Fri, 21 Oct 2022 20:49:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5585C433D6; Fri, 21 Oct 2022 20:49:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666385358; bh=2Okf1FijBUJK3YZp+HRPTMDG+UXMWUkWoGbJGvqhrQM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Lt6ZttgTUiRYMZKsWwgpq0g2S8vUuZqVE1LWJJRyjBsgzjIgcREi4n8/UhprwIgNM FdfU91vTOHqBmqLLIV27y5WRggFBx8pQpgoYiE5y1WPsHAm/iOloFj6aLccOwPXn/m RsIQcLS0fp1JL06nm0FpoX4PKk5iRDYWCnXWyAhcLuJq1YqpHdmvcLQlylsqX/Mu5m QDBOolSSO1idWzPDfeCplYPddUYR6wTVru9513k8eEBOWTiSVqf3MDMPaZUKA6UVfH KdLdUVy/v/oXTSepWMYL7oQOtRFnck1kv/yS0orJ69bqRvszMuZpkzHKuUn2UI4zSR uixOig0hJZwbA== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Vinod Koul Cc: linux-kernel@vger.kernel.org, Ben Dooks , Simtec Linux Team , Arnd Bergmann , Alim Akhtar , dmaengine@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH 14/21] dmaengine: remove s3c24xx driver Date: Fri, 21 Oct 2022 22:27:47 +0200 Message-Id: <20221021203329.4143397-14-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20221021202254.4142411-1-arnd@kernel.org> References: <20221021202254.4142411-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221021_134919_379382_165C5648 X-CRM114-Status: GOOD ( 15.20 ) 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 From: Arnd Bergmann The s3c24xx platform was removed and this driver is no longer needed. Signed-off-by: Arnd Bergmann Reviewed-by: Krzysztof Kozlowski --- drivers/dma/Kconfig | 12 - drivers/dma/Makefile | 1 - drivers/dma/s3c24xx-dma.c | 1428 --------------------- include/linux/platform_data/dma-s3c24xx.h | 48 - 4 files changed, 1489 deletions(-) delete mode 100644 drivers/dma/s3c24xx-dma.c delete mode 100644 include/linux/platform_data/dma-s3c24xx.h diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index b73fc89ba877..ea81d825575f 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -609,18 +609,6 @@ config SPRD_DMA help Enable support for the on-chip DMA controller on Spreadtrum platform. -config S3C24XX_DMAC - bool "Samsung S3C24XX DMA support" - depends on ARCH_S3C24XX || COMPILE_TEST - select DMA_ENGINE - select DMA_VIRTUAL_CHANNELS - help - Support for the Samsung S3C24XX DMA controller driver. The - DMA controller is having multiple DMA channels which can be - configured for different peripherals like audio, UART, SPI. - The DMA controller can transfer data from memory to peripheral, - periphal to memory, periphal to periphal and memory to memory. - config TXX9_DMAC tristate "Toshiba TXx9 SoC DMA support" depends on MACH_TX49XX diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 5b55ada052a7..a4fd1ce29510 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -70,7 +70,6 @@ obj-$(CONFIG_STM32_DMA) += stm32-dma.o obj-$(CONFIG_STM32_DMAMUX) += stm32-dmamux.o obj-$(CONFIG_STM32_MDMA) += stm32-mdma.o obj-$(CONFIG_SPRD_DMA) += sprd-dma.o -obj-$(CONFIG_S3C24XX_DMAC) += s3c24xx-dma.o obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o obj-$(CONFIG_TEGRA186_GPC_DMA) += tegra186-gpc-dma.o obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c deleted file mode 100644 index a09eeb545f7d..000000000000 diff --git a/include/linux/platform_data/dma-s3c24xx.h b/include/linux/platform_data/dma-s3c24xx.h deleted file mode 100644 index 96d02dbeea67..000000000000