From patchwork Thu Jan 21 11:03:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 12035625 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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no 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 C3D57C433DB for ; Thu, 21 Jan 2021 11:19:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D2A5238EC for ; Thu, 21 Jan 2021 11:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726162AbhAULSw (ORCPT ); Thu, 21 Jan 2021 06:18:52 -0500 Received: from mail.v3.sk ([167.172.186.51]:48630 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730101AbhAULPQ (ORCPT ); Thu, 21 Jan 2021 06:15:16 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 340C1E0AA7; Thu, 21 Jan 2021 11:00:04 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id LTSdPkWLBlUP; Thu, 21 Jan 2021 11:00:02 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 88848E0A3E; Thu, 21 Jan 2021 11:00:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sq0sSr0l1Cwm; Thu, 21 Jan 2021 11:00:02 +0000 (UTC) Received: from localhost (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 35F16E09F4; Thu, 21 Jan 2021 11:00:02 +0000 (UTC) From: Lubomir Rintel To: Vinod Koul Cc: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: [PATCH 0/3] dmaengine: Allow building MMP DMA drivers as modules Date: Thu, 21 Jan 2021 12:03:53 +0100 Message-Id: <20210121110356.1768635-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi, please consider attaching the patches chained to this message. The last two are straighforward Kconfig changes that allow building mmp_tdma and mmp_pdma as modules so that distros that will choose to enable the drivers will not add bloat to their kernels for other platforms. The first one gets rid of a symbol that would be exported by mmp_pdma, because it is entirely unnecessary. Thanks, Lubo