aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sprd-dma.c
diff options
context:
space:
mode:
authorEric Long <eric.long@spreadtrum.com>2018-11-06 13:01:37 +0800
committerVinod Koul <vkoul@kernel.org>2018-12-05 14:27:12 +0530
commit531971231dac0edf17af32b06f09681f6506c0a1 (patch)
treeef2d7336aa7d229cb362951bf297cc173faf410d /drivers/dma/sprd-dma.c
parentdmaengine: sprd: Support DMA 2-stage transfer mode (diff)
downloadlinux-dev-531971231dac0edf17af32b06f09681f6506c0a1.tar.xz
linux-dev-531971231dac0edf17af32b06f09681f6506c0a1.zip
dmaengine: sprd: Add me as one of the module authors
Add me as one of the module authors. Signed-off-by: Eric Long <eric.long@spreadtrum.com> Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/sprd-dma.c')
-rw-r--r--drivers/dma/sprd-dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sprd-dma.c b/drivers/dma/sprd-dma.c
index 50d6569585b4..e2f016700fcc 100644
--- a/drivers/dma/sprd-dma.c
+++ b/drivers/dma/sprd-dma.c
@@ -1226,4 +1226,5 @@ module_platform_driver(sprd_dma_driver);
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("DMA driver for Spreadtrum");
MODULE_AUTHOR("Baolin Wang <baolin.wang@spreadtrum.com>");
+MODULE_AUTHOR("Eric Long <eric.long@spreadtrum.com>");
MODULE_ALIAS("platform:sprd-dma");