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=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 7A403C43603 for ; Tue, 17 Dec 2019 14:00:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58612218AC for ; Tue, 17 Dec 2019 14:00:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728546AbfLQOAE (ORCPT ); Tue, 17 Dec 2019 09:00:04 -0500 Received: from out28-146.mail.aliyun.com ([115.124.28.146]:50339 "EHLO out28-146.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728613AbfLQOAD (ORCPT ); Tue, 17 Dec 2019 09:00:03 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.4377554|-1;CH=green;DM=CONTINUE|CONTINUE|true|0.161977-0.00782536-0.830198;DS=CONTINUE|ham_system_inform|0.047956-0.0619313-0.890113;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03279;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=15;RT=15;SR=0;TI=SMTPD_---.GJ3eyQr_1576591147; Received: from zhouyanjie-virtual-machine.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.GJ3eyQr_1576591147) by smtp.aliyun-inc.com(10.147.41.137); Tue, 17 Dec 2019 21:59:31 +0800 From: =?UTF-8?q?=E5=91=A8=E7=90=B0=E6=9D=B0=20=28Zhou=20Yanjie=29?= To: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, paul.burton@mips.com, paulburton@kernel.org, mark.rutland@arm.com, paul@crapouillou.net, vkoul@kernel.org, Zubair.Kakakhel@imgtec.com, dan.j.williams@intel.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com, 2374286503@qq.com Subject: Add dmaengine driver for X1830. Date: Tue, 17 Dec 2019 21:58:57 +0800 Message-Id: <1576591140-125668-1-git-send-email-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org 1.Modify the documentation description to make it more relevant. 2.Add the dmaengine bindings for the X1830 SoC from Ingenic. 3.Add support for probing the dma-jz4780 driver on the X1830 SoC from Ingenic. Notice: The X1830's dma controller is very similar to the X1000, the difference is that the X1830 has 32 dma channels and the X1000 has only 8.