From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/6] A series of patches support FSL qDma controller
Date: Wed, 2 Aug 2017 10:40:04 +0530 [thread overview]
Message-ID: <20170802051004.GX3053@localhost> (raw)
In-Reply-To: <1501553651-7203-1-git-send-email-jiaheng.fan@nxp.com>
On Tue, Aug 01, 2017 at 10:14:05AM +0800, jiaheng.fan wrote:
> The FSL qDMA controller transfers blocks of data between one source
> and one destination.The blocks of data transferred can be represented
> in memory as contiguous or noncontiguous using scatter/gather table(s).
> Channel virtualization is supported through enqueuing of DMA jobs to,
> or dequeuing DMA jobs from, different work queues.
>
> jiaheng.fan (6):
> dma: fsl-dma: add devicetree documentation for qdma driver.
> arm: linux: fsl: dma: add qdma command queue mode
> dma: fsl-qdma: workaround for ERR010812
> dma: fsl-qdma: add workaround for TKT329166
It's dmaengine: xxx
If you don't know please do check the git log on the subsystem you intend to
send patches on...
> arm: dts: ls1021: add qdma node to dtsi
> arm64: dts: ls1043/ls1046: add qdma note to dtsi
>
> Documentation/devicetree/bindings/dma/fsl-qdma.txt | 42 +
> arch/arm/boot/dts/ls1021a.dtsi | 15 +
> arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 15 +
> arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 15 +
> drivers/dma/Kconfig | 12 +
> drivers/dma/Makefile | 1 +
> drivers/dma/fsl-qdma.c | 1202 ++++++++++++++++++++
> 7 files changed, 1302 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/fsl-qdma.txt
> create mode 100644 drivers/dma/fsl-qdma.c
>
> --
> 2.7.4
>
--
~Vinod
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: "jiaheng.fan" <jiaheng.fan@nxp.com>
Cc: robh+dt@kernel.org, dan.j.williams@intel.com,
mark.rutland@arm.com, linux@armlinux.org.uk, shawnguo@kernel.org,
leoyang.li@nxp.com, dmaengine@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, jiafei.pan@nxp.com
Subject: Re: [PATCH v1 0/6] A series of patches support FSL qDma controller
Date: Wed, 2 Aug 2017 10:40:04 +0530 [thread overview]
Message-ID: <20170802051004.GX3053@localhost> (raw)
In-Reply-To: <1501553651-7203-1-git-send-email-jiaheng.fan@nxp.com>
On Tue, Aug 01, 2017 at 10:14:05AM +0800, jiaheng.fan wrote:
> The FSL qDMA controller transfers blocks of data between one source
> and one destination.The blocks of data transferred can be represented
> in memory as contiguous or noncontiguous using scatter/gather table(s).
> Channel virtualization is supported through enqueuing of DMA jobs to,
> or dequeuing DMA jobs from, different work queues.
>
> jiaheng.fan (6):
> dma: fsl-dma: add devicetree documentation for qdma driver.
> arm: linux: fsl: dma: add qdma command queue mode
> dma: fsl-qdma: workaround for ERR010812
> dma: fsl-qdma: add workaround for TKT329166
It's dmaengine: xxx
If you don't know please do check the git log on the subsystem you intend to
send patches on...
> arm: dts: ls1021: add qdma node to dtsi
> arm64: dts: ls1043/ls1046: add qdma note to dtsi
>
> Documentation/devicetree/bindings/dma/fsl-qdma.txt | 42 +
> arch/arm/boot/dts/ls1021a.dtsi | 15 +
> arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 15 +
> arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 15 +
> drivers/dma/Kconfig | 12 +
> drivers/dma/Makefile | 1 +
> drivers/dma/fsl-qdma.c | 1202 ++++++++++++++++++++
> 7 files changed, 1302 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/fsl-qdma.txt
> create mode 100644 drivers/dma/fsl-qdma.c
>
> --
> 2.7.4
>
--
~Vinod
next prev parent reply other threads:[~2017-08-02 5:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-01 2:14 [PATCH v1 0/6] A series of patches support FSL qDma controller jiaheng.fan
2017-08-01 2:14 ` [PATCH v1 1/6] dma: fsl-dma: add devicetree documentation for qdma driver jiaheng.fan
2017-08-01 2:14 ` [PATCH v1 2/6] arm: linux: fsl: dma: add qdma command queue mode jiaheng.fan
2017-08-02 5:31 ` Vinod Koul
2017-08-02 5:31 ` Vinod Koul
2017-08-01 2:14 ` [PATCH v1 3/6] dma: fsl-qdma: workaround for ERR010812 jiaheng.fan
2017-08-02 5:33 ` Vinod Koul
2017-08-02 5:33 ` Vinod Koul
2017-08-01 2:14 ` [PATCH v1 4/6] dma: fsl-qdma: add workaround for TKT329166 jiaheng.fan
2017-08-01 2:14 ` [PATCH v1 5/6] arm: dts: ls1021: add qdma node to dtsi jiaheng.fan
2017-08-01 2:14 ` [PATCH v1 6/6] arm64: dts: ls1043/ls1046: add qdma note " jiaheng.fan
2017-08-02 5:10 ` Vinod Koul [this message]
2017-08-02 5:10 ` [PATCH v1 0/6] A series of patches support FSL qDma controller 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=20170802051004.GX3053@localhost \
--to=vinod.koul@intel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.