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@xxxxxxxxxx>. >> >> Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx> >> --- >> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html