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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,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 9DCC2C54FD0 for ; Mon, 27 Apr 2020 02:53:25 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6FDEE2080C for ; Mon, 27 Apr 2020 02:53:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QXYkbjNA"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="FxRC6jPh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6FDEE2080C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.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=lWmzC1GLhA+Ehtz5lOEIH+qOtclTcJ8cv6eR0ush1Rs=; b=QXYkbjNAAVnggU HynQuOLtI1Lon7NkPrObmizRd88BRdTbriBGecRf4ObYAlc3vNHXm/aahJP8tDqqT0sGwIpqvZVNx PfOXczkigEbh6pN2gadb7+clEVAM6wh4/I4ahOAfBag6R8FXEZE/zWMBqDlR/GxZzjjiYYrNQDn21 gl9WfwGBLH2mknXRfr3uUA2to7hXtftlfRis3nlcjvwC1bwVIFb07BByzyJtUpl+8Kvz33yVNbOY7 qkuQlob8ailfrW0EHsrD+G+ipikFYfPy5ZqHSt71CUvay36pZMDH8MGbac7qYXzp97/RsVfeq87hx sncZ+qQURuconqsgHRRw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jSttc-0002aq-Mk; Mon, 27 Apr 2020 02:53:24 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jSttX-0002X0-L9; Mon, 27 Apr 2020 02:53:21 +0000 X-UUID: 0a8740300bd141b4a75fdae9dd99566c-20200426 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=51pLSQ6vu0bktqe9XfAF5B+ix//CVuEoq0YX27Es87U=; b=FxRC6jPhH+DvWJ4mBvUACkr6D8pTBUuji/QKWmCG8WDFCHTe7r6+GrU3tSWaRqbdAQ6Yy+y5Mh7VjA7wU6kVKJxPFAlurNzCHmoU8UFpkaaeKu8e+VmHIS0iih0AjQVObdvnKsWoTSFIyxRAu8uwDojRZeWLoGvqlwc7RkvIqlA=; X-UUID: 0a8740300bd141b4a75fdae9dd99566c-20200426 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLS) with ESMTP id 1225052066; Sun, 26 Apr 2020 18:53:35 -0800 Received: from MTKMBS01N2.mediatek.inc (172.21.101.79) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 26 Apr 2020 19:53:04 -0700 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs01n2.mediatek.inc (172.21.101.79) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 27 Apr 2020 10:53:02 +0800 Received: from mtkswgap22.mediatek.inc (172.21.77.33) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 27 Apr 2020 10:53:01 +0800 From: EastL To: Sean Wang Subject: [PATCH v3] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue Date: Mon, 27 Apr 2020 10:52:55 +0800 Message-ID: <1587955977-17207-1-git-send-email-EastL.Lee@mediatek.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-TM-SNTS-SMTP: A4FE1395A7320814F6C9DF9C065ECF57BFD0FAA2D5B51FB9BD4F56FBF4D209432000:8 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200426_195319_699131_BC088953 X-CRM114-Status: UNSURE ( 7.49 ) 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: mark.rutland@arm.com, devicetree@vger.kernel.org, wsd_upstream@mediatek.com, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, vkoul@kernel.org, robh+dt@kernel.org, linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch set adds document the devicetree bindings for MediaTek Command-Queue DMA controller, and remove redundant queue structure. Changes since v2: - add devicetree bindings for MediaTek Command-Queue DMA controller Changes since v1: - remove redundant queue structure - fix wrong description and tags in the earlier patch - add dma-channel-mask for DMA capability EastL (2): dt-bindings: dmaengine: Add MediaTek Command-Queue DMA controller bindings dmaengine: mediatek-cqdma: remove redundant queue structure .../devicetree/bindings/dma/mtk-cqdma.yaml | 98 ++++ drivers/dma/mediatek/mtk-cqdma.c | 422 +++++------------- 2 files changed, 218 insertions(+), 302 deletions(-) create mode 100644 Documentation/devicetree/bindings/dma/mtk-cqdma.yaml -- 2.18.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel