Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
68ded1dc
Commit
68ded1dc
authored
Dec 31, 2018
by
Vinod Koul
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/mtk' into for-linus
parents
23a1bff7
b1f01e48
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
965 additions
and
0 deletions
+965
-0
drivers/dma/mediatek/Kconfig
drivers/dma/mediatek/Kconfig
+13
-0
drivers/dma/mediatek/Makefile
drivers/dma/mediatek/Makefile
+1
-0
drivers/dma/mediatek/mtk-cqdma.c
drivers/dma/mediatek/mtk-cqdma.c
+951
-0
No files found.
drivers/dma/mediatek/Kconfig
View file @
68ded1dc
...
...
@@ -11,3 +11,16 @@ config MTK_HSDMA
This controller provides the channels which is dedicated to
memory-to-memory transfer to offload from CPU through ring-
based descriptor management.
config MTK_CQDMA
tristate "MediaTek Command-Queue DMA controller support"
depends on ARCH_MEDIATEK || COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
help
Enable support for Command-Queue DMA controller on MediaTek
SoCs.
This controller provides the channels which is dedicated to
memory-to-memory transfer to offload from CPU.
drivers/dma/mediatek/Makefile
View file @
68ded1dc
obj-$(CONFIG_MTK_HSDMA)
+=
mtk-hsdma.o
obj-$(CONFIG_MTK_CQDMA)
+=
mtk-cqdma.o
drivers/dma/mediatek/mtk-cqdma.c
0 → 100644
View file @
68ded1dc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment