From: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Laxman Dewangan
<ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Alexandre Courbot
<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH V6 2/3] dmaengine: tegra-adma: Add support for Tegra210 ADMA
Date: Thu, 12 May 2016 17:22:45 +0100 [thread overview]
Message-ID: <5734ADD5.5040800@nvidia.com> (raw)
In-Reply-To: <20160512160318.GD2274@localhost>
On 12/05/16 17:03, Vinod Koul wrote:
> On Thu, May 12, 2016 at 03:23:44PM +0100, Jon Hunter wrote:
>> Add support for the Tegra210 Audio DMA controller that is used for
>> transferring data between system memory and the Audio sub-system.
>> The driver only supports cyclic transfers because this is being solely
>> used for audio.
>>
>> This driver is based upon the work by Dara Ramesh <dramesh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>.
>>
>> Signed-off-by: Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> ---
>> diff.txt | 10 +
>> drivers/dma/Kconfig | 14 +
>> drivers/dma/Makefile | 1 +
>> drivers/dma/tegra210-adma.c | 840 ++++++++++++++++++++++++++++++++++++++++++++
>> 4 files changed, 865 insertions(+)
>> create mode 100644 diff.txt
>> create mode 100644 drivers/dma/tegra210-adma.c
>>
>> diff --git a/diff.txt b/diff.txt
>> new file mode 100644
>> index 000000000000..0562f35b6e82
>> --- /dev/null
>> +++ b/diff.txt
>> @@ -0,0 +1,10 @@
>> + drivers/i2c/i2c-core.c | 61 +-
>> + drivers/i2c/i2c-mux.c | 170 +-
>> + drivers/i2c/muxes/i2c-mux-gpio.c | 18 +
>> + drivers/i2c/muxes/i2c-mux-pinctrl.c | 38 +
>> + drivers/irqchip/irq-gic-common.c | 13 +
>> + drivers/irqchip/irq-gic-common.h | 3 +
>> + drivers/irqchip/irq-gic.c | 87 +-
>> + sound/core/timer.c | 3 +
>> + sound/soc/codecs/rt5645.c | 10 +-
>> + sound/soc/soc-topology.c | 2 +
>
> ???
Ugh ... sorry some left over debug.
>
>> + * ADMA driver for Nvidia's Tegra210 ADMA controller.
>> + *
>> + * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
>
> 2016?
Yes will fix.
Jon
next prev parent reply other threads:[~2016-05-12 16:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 14:23 [PATCH V6 0/3] Add support for Tegra210 ADMA Jon Hunter
[not found] ` <1463063025-28605-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-05-12 14:23 ` [PATCH V6 1/3] Documentation: DT: Add binding documentation for NVIDIA ADMA Jon Hunter
2016-05-12 14:23 ` [PATCH V6 2/3] dmaengine: tegra-adma: Add support for Tegra210 ADMA Jon Hunter
[not found] ` <1463063025-28605-3-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-05-12 16:03 ` Vinod Koul
2016-05-12 16:22 ` Jon Hunter [this message]
2016-05-12 14:23 ` [PATCH V6 3/3] MAINTAINERS: Update Tegra DMA maintainers Jon Hunter
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=5734ADD5.5040800@nvidia.com \
--to=jonathanh-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
--cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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.