[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8a83d483-d5e2-703c-61ed-adb88c1f9559@amd.com>
Date: Thu, 3 Oct 2019 17:27:14 +0000
From: Sanjay R Mehta <sanmehta@....com>
To: Vinod Koul <vkoul@...nel.org>
CC: "Hook, Gary" <Gary.Hook@....com>,
"S-k, Shyam-sundar" <Shyam-sundar.S-k@....com>,
"Shah, Nehal-bakulchandra" <Nehal-bakulchandra.Shah@....com>,
"Kumar, Rajesh" <Rajesh1.Kumar@....com>,
"mchehab+samsung@...nel.org" <mchehab+samsung@...nel.org>,
"davem@...emloft.net" <davem@...emloft.net>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"robh@...nel.org" <robh@...nel.org>,
"linus.walleij@...aro.org" <linus.walleij@...aro.org>,
"nicolas.ferre@...rochip.com" <nicolas.ferre@...rochip.com>,
"dan.j.williams@...el.com" <dan.j.williams@...el.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"dmaengine@...r.kernel.org" <dmaengine@...r.kernel.org>
Subject: Re: [PATCH 0/4] *** AMD PTDMA driver ***
On 9/24/2019 10:07 PM, Vinod Koul wrote:
> [CAUTION: External Email]
>
> On 24-09-19, 07:31, Mehta, Sanju wrote:
>> From: Sanjay R Mehta <sanju.mehta@....com>
>>
>> *** This patch series adds support for AMD PTDMA engine ***
> What lots of stars!
>
> Can you describe the controller a bit more to help people set the
> context for the review!
>
> And also helps to make the email subject as "Add AMD PTDMA driver ...."
> or similar!
Okay sure Vinod. This will be resolved in next version of patch set.
>
>> Sanjay R Mehta (4):
>> dma: Add PTDMA Engine driver support
>> dma: Support for multiple PTDMA
>> dmaengine: Register as a DMA resource
>> dmaengine: Add debugfs entries for PTDMA information
> Can you be consistent with naming, and yes do use dmaengine!
>
>> MAINTAINERS | 6 +
>> drivers/dma/Kconfig | 2 +
>> drivers/dma/Makefile | 1 +
>> drivers/dma/ptdma/Kconfig | 8 +
>> drivers/dma/ptdma/Makefile | 12 +
>> drivers/dma/ptdma/ptdma-debugfs.c | 249 +++++++++++++
>> drivers/dma/ptdma/ptdma-dev.c | 445 +++++++++++++++++++++++
>> drivers/dma/ptdma/ptdma-dmaengine.c | 700 ++++++++++++++++++++++++++++++++++++
>> drivers/dma/ptdma/ptdma-ops.c | 464 ++++++++++++++++++++++++
>> drivers/dma/ptdma/ptdma-pci.c | 244 +++++++++++++
>> drivers/dma/ptdma/ptdma.h | 563 +++++++++++++++++++++++++++++
>> 11 files changed, 2694 insertions(+)
>> create mode 100644 drivers/dma/ptdma/Kconfig
>> create mode 100644 drivers/dma/ptdma/Makefile
>> create mode 100644 drivers/dma/ptdma/ptdma-debugfs.c
>> create mode 100644 drivers/dma/ptdma/ptdma-dev.c
>> create mode 100644 drivers/dma/ptdma/ptdma-dmaengine.c
>> create mode 100644 drivers/dma/ptdma/ptdma-ops.c
>> create mode 100644 drivers/dma/ptdma/ptdma-pci.c
>> create mode 100644 drivers/dma/ptdma/ptdma.h
>>
>> --
>> 2.7.4
> --
> ~Vinod
Powered by blists - more mailing lists