linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "周琰杰 (Zhou Yanjie)" <zhouyanjie@wanyeetech.com>
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: [PATCH 0/2] Add dmaengine driver for X1830.
Date: Tue, 17 Dec 2019 21:58:58 +0800	[thread overview]
Message-ID: <1576591140-125668-2-git-send-email-zhouyanjie@wanyeetech.com> (raw)
In-Reply-To: <1576591140-125668-1-git-send-email-zhouyanjie@wanyeetech.com>

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.

周琰杰 (Zhou Yanjie) (2):
  dt-bindings: dmaengine: Add X1830 bindings.
  dmaengine: JZ4780: Add support for the X1830.

 .../devicetree/bindings/dma/jz4780-dma.txt         |  6 ++--
 drivers/dma/dma-jz4780.c                           |  7 ++++
 include/dt-bindings/dma/x1830-dma.h                | 39 ++++++++++++++++++++++
 3 files changed, 50 insertions(+), 2 deletions(-)
 create mode 100644 include/dt-bindings/dma/x1830-dma.h

-- 
2.7.4


  reply	other threads:[~2019-12-17 13:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 13:58 Add dmaengine driver for X1830 周琰杰 (Zhou Yanjie)
2019-12-17 13:58 ` 周琰杰 (Zhou Yanjie) [this message]
2019-12-17 13:58 ` [PATCH 1/2] dt-bindings: dmaengine: Add X1830 bindings 周琰杰 (Zhou Yanjie)
2019-12-26 22:30   ` Rob Herring
2019-12-17 13:59 ` [PATCH 2/2] dmaengine: JZ4780: Add support for the X1830 周琰杰 (Zhou Yanjie)
2019-12-23  7:43 ` Add dmaengine driver for X1830 Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576591140-125668-2-git-send-email-zhouyanjie@wanyeetech.com \
    --to=zhouyanjie@wanyeetech.com \
    --cc=2374286503@qq.com \
    --cc=Zubair.Kakakhel@imgtec.com \
    --cc=dan.j.williams@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=paul.burton@mips.com \
    --cc=paul@crapouillou.net \
    --cc=paulburton@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sernia.zhou@foxmail.com \
    --cc=vkoul@kernel.org \
    --cc=zhenwenjin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).