-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: mt7621-dma: ralink: add rt2880 dma engine
Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information
John Crispin
authored and
Greg Kroah-Hartman
committed
Mar 19, 2018
1 parent
1ab7f2a
commit 0853c7a
Showing
7 changed files
with
1,719 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
config DMA_RALINK | ||
tristate "RALINK DMA support" | ||
depends on RALINK && !SOC_RT288X | ||
select DMA_ENGINE | ||
select DMA_VIRTUAL_CHANNELS | ||
|
||
config MTK_HSDMA | ||
tristate "MTK HSDMA support" | ||
depends on RALINK && SOC_MT7621 | ||
select DMA_ENGINE | ||
select DMA_VIRTUAL_CHANNELS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
obj-$(CONFIG_DMA_RALINK) += ralink-gdma.o | ||
obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o | ||
|
||
ccflags-y += -I$(srctree)/drivers/dma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
- general code review and clean up | ||
- ensure device-tree requirements are documented | ||
|
||
Cc: NeilBrown <neil@brown.name> |
Oops, something went wrong.