From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0D6DC433DB for ; Wed, 20 Jan 2021 13:20:49 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4CF3A2245C for ; Wed, 20 Jan 2021 13:20:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4CF3A2245C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject: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=VMdQCACW8ExaBmUkONY/b1YiqRAi42hG8ZAR/nyDuZk=; b=taxxYnUmNQS+DlA3juJBOUf0sm 9EhzGGCRVJvv+n5Uhvt3qhJJZw3zp5jTLhpIt241wsf0kfGwBw+0r5vyiL0yOLxmoN5cwxAgcLAUr QhsVg02EyBOE1kFi1bLVpH0sDCCjxyoxeKlVnpmlRmnsvvwA/dDlsmOp5KfLhtzXekAG6RAypyYY/ 2JgQR+Uw0WPNdSF/KApu9h+pM3iuOFk8L06a85fuRpzvkKXMoy+mAFciKCo9EVMq+4wpF8+vLgE0n gHY4jRDxUbXJPrrHYwl+zlwEbenxmrEFOpwIpvnxP7KLwYnE5zFyulbk3Du66mz/+Vz1/UtH0WwWf J5p23yIg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2DOE-0000vZ-16; Wed, 20 Jan 2021 13:19:14 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2DO4-0000th-Kb for linux-arm-kernel@lists.infradead.org; Wed, 20 Jan 2021 13:19:05 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8907E2245C; Wed, 20 Jan 2021 13:19:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611148743; bh=bQTnBKkU+gtgpMEYbCsMyfCEEsZ5pC/JUmFF+aOaAgY=; h=From:To:Cc:Subject:Date:From; b=bL4n5mSWjKoQM7CIk3iH07O5rrNJOC8sw6fa2RpIxZX6ZFe/L3IJW2gJ1ukzOk54E UvgFQLXgQDiltfSBc9NCjMvIuID30+6kcHtyJGQcefan0UO4H8NVro/1/6wsxq6kHk R2EfpE12RsdDieGHLjwlhxw9BoXzoOStqXAp5YbczS6SzQOAiALqreDeLpcuU2yNJt svvYkkv9d9OFaRNl+v45vS+DNuJl1fWe/xzZI2ZKeao/0+Y3XzUT5dXcwrvIbP24w1 TbT5Q4cycDX0h8UJidZuCXfFlpmsudMw5VQpHNTj3SS89Khv9OQz3fFphJyfWw+Cat zPh1TUbSkJ8mA== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Vinod Koul Subject: [PATCH 0/3] dmaengine: remove obsolete drivers Date: Wed, 20 Jan 2021 14:18:56 +0100 Message-Id: <20210120131859.2056308-1-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210120_081904_796522_C47DF4C2 X-CRM114-Status: UNSURE ( 8.29 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann A few Arm platforms are getting removed in v5.12, this removes the corresponding dmaengine drivers. Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/ Arnd Bergmann (3): dmaengine: remove sirfsoc driver dmaengine: remove zte zx driver dmaengine: remove coh901318 driver .../devicetree/bindings/dma/sirfsoc-dma.txt | 44 - .../devicetree/bindings/dma/ste-coh901318.txt | 32 - .../devicetree/bindings/dma/zxdma.txt | 38 - drivers/dma/Kconfig | 23 - drivers/dma/Makefile | 3 - drivers/dma/coh901318.c | 2808 ----------------- drivers/dma/coh901318.h | 141 - drivers/dma/coh901318_lli.c | 313 -- drivers/dma/sirf-dma.c | 1170 ------- drivers/dma/zx_dma.c | 941 ------ include/linux/platform_data/dma-coh901318.h | 72 - include/linux/sirfsoc_dma.h | 7 - 12 files changed, 5592 deletions(-) delete mode 100644 Documentation/devicetree/bindings/dma/sirfsoc-dma.txt delete mode 100644 Documentation/devicetree/bindings/dma/ste-coh901318.txt delete mode 100644 Documentation/devicetree/bindings/dma/zxdma.txt delete mode 100644 drivers/dma/coh901318.c delete mode 100644 drivers/dma/coh901318.h delete mode 100644 drivers/dma/coh901318_lli.c delete mode 100644 drivers/dma/sirf-dma.c delete mode 100644 drivers/dma/zx_dma.c delete mode 100644 include/linux/platform_data/dma-coh901318.h delete mode 100644 include/linux/sirfsoc_dma.h -- 2.29.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel